HomeSort by relevance Sort by last modified time
    Searched full:get_allocator (Results 326 - 350 of 988) sorted by null

<<11121314151617181920>>

  /external/stlport/stlport/stl/
_unordered_set.h 70 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_set
220 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_multiset
  /external/stlport/stlport/stl/pointers/
_set.h 208 allocator_type get_allocator() const function in class:set
209 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
461 allocator_type get_allocator() const function in class:multiset
462 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
  /external/stlport/test/unit/
hash_test.cpp 402 CPPUNIT_ASSERT( hint1.get_allocator().swaped() );
403 CPPUNIT_ASSERT( hint2.get_allocator().swaped() );
405 CPPUNIT_ASSERT( hint1.get_allocator() == stack2 );
406 CPPUNIT_ASSERT( hint2.get_allocator() == stack1 );
map_test.cpp 291 CPPUNIT_ASSERT( mint1.get_allocator().swaped() );
292 CPPUNIT_ASSERT( mint2.get_allocator().swaped() );
296 CPPUNIT_ASSERT( mint1.get_allocator() == stack2 );
297 CPPUNIT_ASSERT( mint2.get_allocator() == stack1 );
vector_test.cpp 391 CPPUNIT_ASSERT( vint1.get_allocator().swaped() );
392 CPPUNIT_ASSERT( vint2.get_allocator().swaped() );
396 CPPUNIT_ASSERT( vint1.get_allocator() == stack2 );
397 CPPUNIT_ASSERT( vint2.get_allocator() == stack1 );
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 82 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_map
273 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_multimap
_hash_set.h 76 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_set
262 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:hash_multiset
_hashtable.h 300 allocator_type get_allocator() const { return _M_elems.get_allocator(); } function in class:hashtable
335 _M_elems(__ht.get_allocator()),
336 _M_buckets(_STLP_CONVERT_ALLOCATOR(__ht.get_allocator(), _BucketType*)),
_map.h 161 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:map
347 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:multimap
_unordered_map.h 76 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_map
244 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_multimap
_unordered_set.h 70 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_set
220 allocator_type get_allocator() const { return _M_ht.get_allocator(); } function in class:unordered_multiset
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 208 allocator_type get_allocator() const function in class:set
209 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
461 allocator_type get_allocator() const function in class:multiset
462 { return _STLP_CONVERT_ALLOCATOR(_M_t.get_allocator(), value_type); }
  /ndk/tests/device/test-gnustl-full/unit/
hash_test.cpp 402 CPPUNIT_ASSERT( hint1.get_allocator().swaped() );
403 CPPUNIT_ASSERT( hint2.get_allocator().swaped() );
405 CPPUNIT_ASSERT( hint1.get_allocator() == stack2 );
406 CPPUNIT_ASSERT( hint2.get_allocator() == stack1 );
map_test.cpp 291 CPPUNIT_ASSERT( mint1.get_allocator().swaped() );
292 CPPUNIT_ASSERT( mint2.get_allocator().swaped() );
296 CPPUNIT_ASSERT( mint1.get_allocator() == stack2 );
297 CPPUNIT_ASSERT( mint2.get_allocator() == stack1 );
vector_test.cpp 391 CPPUNIT_ASSERT( vint1.get_allocator().swaped() );
392 CPPUNIT_ASSERT( vint2.get_allocator().swaped() );
396 CPPUNIT_ASSERT( vint1.get_allocator() == stack2 );
397 CPPUNIT_ASSERT( vint2.get_allocator() == stack1 );
  /ndk/tests/device/test-stlport/unit/
hash_test.cpp 402 CPPUNIT_ASSERT( hint1.get_allocator().swaped() );
403 CPPUNIT_ASSERT( hint2.get_allocator().swaped() );
405 CPPUNIT_ASSERT( hint1.get_allocator() == stack2 );
406 CPPUNIT_ASSERT( hint2.get_allocator() == stack1 );
map_test.cpp 291 CPPUNIT_ASSERT( mint1.get_allocator().swaped() );
292 CPPUNIT_ASSERT( mint2.get_allocator().swaped() );
296 CPPUNIT_ASSERT( mint1.get_allocator() == stack2 );
297 CPPUNIT_ASSERT( mint2.get_allocator() == stack1 );
vector_test.cpp 391 CPPUNIT_ASSERT( vint1.get_allocator().swaped() );
392 CPPUNIT_ASSERT( vint2.get_allocator().swaped() );
396 CPPUNIT_ASSERT( vint1.get_allocator() == stack2 );
397 CPPUNIT_ASSERT( vint2.get_allocator() == stack1 );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hash_map 119 get_allocator() const
120 { return _M_ht.get_allocator(); }
338 get_allocator() const
339 { return _M_ht.get_allocator(); }
hash_set 121 get_allocator() const
122 { return _M_ht.get_allocator(); }
322 get_allocator() const
323 { return _M_ht.get_allocator(); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
hash_map 119 get_allocator() const
120 { return _M_ht.get_allocator(); }
338 get_allocator() const
339 { return _M_ht.get_allocator(); }
hash_set 121 get_allocator() const
122 { return _M_ht.get_allocator(); }
322 get_allocator() const
323 { return _M_ht.get_allocator(); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hash_map 122 get_allocator() const
123 { return _M_ht.get_allocator(); }
341 get_allocator() const
342 { return _M_ht.get_allocator(); }
hash_set 124 get_allocator() const
125 { return _M_ht.get_allocator(); }
325 get_allocator() const
326 { return _M_ht.get_allocator(); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
hash_map 122 get_allocator() const
123 { return _M_ht.get_allocator(); }
341 get_allocator() const
342 { return _M_ht.get_allocator(); }

Completed in 397 milliseconds

<<11121314151617181920>>