/external/libcxx/src/ |
regex.cpp | 218 struct use_strcmp struct in namespace:__anon23074 232 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp()); 243 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/ |
regex.cpp | 236 struct use_strcmp struct in namespace:__anon111773 250 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp()); 261 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/ |
regex.cpp | 218 struct use_strcmp struct in namespace:__anon112161 232 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp()); 243 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());
|
/external/libcxxabi/src/ |
private_typeinfo.cpp | 52 // is_equal() with use_strcmp=false so the string names are not compared. 65 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) 68 if (!use_strcmp) 349 bool use_strcmp = this->__flags & (__incomplete_class_mask | local 351 if (!use_strcmp) { 355 use_strcmp = thrown_pbase->__flags & (__incomplete_class_mask | 358 return is_equal(this, thrown_type, use_strcmp); 848 bool use_strcmp) const [all...] |