Searched refs:GetArgs (Results 1 - 6 of 6) sorted by relevance
/third_party/gn/src/gn/ |
H A D | gn_main.cc | 23 std::vector<std::string> GetArgs(const base::CommandLine& cmdline) { in GetArgs() function 24 base::CommandLine::StringVector in_args = cmdline.GetArgs(); in GetArgs() 44 std::vector<std::string> args = GetArgs(cmdline); in main()
|
/third_party/musl/Benchmark/musl/ |
H A D | benchmark_framework.cpp | 208 static args_vector GetArgs(const std::vector<int> &sizes) in GetArgs() function 217 static args_vector GetArgs(const std::vector<int> &sizes, int value) in GetArgs() function 226 static args_vector GetArgs(const std::vector<int> &sizes, int value1, int value2) in GetArgs() function 238 {"COMMON_ARGS", GetArgs(commonArgs)}, in GetPresetArgs() 239 {"ALIGNED_ONEBUF", GetArgs(commonArgs, 0)}, in GetPresetArgs() 240 {"ALIGNED_TWOBUF", GetArgs(commonArgs, 0, 0)}, in GetPresetArgs()
|
/third_party/node/deps/v8/tools/ |
H A D | find-commit-for-patch.py | 14 def GetArgs(): function 88 args = GetArgs()
|
/third_party/gn/src/base/ |
H A D | command_line.h | 212 StringVector GetArgs() const;
|
H A D | command_line.cc | 415 CommandLine::StringVector CommandLine::GetArgs() const { in GetArgs() function in base::CommandLine
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 44 milliseconds