OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_allocator
(Results
26 - 50
of
988
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h
94
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:slist
407
if (
get_allocator
() == __x.
get_allocator
()) {
424
if (
get_allocator
() == __x.
get_allocator
()) {
444
if (
get_allocator
() == __x.
get_allocator
()) {
459
if (
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h
94
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:slist
407
if (
get_allocator
() == __x.
get_allocator
()) {
424
if (
get_allocator
() == __x.
get_allocator
()) {
444
if (
get_allocator
() == __x.
get_allocator
()) {
459
if (
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h
94
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:slist
407
if (
get_allocator
() == __x.
get_allocator
()) {
424
if (
get_allocator
() == __x.
get_allocator
()) {
444
if (
get_allocator
() == __x.
get_allocator
()) {
459
if (
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h
94
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:slist
407
if (
get_allocator
() == __x.
get_allocator
()) {
424
if (
get_allocator
() == __x.
get_allocator
()) {
444
if (
get_allocator
() == __x.
get_allocator
()) {
459
if (
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_slist.h
94
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:slist
407
if (
get_allocator
() == __x.
get_allocator
()) {
424
if (
get_allocator
() == __x.
get_allocator
()) {
444
if (
get_allocator
() == __x.
get_allocator
()) {
459
if (
get_allocator
() == __x.
get_allocator
()) {
[
all
...]
/external/stlport/test/unit/
list_test.cpp
291
CPPUNIT_ASSERT( lint1.
get_allocator
().swaped() );
292
CPPUNIT_ASSERT( lint2.
get_allocator
().swaped() );
296
CPPUNIT_ASSERT( lint1.
get_allocator
() == stack2 );
297
CPPUNIT_ASSERT( lint2.
get_allocator
() == stack1 );
313
CPPUNIT_ASSERT( lint1.
get_allocator
().swaped() );
314
CPPUNIT_ASSERT( lint2.
get_allocator
().swaped() );
318
CPPUNIT_ASSERT( lint1.
get_allocator
() == stack2 );
319
CPPUNIT_ASSERT( lint2.
get_allocator
() == stack1 );
335
CPPUNIT_ASSERT( lint1.
get_allocator
().swaped() );
336
CPPUNIT_ASSERT( lint2.
get_allocator
().swaped() )
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_alloc.pass.cpp
38
test_allocator<int>
get_allocator
() {return c.
get_allocator
();}
function in struct:test
46
assert(q.c.
get_allocator
() == test_allocator<int>(3));
ctor_comp_alloc.pass.cpp
38
test_allocator<int>
get_allocator
() {return c.
get_allocator
();}
function in struct:test
46
assert(q.c.
get_allocator
() == test_allocator<int>(3));
ctor_comp_cont_alloc.pass.cpp
49
test_allocator<int>
get_allocator
() {return c.
get_allocator
();}
function in struct:test
59
assert(q.c.
get_allocator
() == test_allocator<int>(3));
ctor_comp_rcont_alloc.pass.cpp
49
test_allocator<int>
get_allocator
() {return c.
get_allocator
();}
function in struct:test
58
assert(q.c.
get_allocator
() == test_allocator<int>(3));
ctor_copy_alloc.pass.cpp
44
test_allocator<int>
get_allocator
() {return c.
get_allocator
();}
function in struct:test
56
assert(q.c.
get_allocator
() == test_allocator<int>(6));
ctor_move_alloc.pass.cpp
50
test_allocator<int>
get_allocator
() {return c.
get_allocator
();}
function in struct:test
65
assert(q.c.
get_allocator
() == test_allocator<MoveOnly>(6));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
ctor_container_alloc.pass.cpp
43
test_allocator<int>
get_allocator
() {return c.
get_allocator
();}
function in struct:test
50
assert(q.
get_allocator
() == test_allocator<int>(4));
ctor_queue_alloc.pass.cpp
43
allocator_type
get_allocator
() {return this->c.
get_allocator
();}
function in struct:test
50
assert(q2.
get_allocator
() == test_allocator<int>(5));
ctor_rcontainer_alloc.pass.cpp
47
allocator_type
get_allocator
() {return this->c.
get_allocator
();}
function in struct:test
56
assert(q.
get_allocator
() == test_allocator<MoveOnly>(4));
ctor_rqueue_alloc.pass.cpp
47
allocator_type
get_allocator
() {return this->c.
get_allocator
();}
function in struct:test
57
assert(q2.
get_allocator
() == test_allocator<MoveOnly>(5));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
ctor_container_alloc.pass.cpp
43
test_allocator<int>
get_allocator
() {return c.
get_allocator
();}
function in struct:test
50
assert(q.
get_allocator
() == test_allocator<int>(4));
ctor_copy_alloc.pass.cpp
43
allocator_type
get_allocator
() {return this->c.
get_allocator
();}
function in struct:test
50
assert(q2.
get_allocator
() == test_allocator<int>(5));
ctor_rcontainer_alloc.pass.cpp
47
allocator_type
get_allocator
() {return this->c.
get_allocator
();}
function in struct:test
56
assert(q.
get_allocator
() == test_allocator<MoveOnly>(4));
ctor_rqueue_alloc.pass.cpp
47
allocator_type
get_allocator
() {return this->c.
get_allocator
();}
function in struct:test
57
assert(q2.
get_allocator
() == test_allocator<MoveOnly>(5));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
op_equal.pass.cpp
40
assert(l2.
get_allocator
() == test_allocator<int>(3));
47
assert(l2.
get_allocator
() == other_allocator<int>(5));
60
assert(l2.
get_allocator
() == min_allocator<int>());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
assign_copy.pass.cpp
26
assert(l2.
get_allocator
() == test_allocator<int>(3));
33
assert(l2.
get_allocator
() == other_allocator<int>(5));
41
assert(l2.
get_allocator
() == min_allocator<int>());
copy_alloc.pass.cpp
26
assert(l2.
get_allocator
() == test_allocator<int>(3));
32
assert(l2.
get_allocator
() == other_allocator<int>(3));
39
assert(l2.
get_allocator
() == min_allocator<int>());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
assign_copy.pass.cpp
26
assert(l2.
get_allocator
() == test_allocator<int>(3));
33
assert(l2.
get_allocator
() == other_allocator<int>(5));
41
assert(l2.
get_allocator
() == min_allocator<int>());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
assign_copy.pass.cpp
26
assert(l2.
get_allocator
() == test_allocator<bool>(3));
33
assert(l2.
get_allocator
() == other_allocator<bool>(5));
41
assert(l2.
get_allocator
() == min_allocator<bool>());
Completed in 335 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>