OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_allocator
(Results
501 - 525
of
841
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/ndk/tests/device/test-gnustl-full/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 );
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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
hash_map
121
get_allocator
() const
122
{ return _M_ht.
get_allocator
(); }
340
get_allocator
() const
341
{ return _M_ht.
get_allocator
(); }
hash_set
123
get_allocator
() const
124
{ return _M_ht.
get_allocator
(); }
324
get_allocator
() const
325
{ return _M_ht.
get_allocator
(); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
hash_map
121
get_allocator
() const
122
{ return _M_ht.
get_allocator
(); }
340
get_allocator
() const
341
{ return _M_ht.
get_allocator
(); }
hash_set
123
get_allocator
() const
124
{ return _M_ht.
get_allocator
(); }
324
get_allocator
() const
325
{ return _M_ht.
get_allocator
(); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
hash_map
121
get_allocator
() const
122
{ return _M_ht.
get_allocator
(); }
340
get_allocator
() const
341
{ return _M_ht.
get_allocator
(); }
hash_set
123
get_allocator
() const
124
{ return _M_ht.
get_allocator
(); }
324
get_allocator
() const
325
{ return _M_ht.
get_allocator
(); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
hash_map
121
get_allocator
() const
122
{ return _M_ht.
get_allocator
(); }
340
get_allocator
() const
341
{ return _M_ht.
get_allocator
(); }
hash_set
123
get_allocator
() const
124
{ return _M_ht.
get_allocator
(); }
324
get_allocator
() const
325
{ return _M_ht.
get_allocator
(); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
hash_map
121
get_allocator
() const
122
{ return _M_ht.
get_allocator
(); }
340
get_allocator
() const
341
{ return _M_ht.
get_allocator
(); }
hash_set
123
get_allocator
() const
124
{ return _M_ht.
get_allocator
(); }
324
get_allocator
() const
325
{ return _M_ht.
get_allocator
(); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
hash_map
121
get_allocator
() const
122
{ return _M_ht.
get_allocator
(); }
340
get_allocator
() const
341
{ return _M_ht.
get_allocator
(); }
hash_set
123
get_allocator
() const
124
{ return _M_ht.
get_allocator
(); }
324
get_allocator
() const
325
{ return _M_ht.
get_allocator
(); }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
hash_map
121
get_allocator
() const
122
{ return _M_ht.
get_allocator
(); }
340
get_allocator
() const
341
{ return _M_ht.
get_allocator
(); }
hash_set
123
get_allocator
() const
124
{ return _M_ht.
get_allocator
(); }
324
get_allocator
() const
325
{ return _M_ht.
get_allocator
(); }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
map.h
152
|| __x.
get_allocator
() == this->
get_allocator
();
172
// 133. map missing
get_allocator
()
173
using _Base::
get_allocator
;
vector
137
if (__x.
get_allocator
() == __a)
167
|| __x.
get_allocator
() == this->
get_allocator
();
223
using _Base::
get_allocator
;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
hash_map
121
get_allocator
() const
122
{ return _M_ht.
get_allocator
(); }
340
get_allocator
() const
341
{ return _M_ht.
get_allocator
(); }
hash_set
123
get_allocator
() const
124
{ return _M_ht.
get_allocator
(); }
324
get_allocator
() const
325
{ return _M_ht.
get_allocator
(); }
/prebuilts/ndk/current/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
Completed in 1961 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>