Home
last modified time | relevance | path

Searched defs:OptionalOption (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/cmds/idmap2/libidmap2/
H A DCommandLineOptions.cpp64 CommandLineOptions& CommandLineOptions::OptionalOption(const std::string& name, in OptionalOption() function in android::idmap2::CommandLineOptions
73 CommandLineOptions& CommandLineOptions::OptionalOption(const std::string& name, in OptionalOption() function in android::idmap2::CommandLineOptions
/aosp12/frameworks/base/cmds/idmap2/tests/
H A DCommandLineOptionsTests.cpp91 TEST(CommandLineOptionsTests, OptionalOption) { in TEST() argument