Home
last modified time | relevance | path

Searched refs:BinarySearch (Results 1 – 9 of 9) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
Darea_code_map.cc64 current_index = BinarySearch(0, current_index, phone_prefix); in Lookup()
76 int AreaCodeMap::BinarySearch(int start, int end, int64 value) const { in BinarySearch() function in i18n::phonenumbers::AreaCodeMap
Darea_code_map.h64 int BinarySearch(int start, int end, int64 value) const;
/third_party/grpc/test/cpp/qps/
Dqps_json_driver.cc177 static double BinarySearch( in BinarySearch() function
222 BinarySearch(scenario, targeted_cpu_load, current_offered_load / 2, in SearchOfferedLoad()
/third_party/flutter/skia/src/pathops/
DSkPathOpsTSect.cpp1777 void SkTSect::BinarySearch(SkTSect* sect1, in BinarySearch() function in SkTSect
2090 SkTSect::BinarySearch(&sect1, &sect2, this); in intersect()
2099 SkTSect::BinarySearch(&sect1, &sect2, this); in intersect()
2108 SkTSect::BinarySearch(&sect1, &sect2, this); in intersect()
2117 SkTSect::BinarySearch(&sect1, &sect2, this); in intersect()
2126 SkTSect::BinarySearch(&sect1, &sect2, this); in intersect()
2136 SkTSect::BinarySearch(&sect1, &sect2, this); in intersect()
DSkPathOpsTSect.h249 static void BinarySearch(SkTSect* sect1, SkTSect* sect2,
/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp1777 void SkTSect::BinarySearch(SkTSect* sect1, in BinarySearch() function in SkTSect
2089 SkTSect::BinarySearch(&sect1, &sect2, this); in intersect()
2098 SkTSect::BinarySearch(&sect1, &sect2, this); in intersect()
2107 SkTSect::BinarySearch(&sect1, &sect2, this); in intersect()
2116 SkTSect::BinarySearch(&sect1, &sect2, this); in intersect()
2125 SkTSect::BinarySearch(&sect1, &sect2, this); in intersect()
2135 SkTSect::BinarySearch(&sect1, &sect2, this); in intersect()
DSkPathOpsTSect.h248 static void BinarySearch(SkTSect* sect1, SkTSect* sect2,
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc360 TEST_F(NonMutatingTest, BinarySearch) { in TEST_F() argument
/third_party/abseil-cpp/absl/algorithm/
Dcontainer_test.cc360 TEST_F(NonMutatingTest, BinarySearch) { in TEST_F() argument