OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_allocator
(Results
1 - 25
of
350
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
ctor_alloc.pass.cpp
31
test_allocator<int>
get_allocator
() {return c.
get_allocator
();}
function in struct:test
37
assert(q.
get_allocator
() == test_allocator<int>(3));
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_alloc.pass.cpp
31
test_allocator<int>
get_allocator
() {return c.
get_allocator
();}
function in struct:test
37
assert(q.
get_allocator
() == test_allocator<int>(3));
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/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));
/external/stlport/stlport/stl/debug/
_deque.h
87
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:deque
_vector.h
144
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:vector
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h
87
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:deque
_vector.h
144
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:vector
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h
87
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:deque
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h
87
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:deque
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h
87
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:deque
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h
87
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:deque
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_deque.h
87
allocator_type
get_allocator
() const { return _M_non_dbg_impl.
get_allocator
(); }
function in class:deque
Completed in 752 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>