Home
last modified time | relevance | path

Searched defs:searches (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/third_party/boost/detail/test/
Dbinary_search_test.cpp140 template <class Compare> struct searches struct
143 static Iterator lower_bound(Iterator start, Iterator finish, Key key, Compare cmp) in lower_bound()
147 static Iterator upper_bound(Iterator start, Iterator finish, Key key, Compare cmp) in upper_bound()
151 …ic std::pair<Iterator, Iterator> equal_range(Iterator start, Iterator finish, Key key, Compare cmp) in equal_range()
155 static bool binary_search(Iterator start, Iterator finish, Key key, Compare cmp) in binary_search()
161 template <> struct searches<no_compare> struct
164 static Iterator lower_bound(Iterator start, Iterator finish, Key key, no_compare) in lower_bound()
168 static Iterator upper_bound(Iterator start, Iterator finish, Key key, no_compare) in upper_bound()
172 …tic std::pair<Iterator, Iterator> equal_range(Iterator start, Iterator finish, Key key, no_compare) in equal_range()
176 static bool binary_search(Iterator start, Iterator finish, Key key, no_compare) in binary_search()
/external/pigweed/pw_bluetooth_sapphire/host/sdp/
Dservice_discoverer_test.cc121 std::vector<std::unordered_set<UUID>> searches; in TEST_F() local
158 std::vector<std::unordered_set<UUID>> searches; in TEST_F() local
207 std::vector<std::unordered_set<UUID>> searches; in TEST_F() local
360 std::vector<std::unordered_set<UUID>> searches; in TEST_F() local
417 std::vector<std::unordered_set<UUID>> searches; in TEST_F() local
475 std::vector<std::unordered_set<UUID>> searches; in TEST_F() local
538 std::vector<std::unordered_set<UUID>> searches; in TEST_F() local
/external/libcups/tools/
Dippfind.c217 cups_array_t *searches; /* Things to browse/resolve */ in main() local
/external/python/cpython3/Include/internal/mimalloc/mimalloc/
Dtypes.h649 mi_stat_counter_t searches; member
/external/kmod/tools/
Ddepmod.c480 struct cfg_search *searches; member