Searched refs:search_mode (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 77 void Subprocess::Start(const string& program, SearchMode search_mode) { in Start() argument 123 if (CreateProcessA((search_mode == SEARCH_PATH) ? NULL : program.c_str(), in Start() 124 (search_mode == SEARCH_PATH) ? name_copy : NULL, in Start() 292 void Subprocess::Start(const string& program, SearchMode search_mode) { 318 switch (search_mode) {
|
D | subprocess.h | 68 void Start(const string& program, SearchMode search_mode);
|
/external/v8/src/ |
D | objects-inl.h | 2787 template <SearchMode search_mode, typename T> 2790 DCHECK(search_mode == ALL_ENTRIES || out_insertion_index == NULL); in BinarySearch() 2815 if (search_mode == ALL_ENTRIES && out_insertion_index != nullptr) { in BinarySearch() 2821 if (search_mode == ALL_ENTRIES || sort_index < valid_entries) { in BinarySearch() 2828 if (search_mode == ALL_ENTRIES && out_insertion_index != nullptr) { in BinarySearch() 2837 template <SearchMode search_mode, typename T> 2840 if (search_mode == ALL_ENTRIES && out_insertion_index != nullptr) { in LinearSearch() 2866 template <SearchMode search_mode, typename T> 2871 if (search_mode == ALL_ENTRIES && out_insertion_index != nullptr) { in Search() 2880 return LinearSearch<search_mode>(array, name, valid_entries, in Search() [all …]
|
D | objects.h | 3234 template <SearchMode search_mode, typename T>
|