Searched defs:use_strcmp (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libcxx/src/ |
H A D | regex.cpp | 218 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 D | regex.cpp | 325 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 D | private_typeinfo.cpp | 60 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 D | private_typeinfo.cpp | 71 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
|