Searched defs:__append (Results 1 – 3 of 3) sorted by relevance
927 _LIBCPP_CONSTEXPR_SINCE_CXX20 void vector<_Tp, _Allocator>::__append(size_type __n) { in __append() function943 _LIBCPP_CONSTEXPR_SINCE_CXX20 void vector<_Tp, _Allocator>::__append(size_type __n, const_reference… in __append() function
220 def __append(self, value, txn=None): member in DBShelf
983 _LIBCPP_HIDE_FROM_ABI size_type __append(_InputIterator __first, _Sentinel __last) { in __append() function