Searched refs:to_find (Results 1 – 4 of 4) sorted by relevance
48 int console_is_registered(console_t *to_find) in console_is_registered() argument52 assert(to_find != NULL); in console_is_registered()55 if (console == to_find) in console_is_registered()
268 for (auto to_find : {val - 1, val, val + 1}) { in TEST()270 std::lower_bound(data.begin(), data.end(), to_find) - data.begin(); in TEST()272 to_find, std::less<int>())); in TEST()
129 const double to_find = simple_philox.RandDouble() * running_total; in operator ()() local130 auto found_iter = std::upper_bound(cdf_begin, cdf_end, to_find); in operator ()()
2456 std::string to_find = "a=fmtp:" + pt + " "; in TEST_F() local2457 size_t fmtp_pos = message.find(to_find); in TEST_F()2458 ASSERT_NE(std::string::npos, fmtp_pos) << "Failed to find " << to_find; in TEST_F()