Searched refs:_testGenOptStr (Results 1 – 1 of 1) sorted by relevance
/external/shflags/src/ |
D | shflags_test_private.sh | 22 _testGenOptStr '' '' 25 _testGenOptStr 'b' 'bool' 28 _testGenOptStr 'bf:' 'bool,float:' 31 _testGenOptStr 'bf:i:' 'bool,float:,int:' 34 _testGenOptStr 'bf:i:s:' 'bool,float:,int:,str:' 37 _testGenOptStr 'bf:i:s:h' 'bool,float:,int:,str:,help' 40 _testGenOptStr() function
|