OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReboundB
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
rebind_alloc.pass.cpp
34
struct
ReboundB
{};
41
template <class V> struct rebind {typedef
ReboundB
<V, U> other;};
68
static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>,
ReboundB
<double, char> >::value), "");
74
static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>::other,
ReboundB
<double, char> >::value), "");
/external/libcxx/test/utilities/memory/allocator.traits/
rebind_traits.pass.cpp
34
struct
ReboundB
{};
41
template <class V> struct rebind {typedef
ReboundB
<V, U> other;};
68
static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_traits<double>, std::allocator_traits<
ReboundB
<double, char> > >::value), "");
74
static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_traits<double>::other, std::allocator_traits<
ReboundB
<double, char> > >::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
rebind_alloc.pass.cpp
34
struct
ReboundB
{};
41
template <class V> struct rebind {typedef
ReboundB
<V, U> other;};
68
static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>,
ReboundB
<double, char> >::value), "");
74
static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_alloc<double>::other,
ReboundB
<double, char> >::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/
rebind_traits.pass.cpp
34
struct
ReboundB
{};
41
template <class V> struct rebind {typedef
ReboundB
<V, U> other;};
68
static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_traits<double>, std::allocator_traits<
ReboundB
<double, char> > >::value), "");
74
static_assert((std::is_same<std::allocator_traits<B<int, char> >::rebind_traits<double>::other, std::allocator_traits<
ReboundB
<double, char> > >::value), "");
Completed in 162 milliseconds