OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:select_on_container_copy_construction
(Results
1 - 20
of
20
) sorted by null
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
select_on_container_copy_construction.pass.cpp
16
//
select_on_container_copy_construction
(const allocator_type& a);
42
B
select_on_container_copy_construction
() const
function in struct:B
52
assert(std::allocator_traits<A<int> >::
select_on_container_copy_construction
(a).id == 0);
56
assert(std::allocator_traits<A<int> >::
select_on_container_copy_construction
(a).id == 0);
61
assert(std::allocator_traits<B<int> >::
select_on_container_copy_construction
(b).id == 100);
65
assert(std::allocator_traits<B<int> >::
select_on_container_copy_construction
(b).id == 100);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
select_on_container_copy_construction.pass.cpp
16
//
select_on_container_copy_construction
(const allocator_type& a);
42
B
select_on_container_copy_construction
() const
function in struct:B
52
assert(std::allocator_traits<A<int> >::
select_on_container_copy_construction
(a).id == 0);
56
assert(std::allocator_traits<A<int> >::
select_on_container_copy_construction
(a).id == 0);
61
assert(std::allocator_traits<B<int> >::
select_on_container_copy_construction
(b).id == 100);
65
assert(std::allocator_traits<B<int> >::
select_on_container_copy_construction
(b).id == 100);
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
select_on_container_copy_construction.pass.cpp
15
// scoped_allocator_adaptor
select_on_container_copy_construction
() const;
30
A a2 = std::allocator_traits<A>::
select_on_container_copy_construction
(a1);
38
A a2 = std::allocator_traits<A>::
select_on_container_copy_construction
(a1);
48
A a2 = std::allocator_traits<A>::
select_on_container_copy_construction
(a1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
select_on_container_copy_construction.pass.cpp
15
// scoped_allocator_adaptor
select_on_container_copy_construction
() const;
30
A a2 = std::allocator_traits<A>::
select_on_container_copy_construction
(a1);
38
A a2 = std::allocator_traits<A>::
select_on_container_copy_construction
(a1);
48
A a2 = std::allocator_traits<A>::
select_on_container_copy_construction
(a1);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h
319
->
select_on_container_copy_construction
())>
332
{ return __a.
select_on_container_copy_construction
(); }
421
* @return @c __rhs.
select_on_container_copy_construction
() or @a __rhs
423
* Returns @c __rhs.
select_on_container_copy_construction
() if that
427
select_on_container_copy_construction
(const _Alloc& __rhs)
function in struct:allocator_traits
474
return __traits::
select_on_container_copy_construction
(__a);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h
319
->
select_on_container_copy_construction
())>
332
{ return __a.
select_on_container_copy_construction
(); }
421
* @return @c __rhs.
select_on_container_copy_construction
() or @a __rhs
423
* Returns @c __rhs.
select_on_container_copy_construction
() if that
427
select_on_container_copy_construction
(const _Alloc& __rhs)
function in struct:allocator_traits
474
return __traits::
select_on_container_copy_construction
(__a);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h
319
->
select_on_container_copy_construction
())>
332
{ return __a.
select_on_container_copy_construction
(); }
421
* @return @c __rhs.
select_on_container_copy_construction
() or @a __rhs
423
* Returns @c __rhs.
select_on_container_copy_construction
() if that
427
select_on_container_copy_construction
(const _Alloc& __rhs)
function in struct:allocator_traits
474
return __traits::
select_on_container_copy_construction
(__a);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
alloc_traits.h
322
->
select_on_container_copy_construction
())>
338
{ return __a.
select_on_container_copy_construction
(); }
427
* @return @c __rhs.
select_on_container_copy_construction
() or @a __rhs
429
* Returns @c __rhs.
select_on_container_copy_construction
() if that
433
select_on_container_copy_construction
(const _Alloc& __rhs)
function in struct:allocator_traits
459
return __traits::
select_on_container_copy_construction
(__a);
/external/libcxx/test/std/thread/futures/
test_allocator.h
139
other_allocator
select_on_container_copy_construction
() const
function in class:other_allocator
/external/libcxx/test/support/
allocators.h
161
A3
select_on_container_copy_construction
() const {return A3(-1);}
function in class:A3
test_allocator.h
207
other_allocator
select_on_container_copy_construction
() const
function in class:other_allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
allocators.h
159
A3
select_on_container_copy_construction
() const {return A3(-1);}
function in class:A3
test_allocator.h
205
other_allocator
select_on_container_copy_construction
() const
function in class:other_allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h
138
other_allocator
select_on_container_copy_construction
() const
function in class:other_allocator
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h
167
{ return _Base_type::
select_on_container_copy_construction
(__a); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h
167
{ return _Base_type::
select_on_container_copy_construction
(__a); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
alloc_traits.h
167
{ return _Base_type::
select_on_container_copy_construction
(__a); }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
alloc_traits.h
140
{ return _Base_type::
select_on_container_copy_construction
(__a); }
/ndk/tests/device/test-libc++-shared-full/jni/
Android.mk
[
all
...]
/ndk/tests/device/test-libc++-static-full/jni/
Android.mk
[
all
...]
Completed in 1959 milliseconds