/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/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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
slist | 235 get_allocator() const 262 get_allocator().destroy(&__next->_M_data); 279 get_allocator().destroy(&__tmp->_M_data); 315 get_allocator() const 316 { return _Base::get_allocator(); } 329 get_allocator().construct(&__node->_M_data, __x); 346 get_allocator().construct(&__node->_M_data, value_type()); 381 : _Base(__x.get_allocator()) 492 get_allocator().destroy(&__node->_M_data);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
slist | 235 get_allocator() const 262 get_allocator().destroy(&__next->_M_data); 279 get_allocator().destroy(&__tmp->_M_data); 315 get_allocator() const 316 { return _Base::get_allocator(); } 329 get_allocator().construct(&__node->_M_data, __x); 346 get_allocator().construct(&__node->_M_data, value_type()); 381 : _Base(__x.get_allocator()) 492 get_allocator().destroy(&__node->_M_data);
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_container.i | 21 allocator_type get_allocator() const;
|
/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);
|
/prebuilts/ndk/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/8/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/9/sources/cxx-stl/EH/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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
slist | 235 get_allocator() const 262 get_allocator().destroy(&__next->_M_data); 279 get_allocator().destroy(&__tmp->_M_data); 315 get_allocator() const 316 { return _Base::get_allocator(); } 329 get_allocator().construct(&__node->_M_data, __x); 346 get_allocator().construct(&__node->_M_data, value_type()); 381 : _Base(__x.get_allocator()) 492 get_allocator().destroy(&__node->_M_data);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
slist | 235 get_allocator() const 262 get_allocator().destroy(&__next->_M_data); 279 get_allocator().destroy(&__tmp->_M_data); 315 get_allocator() const 316 { return _Base::get_allocator(); } 329 get_allocator().construct(&__node->_M_data, __x); 346 get_allocator().construct(&__node->_M_data, value_type()); 381 : _Base(__x.get_allocator()) 492 get_allocator().destroy(&__node->_M_data);
|