OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_allocator
(Results
76 - 100
of
1352
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
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));
/external/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>());
/external/libcxx/test/containers/sequences/vector/vector.cons/
construct_default.pass.cpp
29
assert(c.
get_allocator
() == typename C::allocator_type());
34
assert(c1.
get_allocator
() == typename C::allocator_type());
45
assert(c.
get_allocator
() == a);
copy_alloc.pass.cpp
41
assert(l2.
get_allocator
() == test_allocator<int>(3));
47
assert(l2.
get_allocator
() == other_allocator<int>(3));
59
assert(l2.
get_allocator
() == min_allocator<int>());
/external/libcxx/test/containers/sequences/vector.bool/
copy_alloc.pass.cpp
41
assert(l2.
get_allocator
() == test_allocator<bool>(3));
47
assert(l2.
get_allocator
() == other_allocator<bool>(3));
59
assert(l2.
get_allocator
() == min_allocator<bool>());
/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/vector/vector.cons/
construct_default.pass.cpp
30
assert(c.
get_allocator
() == typename C::allocator_type());
36
assert(c1.
get_allocator
() == typename C::allocator_type());
48
assert(c.
get_allocator
() == a);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
copy_alloc.pass.cpp
41
assert(l2.
get_allocator
() == test_allocator<bool>(3));
47
assert(l2.
get_allocator
() == other_allocator<bool>(3));
59
assert(l2.
get_allocator
() == min_allocator<bool>());
/ndk/tests/device/test-gnustl-full/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
...]
Completed in 265 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>