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 | 2768 template <SearchMode search_mode, typename T> 2771 DCHECK(search_mode == ALL_ENTRIES || out_insertion_index == NULL); in BinarySearch() 2796 if (search_mode == ALL_ENTRIES && out_insertion_index != nullptr) { in BinarySearch() 2802 if (search_mode == ALL_ENTRIES || sort_index < valid_entries) { in BinarySearch() 2809 if (search_mode == ALL_ENTRIES && out_insertion_index != nullptr) { in BinarySearch() 2818 template <SearchMode search_mode, typename T> 2821 if (search_mode == ALL_ENTRIES && out_insertion_index != nullptr) { in LinearSearch() 2847 template <SearchMode search_mode, typename T> 2852 if (search_mode == ALL_ENTRIES && out_insertion_index != nullptr) { in Search() 2861 return LinearSearch<search_mode>(array, name, valid_entries, in Search() [all …]
|
D | objects.h | 3404 template <SearchMode search_mode, typename T>
|