Home
last modified time | relevance | path

Searched refs:orange (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dvariant_map_test.cc187 double orange = fm.GetOrDefault(FruitMap::Orange); in TEST() local
188 EXPECT_DOUBLE_EQ(0.0, orange); in TEST()
/art/cmdline/
DREADME.md45 .Define("--orange:_")
70 --apple:123 --orange:0.456` . It will error out automatically if invalid flags are given, or if the
72 (invalid argument), neither will `--apple:fruit` (fruit is not an int) nor `--orange:1234` (1234 is
84 For example with `-orange:_` the parse would know to check all tokens in an `argv` list for the
85 `-orange:` prefix and then strip it, leaving only the remains to be parsed.