Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dprivate_typeinfo.cpp64 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) in is_equal() argument
66 if (!use_strcmp) in is_equal()
713 bool use_strcmp) const in search_below_dst()
716 if (is_equal(this, info->static_type, use_strcmp)) in search_below_dst()
718 else if (is_equal(this, info->dst_type, use_strcmp)) in search_below_dst()
758 p->search_above_dst(info, current_ptr, current_ptr, public_path, use_strcmp); in search_below_dst()
817 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst()
830 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst()
849 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst()
872 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dregex.cpp236 struct use_strcmp struct
250 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp()); in __get_collation_name()
261 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp()); in __get_classname()