Searched refs:constexpr_search (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_index/test/ |
D | type_index_constexpr_test.cpp | 53 using boost::typeindex::detail::constexpr_search; in search_same() 55 …constexpr_search(hello1, hello1_end, hello2, hello2_end) == std::search(hello1, hello1_end, hello2… in search_same() 59 …constexpr_search(hello2, hello2_end, hello1, hello1_end) == std::search(hello2, hello2_end, hello1… in search_same() 65 …constexpr_search(hello1, hello1_end, word, word_end) == std::search(hello1, hello1_end, word, word… in search_same() 69 …constexpr_search(hello2, hello2_end, word, word_end) == std::search(hello2, hello2_end, word, word… in search_same()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_index/include/boost/type_index/detail/ |
D | compile_time_type_info.hpp | 141 BOOST_CXX14_CONSTEXPR inline ForwardIterator1 constexpr_search( in constexpr_search() function 191 const char* const it = constexpr_search( in skip_begining_runtime()
|