HomeSort by relevance Sort by last modified time
    Searched refs:use_strcmp (Results 1 - 4 of 4) sorted by null

  /external/libcxxabi/src/
private_typeinfo.cpp 49 // 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)
66 if (!use_strcmp)
822 bool use_strcmp) const
825 if (is_equal(this, info->static_type, use_strcmp))
827 else if (is_equal(this, info->dst_type, use_strcmp))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.cpp 49 // 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)
66 if (!use_strcmp)
713 bool use_strcmp) const
716 if (is_equal(this, info->static_type, use_strcmp))
718 else if (is_equal(this, info->dst_type, use_strcmp))
758 p->search_above_dst(info, current_ptr, current_ptr, public_path, use_strcmp);
    [all...]
  /external/libcxx/src/
regex.cpp 236 struct use_strcmp struct in namespace:__anon16008
250 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp());
261 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp 236 struct use_strcmp struct in namespace:__anon36060
250 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp());
261 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp());

Completed in 527 milliseconds