Home
last modified time | relevance | path

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

/external/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()
822 bool use_strcmp) const in search_below_dst()
825 if (is_equal(this, info->static_type, use_strcmp)) in search_below_dst()
827 else if (is_equal(this, info->dst_type, use_strcmp)) in search_below_dst()
867 p->search_above_dst(info, current_ptr, current_ptr, public_path, use_strcmp); in search_below_dst()
926 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst()
939 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst()
958 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst()
981 p->search_below_dst(info, current_ptr, path_below, use_strcmp); in search_below_dst()
[all …]
/external/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()