OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rebind
(Results
1 - 25
of
177
) sorted by null
1
2
3
4
5
6
7
8
/external/clang/test/SemaCXX/
PR9908.cpp
7
typedef typename _Tp::template
rebind
<_Up>::other type;
27
template <class U> struct
rebind
{typedef ReboundA<U> other;};
struct in struct:A
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
rebind_alloc.pass.cpp
15
// template <class T> using rebind_alloc = Alloc::
rebind
<U>::other | Alloc<T, Args...>;
30
template <class U> struct
rebind
{typedef ReboundA<U> other;};
struct in struct:A
41
template <class V> struct
rebind
{typedef ReboundB<V, U> other;};
struct in struct:B
61
template <class U> struct
rebind
{typedef ReboundA<U> otter;};
struct in struct:E
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/
rebind_traits.pass.cpp
30
template <class U> struct
rebind
{typedef ReboundA<U> other;};
struct in struct:A
41
template <class V> struct
rebind
{typedef ReboundB<V, U> other;};
struct in struct:B
61
template <class U> struct
rebind
{typedef ReboundA<U> otter;};
struct in struct:E
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_signed.hpp
53
struct
rebind
struct in struct:boost::detail::is_signed_select_helper
63
struct
rebind
struct in struct:boost::detail::is_signed_select_helper
77
typedef typename selector::template
rebind
<T> binder;
is_unsigned.hpp
52
struct
rebind
struct in struct:boost::detail::is_ununsigned_select_helper
62
struct
rebind
struct in struct:boost::detail::is_ununsigned_select_helper
76
typedef typename selector::template
rebind
<T> binder;
is_convertible.hpp
314
struct
rebind
struct in struct:boost::detail::is_convertible_impl_select
324
struct
rebind
struct in struct:boost::detail::is_convertible_impl_select
334
struct
rebind
struct in struct:boost::detail::is_convertible_impl_select
344
struct
rebind
struct in struct:boost::detail::is_convertible_impl_select
366
typedef typename selector::template
rebind
<From, To> isc_binder;
/art/runtime/gc/accounting/
gc_allocator.h
57
struct
rebind
{
struct in class:art::gc::accounting::GCAllocatorImpl
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
stl_allocator.h
69
template <class T1> struct
rebind
{
struct in class:STL_Allocator
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
stl_allocator.h
69
template <class T1> struct
rebind
{
struct in class:STL_Allocator
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
stack_allocator.h
21
template <class U> struct
rebind
{typedef stack_allocator<U, N> other;};
struct in class:stack_allocator
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
allocator.h
74
struct
rebind
struct in class:allocator
98
struct
rebind
struct in class:allocator
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h
74
struct
rebind
struct in class:allocator
98
struct
rebind
struct in class:allocator
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h
74
struct
rebind
struct in class:allocator
98
struct
rebind
struct in class:allocator
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h
74
struct
rebind
struct in class:allocator
98
struct
rebind
struct in class:allocator
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
allocator.h
74
struct
rebind
struct in class:allocator
98
struct
rebind
struct in class:allocator
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h
67
struct
rebind
struct in class:malloc_allocator
new_allocator.h
66
struct
rebind
struct in class:new_allocator
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h
67
struct
rebind
struct in class:malloc_allocator
new_allocator.h
66
struct
rebind
struct in class:new_allocator
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
malloc_allocator.h
68
struct
rebind
struct in class:malloc_allocator
new_allocator.h
70
struct
rebind
struct in class:new_allocator
/external/chromium/base/
stack_container.h
70
struct
rebind
{
struct in class:StackAllocator
/external/clang/test/CodeGenCXX/
lpad-linetable.cpp
18
struct
rebind
struct in class:std::allocator
25
typedef typename _Alloc::template
rebind
<_Tp>::other _Tp_alloc_type;
thunk-use-after-free.cpp
8
template < typename > struct
rebind
{
struct in struct:new_allocator
15
typedef typename _Alloc::template
rebind
< _Tp >::other _Tp_alloc_type;
/external/eigen/Eigen/src/StlSupport/
details.h
34
struct
rebind
struct in class:Eigen::aligned_allocator_indirection
Completed in 270 milliseconds
1
2
3
4
5
6
7
8