OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rebind
(Results
76 - 100
of
630
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.h
287
boolean
rebind
;
local
288
swc->surface_unmap(swc, sbuf->handle, &
rebind
);
289
if (
rebind
) {
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h
195
struct
rebind
struct in struct:__alloc_traits
234
struct
rebind
struct in struct:__alloc_traits
235
{ typedef typename _Alloc::template
rebind
<_Tp>::other other; };
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
ranged_probe_fn.hpp
80
typedef typename _Alloc::template
rebind
<Key>::other key_allocator;
186
typedef typename _Alloc::template
rebind
<Key>::other key_allocator;
303
typedef typename _Alloc::template
rebind
<Key>::other key_allocator;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
alloc_traits.h
195
struct
rebind
struct in struct:__alloc_traits
234
struct
rebind
struct in struct:__alloc_traits
235
{ typedef typename _Alloc::template
rebind
<_Tp>::other other; };
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/
ranged_probe_fn.hpp
80
typedef typename _Alloc::template
rebind
<Key>::other key_allocator;
186
typedef typename _Alloc::template
rebind
<Key>::other key_allocator;
303
typedef typename _Alloc::template
rebind
<Key>::other key_allocator;
/external/eigen/Eigen/src/StlSupport/
details.h
34
struct
rebind
struct in class:Eigen::aligned_allocator_indirection
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
const_pointer.pass.cpp
16
// | pointer_traits<pointer>::
rebind
<const value_type>
const_void_pointer.pass.cpp
16
// | pointer_traits<pointer>::
rebind
<const void>
void_pointer.pass.cpp
16
// | pointer_traits<pointer>::
rebind
<void>
/frameworks/compile/mclinker/include/mcld/Support/
Allocators.h
276
struct
rebind
{
struct in class:mcld::LinearAllocator
291
struct
rebind
{
struct in class:mcld::LinearAllocator
316
struct
rebind
{
struct in class:mcld::MallocAllocator
361
struct
rebind
{
struct in class:mcld::MallocAllocator
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceBindHelper.java
74
mBindings[phoneId].
rebind
();
93
binding.
rebind
();
166
void
rebind
() {
method in class:CarrierServiceBindHelper.AppBinding
379
appBinding.
rebind
();
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/listitem/
ContactListItem.java
70
// force
rebind
the view.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
entry_cmp.hpp
65
typedef typename _Alloc::template
rebind
<_VTp> __rebind_v;
entry_pred.hpp
64
typedef typename _Alloc::template
rebind
<_VTp> __rebind_v;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
cond_dealtor.hpp
52
typedef typename _Alloc::template
rebind
<Entry> __rebind_e;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp
52
typedef typename _Alloc::template
rebind
<key_type> __rebind_k;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
entry_cmp.hpp
65
typedef typename _Alloc::template
rebind
<_VTp> __rebind_v;
entry_pred.hpp
64
typedef typename _Alloc::template
rebind
<_VTp> __rebind_v;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
cond_dealtor.hpp
52
typedef typename _Alloc::template
rebind
<Entry> __rebind_e;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp
52
typedef typename _Alloc::template
rebind
<key_type> __rebind_k;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/
const_pointer.pass.cpp
16
// | pointer_traits<pointer>::
rebind
<const value_type>
const_void_pointer.pass.cpp
16
// | pointer_traits<pointer>::
rebind
<const void>
void_pointer.pass.cpp
16
// | pointer_traits<pointer>::
rebind
<void>
/external/libcxx/include/
memory
32
template <class U> using
rebind
= <details>;
44
template <class U> using
rebind
= U*;
61
| pointer_traits<pointer>::
rebind
<const value_type>
64
| pointer_traits<pointer>::
rebind
<void>
67
| pointer_traits<pointer>::
rebind
<const void>
84
template <class T> using rebind_alloc = Alloc::
rebind
<U>::other | Alloc<T, Args...>;
112
template <class _Up> struct
rebind
{typedef allocator<_Up> other;};
127
template <class U> struct
rebind
{typedef allocator<U> other;};
716
template <class _Up> struct
rebind
{typedef allocator<_Up> other;};
727
template <class _Up> struct
rebind
{typedef allocator<_Up> other;}
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
memory
32
template <class U> using
rebind
= <details>;
44
template <class U> using
rebind
= U*;
58
| pointer_traits<pointer>::
rebind
<const value_type>
61
| pointer_traits<pointer>::
rebind
<void>
64
| pointer_traits<pointer>::
rebind
<const void>
81
template <class T> using rebind_alloc = Alloc::
rebind
<U>::other | Alloc<T, Args...>;
109
template <class _Up> struct
rebind
{typedef allocator<_Up> other;};
124
template <class U> struct
rebind
{typedef allocator<U> other;};
707
template <class _Up> struct
rebind
{typedef allocator<_Up> other;};
718
template <class _Up> struct
rebind
{typedef allocator<_Up> other;}
[
all
...]
Completed in 1494 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>