Home
last modified time | relevance | path

Searched refs:__decrementable (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__debug79 virtual bool __decrementable(const void*) const = 0;
95 virtual bool __decrementable(const void*) const;
112 _C_node<_Cont>::__decrementable(const void* __i) const
117 return _Cp->__decrementable(__j);
196 bool __decrementable(const void* __i) const;
Dunordered_set608 bool __decrementable(const const_iterator* __i) const
609 {return __table_.__decrementable(__i);}
1110 bool __decrementable(const const_iterator* __i) const
1111 {return __table_.__decrementable(__i);}
Dlist348 _LIBCPP_ASSERT(__get_const_db()->__decrementable(this),
485 _LIBCPP_ASSERT(__get_const_db()->__decrementable(this),
1055 bool __decrementable(const const_iterator* __i) const;
2275 list<_Tp, _Alloc>::__decrementable(const const_iterator* __i) const
Dunordered_map1029 bool __decrementable(const const_iterator* __i) const
1030 {return __table_.__decrementable(&__i->__i_);}
1727 bool __decrementable(const const_iterator* __i) const
1728 {return __table_.__decrementable(&__i->__i_);}
D__hash_table1073 bool __decrementable(const const_iterator* __i) const;
2435 __hash_table<_Tp, _Hash, _Equal, _Alloc>::__decrementable(const const_iterator*) const
Dvector771 bool __decrementable(const const_iterator* __i) const;
2050 vector<_Tp, _Allocator>::__decrementable(const const_iterator* __i) const
Diterator1191 _LIBCPP_ASSERT(__get_const_db()->__decrementable(this),
Dstring1717 bool __decrementable(const const_iterator* __i) const;
4232 basic_string<_CharT, _Traits, _Allocator>::__decrementable(const const_iterator* __i) const
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Ddebug.cpp385 __libcpp_db::__decrementable(const void* __i) const in __decrementable() function in __libcpp_db
391 return i != nullptr && i->__c_ != nullptr && i->__c_->__decrementable(__i); in __decrementable()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch503 __libcpp_db::__decrementable(const void* __i) const
509 return i != nullptr && i->__c_ != nullptr && i->__c_->__decrementable(__i);
511 @@ -364,7 +394,9 @@ __libcpp_db::__decrementable(const void* __i) const