Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A DCommandLineOptions.cpp79 options_.push_back(Option{name, description, func, Option::COUNT_OPTIONAL_ONCE_OR_MORE, true}); in OptionalOption()
85 return opt.count != Option::COUNT_OPTIONAL && opt.count != Option::COUNT_OPTIONAL_ONCE_OR_MORE; in Parse()
146 opt.count != Option::COUNT_OPTIONAL && opt.count != Option::COUNT_OPTIONAL_ONCE_OR_MORE; in Usage()
159 if (opt.count == Option::COUNT_OPTIONAL_ONCE_OR_MORE) { in Usage()
181 opt.count == Option::COUNT_OPTIONAL_ONCE_OR_MORE) { in Usage()
/aosp14/frameworks/base/cmds/idmap2/include/idmap2/
H A DCommandLineOptions.h63 COUNT_OPTIONAL_ONCE_OR_MORE, enumerator