HomeSort by relevance Sort by last modified time
    Searched refs:get_allocator (Results 301 - 325 of 778) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
init_size_hash_equal.pass.cpp 87 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >()));
145 assert((c.get_allocator() == min_allocator<std::pair<const int, std::string> >()));
init_size_hash_equal_allocator.pass.cpp 88 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >(10)));
147 assert((c.get_allocator() == min_allocator<std::pair<const int, std::string> >()));
range.pass.cpp 86 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >()));
142 assert((c.get_allocator() == min_allocator<std::pair<const int, std::string> >()));
range_size.pass.cpp 88 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >()));
146 assert((c.get_allocator() == min_allocator<std::pair<const int, std::string> >()));
range_size_hash.pass.cpp 90 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >()));
149 assert((c.get_allocator() == min_allocator<std::pair<const int, std::string> >()));
range_size_hash_equal.pass.cpp 91 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >()));
151 assert((c.get_allocator() == min_allocator<std::pair<const int, std::string> >()));
range_size_hash_equal_allocator.pass.cpp 93 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >(10)));
154 assert((c.get_allocator() == min_allocator<std::pair<const int, std::string> >()));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 504 : _Base(__list.get_allocator())
638 get_allocator() const function in class:forward_list
877 forward_list __tmp(__n, __val, this->get_allocator());
899 forward_list __tmp(__first, __last, this->get_allocator());
919 forward_list __tmp(__il, this->get_allocator());
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 504 : _Base(__list.get_allocator())
638 get_allocator() const function in class:forward_list
877 forward_list __tmp(__n, __val, this->get_allocator());
899 forward_list __tmp(__first, __last, this->get_allocator());
919 forward_list __tmp(__il, this->get_allocator());
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 504 : _Base(__list.get_allocator())
638 get_allocator() const function in class:forward_list
877 forward_list __tmp(__n, __val, this->get_allocator());
899 forward_list __tmp(__first, __last, this->get_allocator());
919 forward_list __tmp(__il, this->get_allocator());
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 504 : _Base(__list.get_allocator())
638 get_allocator() const function in class:forward_list
877 forward_list __tmp(__n, __val, this->get_allocator());
899 forward_list __tmp(__first, __last, this->get_allocator());
919 forward_list __tmp(__il, this->get_allocator());
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.h 504 : _Base(__list.get_allocator())
638 get_allocator() const function in class:forward_list
877 forward_list __tmp(__n, __val, this->get_allocator());
899 forward_list __tmp(__first, __last, this->get_allocator());
919 forward_list __tmp(__il, this->get_allocator());
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc     [all...]
  /external/stlport/stlport/stl/
_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
_set.h 149 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:set
320 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:multiset
_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
  /external/stlport/test/unit/
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 );
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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
_set.h 149 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:set
320 allocator_type get_allocator() const { return _M_t.get_allocator(); } function in class:multiset
_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

Completed in 857 milliseconds

<<11121314151617181920>>