Searched refs:orange (Results 1 – 2 of 2) sorted by relevance
187 double orange = fm.GetOrDefault(FruitMap::Orange); in TEST() local188 EXPECT_DOUBLE_EQ(0.0, orange); in TEST()
45 .Define("--orange:_")70 --apple:123 --orange:0.456` . It will error out automatically if invalid flags are given, or if the72 (invalid argument), neither will `--apple:fruit` (fruit is not an int) nor `--orange:1234` (1234 is84 For example with `-orange:_` the parse would know to check all tokens in an `argv` list for the85 `-orange:` prefix and then strip it, leaving only the remains to be parsed.