Searched refs:__get_const_db (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | list | 316 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 325 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 335 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 348 _LIBCPP_ASSERT(__get_const_db()->__decrementable(this), 453 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 462 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 472 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 485 _LIBCPP_ASSERT(__get_const_db()->__decrementable(this), 1345 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this, 1368 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this, [all …]
|
D | __hash_table | 156 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 165 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 175 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 303 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 312 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 322 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 435 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 444 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 454 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 600 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), [all …]
|
D | iterator | 1164 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 1172 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 1180 _LIBCPP_ASSERT(__get_const_db()->__dereferenceable(this), 1191 _LIBCPP_ASSERT(__get_const_db()->__decrementable(this), 1204 _LIBCPP_ASSERT(__get_const_db()->__addable(this, __n), 1217 _LIBCPP_ASSERT(__get_const_db()->__subscriptable(this, __n), 1308 _LIBCPP_ASSERT(__get_const_db()->__less_than_comparable(&__x, &__y), 1384 _LIBCPP_ASSERT(__get_const_db()->__less_than_comparable(&__x, &__y),
|
D | __debug | 210 _LIBCPP_FUNC_VIS const __libcpp_db* __get_const_db();
|
D | vector | 1664 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this, 1682 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__first) == this, 1712 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this, 1752 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this, 1791 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this, 1831 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this, 1883 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this, 1938 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__position) == this,
|
D | unordered_set | 483 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this, 505 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this, 519 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this,
|
D | unordered_map | 888 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this, 913 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this, 929 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__p) == this,
|
D | string | 2796 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__pos) == this, 2823 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__pos) == this, 2914 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__pos) == this, 3128 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__pos) == this, 3146 _LIBCPP_ASSERT(__get_const_db()->__find_c_from_i(&__first) == this,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | debug.cpp | 30 __get_const_db() in __get_const_db() function
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0013-temp-collective-ndk-hackathon-fixes.patch | 363 @@ -35,6 +35,7 @@ __get_const_db()
|