OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:propagate_on_container_swap
(Results
26 - 44
of
44
) sorted by null
1
2
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
swap_noexcept.pass.cpp
14
// (!allocator_type::
propagate_on_container_swap
::value ||
49
typedef std::true_type
propagate_on_container_swap
;
typedef in struct:some_comp2
87
typedef std::true_type
propagate_on_container_swap
;
typedef in struct:some_alloc
99
typedef std::false_type
propagate_on_container_swap
;
typedef in struct:some_alloc2
112
typedef std::false_type
propagate_on_container_swap
;
typedef in struct:some_alloc3
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
swap_noexcept.pass.cpp
14
// (!allocator_type::
propagate_on_container_swap
::value ||
49
typedef std::true_type
propagate_on_container_swap
;
typedef in struct:some_comp2
87
typedef std::true_type
propagate_on_container_swap
;
typedef in struct:some_alloc
99
typedef std::false_type
propagate_on_container_swap
;
typedef in struct:some_alloc2
112
typedef std::false_type
propagate_on_container_swap
;
typedef in struct:some_alloc3
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
swap_noexcept.pass.cpp
14
// (!allocator_type::
propagate_on_container_swap
::value ||
49
typedef std::true_type
propagate_on_container_swap
;
typedef in struct:some_comp2
87
typedef std::true_type
propagate_on_container_swap
;
typedef in struct:some_alloc
99
typedef std::false_type
propagate_on_container_swap
;
typedef in struct:some_alloc2
112
typedef std::false_type
propagate_on_container_swap
;
typedef in struct:some_alloc3
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h
188
_GLIBCXX_ALLOC_TR_NESTED_TYPE(
propagate_on_container_swap
,
194
* @c Alloc::
propagate_on_container_swap
if that type exists,
197
typedef __propagate_on_container_swap
propagate_on_container_swap
;
typedef in struct:allocator_traits
508
typedef typename __traits::
propagate_on_container_swap
__pocs;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h
188
_GLIBCXX_ALLOC_TR_NESTED_TYPE(
propagate_on_container_swap
,
194
* @c Alloc::
propagate_on_container_swap
if that type exists,
197
typedef __propagate_on_container_swap
propagate_on_container_swap
;
typedef in struct:allocator_traits
508
typedef typename __traits::
propagate_on_container_swap
__pocs;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h
188
_GLIBCXX_ALLOC_TR_NESTED_TYPE(
propagate_on_container_swap
,
194
* @c Alloc::
propagate_on_container_swap
if that type exists,
197
typedef __propagate_on_container_swap
propagate_on_container_swap
;
typedef in struct:allocator_traits
508
typedef typename __traits::
propagate_on_container_swap
__pocs;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
alloc_traits.h
183
_GLIBCXX_ALLOC_TR_NESTED_TYPE(
propagate_on_container_swap
,
189
* @c Alloc::
propagate_on_container_swap
if that type exists,
192
typedef __propagate_on_container_swap
propagate_on_container_swap
;
typedef in struct:allocator_traits
493
typedef typename __traits::
propagate_on_container_swap
__pocs;
/external/libcxx/test/std/thread/futures/
test_allocator.h
149
typedef std::true_type
propagate_on_container_swap
;
typedef in class:other_allocator
/external/libcxx/test/support/
allocators.h
135
typedef std::true_type
propagate_on_container_swap
;
typedef in class:A3
test_allocator.h
217
typedef std::true_type
propagate_on_container_swap
;
typedef in class:other_allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
allocators.h
133
typedef std::true_type
propagate_on_container_swap
;
typedef in class:A3
test_allocator.h
215
typedef std::true_type
propagate_on_container_swap
;
typedef in class:other_allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h
148
typedef std::true_type
propagate_on_container_swap
;
typedef 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
179
{ return _Base_type::
propagate_on_container_swap
::value; }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h
179
{ return _Base_type::
propagate_on_container_swap
::value; }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
alloc_traits.h
179
{ return _Base_type::
propagate_on_container_swap
::value; }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
alloc_traits.h
152
{ return _Base_type::
propagate_on_container_swap
::value; }
/ndk/tests/device/test-libc++-shared-full/jni/
Android.mk
[
all
...]
/ndk/tests/device/test-libc++-static-full/jni/
Android.mk
[
all
...]
Completed in 228 milliseconds
1
2