OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:propagate_on_container_copy_assignment
(Results
1 - 8
of
8
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/allocator.traits/allocator.traits.types/
propagate_on_container_copy_assignment.pass.cpp
15
// typedef Alloc::
propagate_on_container_copy_assignment
16
// | false_type
propagate_on_container_copy_assignment
;
27
typedef std::true_type
propagate_on_container_copy_assignment
;
typedef in struct:A
38
static_assert((std::is_same<std::allocator_traits<A<char> >::
propagate_on_container_copy_assignment
, std::true_type>::value), "");
39
static_assert((std::is_same<std::allocator_traits<B<char> >::
propagate_on_container_copy_assignment
, std::false_type>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/allocator.adaptor/
allocators.h
123
typedef std::true_type
propagate_on_container_copy_assignment
;
typedef in class:A3
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/
allocators.h
123
typedef std::true_type
propagate_on_container_copy_assignment
;
typedef in class:A3
/ndk/sources/cxx-stl/llvm-libc++/test/containers/
test_allocator.h
101
typedef std::true_type
propagate_on_container_copy_assignment
;
typedef in class:other_allocator
/ndk/sources/cxx-stl/llvm-libc++/test/re/
test_allocator.h
101
typedef std::true_type
propagate_on_container_copy_assignment
;
typedef in class:other_allocator
/ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/
test_allocator.h
132
typedef std::true_type
propagate_on_container_copy_assignment
;
typedef in class:other_allocator
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/
test_allocator.h
101
typedef std::true_type
propagate_on_container_copy_assignment
;
typedef in class:other_allocator
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h
163
_GLIBCXX_ALLOC_TR_NESTED_TYPE(
propagate_on_container_copy_assignment
,
169
* @c Alloc::
propagate_on_container_copy_assignment
if that type exists,
173
propagate_on_container_copy_assignment
;
typedef in struct:allocator_traits
463
typedef typename __traits::
propagate_on_container_copy_assignment
__pocca;
Completed in 236 milliseconds