Home
last modified time | relevance | path

Searched defs:args_vector (Results 1 – 5 of 5) 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.cc537 const auto& args_vector = args_list->contents(); in RunDefined() local
702 const auto& args_vector = args_list->contents(); in RunImport() local
1001 const auto& args_vector = args_list->contents(); in RunSplitList() local
/third_party/flutter/engine/flutter/shell/platform/android/
Dplatform_view_android.cc211 std::vector<uint8_t> args_vector; in DispatchSemanticsAction() local
218 std::vector<uint8_t> args_vector = in DispatchSemanticsAction() local
/third_party/musl/Benchmark/musl/
Dbenchmark_framework.cpp53 typedef std::vector<std::vector<int64_t>> args_vector; typedef