Home
last modified time | relevance | path

Searched defs:use_strcmp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libcxx/src/
H A Dregex.cpp218 struct use_strcmp struct
220 bool operator()(const collationnames& x, const char* y) in operator ()()
222 bool operator()(const classnames& x, const char* y) in operator ()()
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dregex.cpp325 struct use_strcmp { struct
326 bool operator()(const collationnames& x, const char* y) { return strcmp(x.elem_, y) < 0; } in operator ()()
327 bool operator()(const classnames& x, const char* y) { return strcmp(x.elem_, y) < 0; } in operator ()()
/aosp_15_r20/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp60 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) in is_equal()
347 bool use_strcmp = this->__flags & (__incomplete_class_mask | in can_catch() local
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dprivate_typeinfo.cpp71 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) in is_equal()
633 bool use_strcmp = this->__flags & (__incomplete_class_mask | in can_catch() local