module idlc { module test { union UnionTest switch (long) { case 1: long x; case 2: byte y; case 3: string z; case 4: case 5: short w; case 6: long array[ 10 ][ 20 ]; case 7: sequence seq; default: any a; }; typedef enum E { A, B } EAlias; // Union with no default label union U2 switch(EAlias) { case E::A : long x; case E::B : short y; }; union U3 switch(char) { case 2 : long x; case 4 : short y; }; }; }; ref='/cgit/'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bin/ios-mapfile-statistics
AgeCommit message (Expand)Author
2018-09-14Revert "iOS, remove unused script."Tor Lillqvist
2017-11-22iOS, remove unused script.jan Iversen
2014-04-25Improve command line handling, don't read stdinTor Lillqvist
2014-04-25Add help messageTor Lillqvist
2014-04-25Add -f option to filter in symbols from some libraries onlyTor Lillqvist
2014-04-25Add -s option to show a sorted list of symbols by size insteadTor Lillqvist
2014-04-22Script to postprocess linker map files for iOS a bitTor Lillqvist