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

/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp49 // is_equal() with use_strcmp=false so the string names are not compared.
64 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) argument
66 if (!use_strcmp)
709 bool use_strcmp) const
712 if (is_equal(this, info->static_type, use_strcmp))
714 else if (is_equal(this, info->dst_type, use_strcmp))
754 p->search_above_dst(info, current_ptr, current_ptr, public_path, use_strcmp);
813 p->search_below_dst(info, current_ptr, path_below, use_strcmp);
826 p->search_below_dst(info, current_ptr, path_below, use_strcmp);
845 p->search_below_dst(info, current_ptr, path_below, use_strcmp);
[all...]
/external/libcxx/src/
H A Dregex.cpp236 struct use_strcmp struct in namespace:__anon23586
250 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp());
261 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());

Completed in 125 milliseconds