Home
last modified time | relevance | path

Searched refs:constexpr_search (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_index/test/
Dtype_index_constexpr_test.cpp53 using boost::typeindex::detail::constexpr_search; in search_same()
55constexpr_search(hello1, hello1_end, hello2, hello2_end) == std::search(hello1, hello1_end, hello2… in search_same()
59constexpr_search(hello2, hello2_end, hello1, hello1_end) == std::search(hello2, hello2_end, hello1… in search_same()
65constexpr_search(hello1, hello1_end, word, word_end) == std::search(hello1, hello1_end, word, word… in search_same()
69constexpr_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/
Dcompile_time_type_info.hpp141 BOOST_CXX14_CONSTEXPR inline ForwardIterator1 constexpr_search( in constexpr_search() function
191 const char* const it = constexpr_search( in skip_begining_runtime()