Searched refs:kArgs (Results 1 - 11 of 11) sorted by relevance
/third_party/googletest/googlemock/test/ |
H A D | gmock-pp_test.cc | 56 static constexpr int kArgs = sizeof...(Args); member 61 (int, float, double, char))>::kArgs == 4,
|
/third_party/gn/src/gn/ |
H A D | switches.h | 29 extern const char kArgs[];
|
H A D | action_target_generator.cc | 132 const Value* value = scope_->GetValue(variables::kArgs, true); in FillScriptArgs()
|
H A D | variables.h | 97 extern const char kArgs[];
|
H A D | commands.h | 41 extern const char kArgs[];
|
H A D | switches.cc | 9 const char kArgs[] = "args"; member
|
H A D | command_desc.cc | 281 {variables::kArgs, DefaultHandler}, in GetHandlers() 379 HandleProperty(variables::kArgs, handler_map, v, dict); in PrintTarget()
|
H A D | setup.cc | 607 auto switch_value = cmdline.GetSwitchValueString(switches::kArgs); 608 if (cmdline.HasSwitch(switches::kArgs) ||
|
H A D | command_args.cc | 407 const char kArgs[] = "args"; member
|
H A D | desc_builder.cc | 456 if (what(variables::kArgs)) { in BuildDescription() 461 res->SetWithoutPathExpansion(variables::kArgs, std::move(args)); in BuildDescription()
|
H A D | ninja_build_writer.cc | 111 i->first != switches::kDotfile && i->first != switches::kArgs) { in GetSelfInvocationCommandLine()
|
Completed in 8 milliseconds