Home
last modified time | relevance | path

Searched defs:CommandLineArguments (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/openscreen/tools/cddl/
H A Dmain.cc36 struct CommandLineArguments { struct
43 CommandLineArguments ParseCommandLineArguments(int argc, char** argv) { in ParseCommandLineArguments() argument
/aosp_15_r20/external/clang/include/clang/Tooling/
H A DArgumentsAdjusters.h30 typedef std::vector<std::string> CommandLineArguments; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/
DArgumentsAdjusters.h29 using CommandLineArguments = std::vector<std::string>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/
DArgumentsAdjusters.h29 using CommandLineArguments = std::vector<std::string>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/
DArgumentsAdjusters.h29 using CommandLineArguments = std::vector<std::string>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/
DArgumentsAdjusters.h29 using CommandLineArguments = std::vector<std::string>; variable
/aosp_15_r20/external/webp/examples/
H A Dexample_util.h52 } CommandLineArguments; typedef