HomeSort by relevance Sort by last modified time
    Searched defs:empty (Results 626 - 650 of 1198) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 168 bool empty() const { return _M_ht.empty(); } function in class:hash_map
359 bool empty() const { return _M_ht.empty(); } function in class:hash_multimap
_hash_set.h 169 bool empty() const { return _M_ht.empty(); } function in class:hash_set
351 bool empty() const { return _M_ht.empty(); } function in class:hash_multiset
_map.h 171 bool empty() const { return _M_t.empty(); } function in class:map
357 bool empty() const { return _M_t.empty(); } function in class:multimap
_set.h 159 bool empty() const { return _M_t.empty(); } function in class:set
330 bool empty() const { return _M_t.empty(); } function in class:multiset
_unordered_map.h 122 bool empty() const { return _M_ht.empty(); } function in class:unordered_map
290 bool empty() const { return _M_ht.empty(); } function in class:unordered_multimap
_unordered_set.h 116 bool empty() const { return _M_ht.empty(); } function in class:unordered_set
266 bool empty() const { return _M_ht.empty(); } function in class:unordered_multiset
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 167 bool empty() const { return _M_non_dbg_impl.empty(); } function in class:hashtable
_list.h 177 bool empty() const { return _M_non_dbg_impl.empty(); } function in class:list
181 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
185 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
189 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
193 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
264 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
271 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
_slist.h 199 bool empty() const { return _M_non_dbg_impl.empty(); } function in class:slist
212 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
216 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
221 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
_string.h 218 bool empty() const { return _M_non_dbg_impl.empty(); } function in class:basic_string
_tree.h 166 bool empty() const { return _M_non_dbg_impl.empty(); } function in class:_Rb_tree
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 164 bool empty() const { return _M_impl.empty(); } function in class:list
_slist.h 197 bool empty() const { return _M_impl.empty(); } function in class:slist
_vector.h 93 bool empty() const { return _M_impl.empty(); } function in class:vector
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 411 /** Returns true if the %map is empty. (Thus begin() would equal
415 empty() const function in class:map
416 { return _M_t.empty(); }
606 * stateless and empty), so it should be quite fast.) Note
stl_multimap.h 408 /** Returns true if the %multimap is empty. */
410 empty() const function in class:multimap
411 { return _M_t.empty(); }
541 * the @c Compare type (which itself is often stateless and empty), so it
stl_multiset.h 352 /// Returns true if the %set is empty.
354 empty() const function in class:multiset
355 { return _M_t.empty(); }
373 * Compare type (which itself is often stateless and empty), so it should
stl_set.h 359 /// Returns true if the %set is empty.
361 empty() const function in class:set
362 { return _M_t.empty(); }
380 * the @c Compare type (which itself is often stateless and empty), so it
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 168 bool empty() const { return _M_ht.empty(); } function in class:hash_map
359 bool empty() const { return _M_ht.empty(); } function in class:hash_multimap
_hash_set.h 169 bool empty() const { return _M_ht.empty(); } function in class:hash_set
351 bool empty() const { return _M_ht.empty(); } function in class:hash_multiset
_map.h 171 bool empty() const { return _M_t.empty(); } function in class:map
357 bool empty() const { return _M_t.empty(); } function in class:multimap
_set.h 159 bool empty() const { return _M_t.empty(); } function in class:set
330 bool empty() const { return _M_t.empty(); } function in class:multiset
_unordered_map.h 122 bool empty() const { return _M_ht.empty(); } function in class:unordered_map
290 bool empty() const { return _M_ht.empty(); } function in class:unordered_multimap
_unordered_set.h 116 bool empty() const { return _M_ht.empty(); } function in class:unordered_set
266 bool empty() const { return _M_ht.empty(); } function in class:unordered_multiset
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 167 bool empty() const { return _M_non_dbg_impl.empty(); } function in class:hashtable

Completed in 1431 milliseconds

<<21222324252627282930>>