Searched refs:is_equal (Results 1 – 5 of 5) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
D | finder.hpp | 52 is_equal> 59 is_equal>( ::boost::as_literal(Search), is_equal() ) ; in first_finder() 93 is_equal> 100 is_equal>( ::boost::as_literal(Search), is_equal() ); in last_finder() 133 is_equal> 142 is_equal>( ::boost::as_literal(Search), Nth, is_equal() ) ; in nth_finder()
|
D | compare.hpp | 34 struct is_equal struct 189 using algorithm::is_equal;
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | private_typeinfo.cpp | 64 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) in is_equal() function 75 is_equal(const std::type_info* x, const std::type_info* y, bool) 191 return is_equal(this, thrown_type, false); in can_catch() 219 return is_equal(this, thrown_type, false); in can_catch() 231 if (is_equal(this, thrown_type, false)) in can_catch() 284 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 293 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 325 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 350 if (is_equal(this, thrown_type, false)) in can_catch() 352 return is_equal(thrown_type, &typeid(std::nullptr_t), false); in can_catch() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | output_test_stream.hpp | 55 result_type is_equal( const_string arg_, bool flush_stream = true );
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | test_tools.ipp | 504 output_test_stream::is_equal( const_string arg, bool flush_stream )
|