Home
last modified time | relevance | path

Searched defs:args_vector (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dfunction_foreach.cc51 const auto& args_vector = args_list->contents(); in RunForEach() local
Dfunction_forward_variables_from.cc170 const auto& args_vector = args_list->contents(); in RunForwardVariablesFrom() local
Dfunctions.cc546 const auto& args_vector = args_list->contents(); in RunDefined() local
746 const auto& args_vector = args_list->contents(); in RunImport() local
1107 const auto& args_vector = args_list->contents(); in RunSplitList() local
/third_party/musl/Benchmark/musl/
Dbenchmark_framework.cpp56 using args_vector = std::vector<std::vector<int64_t>>; typedef