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 | 1714 template <SearchMode search_mode, typename T> 1717 DCHECK(search_mode == ALL_ENTRIES || out_insertion_index == nullptr); in BinarySearch() 1742 if (search_mode == ALL_ENTRIES && out_insertion_index != nullptr) { in BinarySearch() 1748 if (search_mode == ALL_ENTRIES || sort_index < valid_entries) { in BinarySearch() 1755 if (search_mode == ALL_ENTRIES && out_insertion_index != nullptr) { in BinarySearch() 1764 template <SearchMode search_mode, typename T> 1767 if (search_mode == ALL_ENTRIES && out_insertion_index != nullptr) { in LinearSearch() 1792 template <SearchMode search_mode, typename T> 1797 if (search_mode == ALL_ENTRIES && out_insertion_index != nullptr) { in Search() 1806 return LinearSearch<search_mode>(array, name, valid_entries, in Search() [all …]
|
/external/v8/src/objects/ |
D | fixed-array.h | 458 template <SearchMode search_mode, typename T>
|