Home
last modified time | relevance | path

Searched refs:search_mode (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc89 void Subprocess::Start(const std::string& program, SearchMode search_mode) { in Start() argument
137 if (CreateProcessA((search_mode == SEARCH_PATH) ? NULL : program.c_str(), in Start()
138 (search_mode == SEARCH_PATH) ? command_line : NULL, in Start()
301 void Subprocess::Start(const std::string& program, SearchMode search_mode) { in Start() argument
327 switch (search_mode) { in Start()
Dsubprocess.h71 void Start(const std::string& program, SearchMode search_mode);
/third_party/gn/src/gn/
Dscope.h168 SearchNested search_mode,
Dscope.cc113 SearchNested search_mode, in GetMutableValue() argument
124 if (search_mode == SEARCH_NESTED && mutable_containing_) { in GetMutableValue()