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

<<11121314151617181920>>

  /external/stlport/stlport/stl/
_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
  /external/stlport/test/unit/
string_test.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
initializer_list_compare_alloc.pass.cpp 39 assert(m.get_allocator() == A(4));
iter_iter_alloc.pass.cpp 46 assert(m.get_allocator() == A(7));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
initializer_list_compare_alloc.pass.cpp 39 assert(m.get_allocator() == A(4));
iter_iter_alloc.pass.cpp 46 assert(m.get_allocator() == A(7));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
copy_alloc.pass.cpp 26 assert(c.get_allocator() == a);
iter_iter_alloc.pass.cpp 30 assert(d.get_allocator() == a);
size_value_alloc.pass.cpp 26 assert(d.get_allocator() == a);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
construct_size.pass.cpp 27 assert(c.get_allocator() == typename C::allocator_type());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
assign_move.pass.cpp 69 assert(c.get_allocator() == A(4));
114 assert(c.get_allocator() == A(10));
160 assert(c.get_allocator() == A(10));
207 assert(c.get_allocator() == A());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
move.pass.cpp 57 assert(c.get_allocator() ==
126 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >(10)));
157 assert(c.get_allocator() ==
226 assert((c.get_allocator() == min_allocator<std::pair<const int, std::string> >()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
size.fail.cpp 38 assert(c.get_allocator() == (test_allocator<NotConstructible>()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
move_alloc.pass.cpp 33 assert(s2.get_allocator() == a);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp     [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
slist 234 get_allocator() const
261 get_allocator().destroy(&__next->_M_data);
278 get_allocator().destroy(&__tmp->_M_data);
314 get_allocator() const
315 { return _Base::get_allocator(); }
328 get_allocator().construct(&__node->_M_data, __x);
345 get_allocator().construct(&__node->_M_data, value_type());
380 : _Base(__x.get_allocator())
491 get_allocator().destroy(&__node->_M_data);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
slist 236 get_allocator() const
263 get_allocator().destroy(&__next->_M_data);
280 get_allocator().destroy(&__tmp->_M_data);
316 get_allocator() const
317 { return _Base::get_allocator(); }
330 get_allocator().construct(&__node->_M_data, __x);
347 get_allocator().construct(&__node->_M_data, value_type());
382 : _Base(__x.get_allocator())
493 get_allocator().destroy(&__node->_M_data);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
slist 236 get_allocator() const
263 get_allocator().destroy(&__next->_M_data);
280 get_allocator().destroy(&__tmp->_M_data);
316 get_allocator() const
317 { return _Base::get_allocator(); }
330 get_allocator().construct(&__node->_M_data, __x);
347 get_allocator().construct(&__node->_M_data, value_type());
382 : _Base(__x.get_allocator())
493 get_allocator().destroy(&__node->_M_data);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
slist 234 get_allocator() const
261 get_allocator().destroy(&__next->_M_data);
278 get_allocator().destroy(&__tmp->_M_data);
314 get_allocator() const
315 { return _Base::get_allocator(); }
328 get_allocator().construct(&__node->_M_data, __x);
345 get_allocator().construct(&__node->_M_data, value_type());
380 : _Base(__x.get_allocator())
491 get_allocator().destroy(&__node->_M_data);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
slist 234 get_allocator() const
261 get_allocator().destroy(&__next->_M_data);
278 get_allocator().destroy(&__tmp->_M_data);
314 get_allocator() const
315 { return _Base::get_allocator(); }
328 get_allocator().construct(&__node->_M_data, __x);
345 get_allocator().construct(&__node->_M_data, value_type());
380 : _Base(__x.get_allocator())
491 get_allocator().destroy(&__node->_M_data);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
slist 234 get_allocator() const
261 get_allocator().destroy(&__next->_M_data);
278 get_allocator().destroy(&__tmp->_M_data);
314 get_allocator() const
315 { return _Base::get_allocator(); }
328 get_allocator().construct(&__node->_M_data, __x);
345 get_allocator().construct(&__node->_M_data, value_type());
380 : _Base(__x.get_allocator())
491 get_allocator().destroy(&__node->_M_data);

Completed in 396 milliseconds

<<11121314151617181920>>