HomeSort by relevance Sort by last modified time
    Searched full:rebind (Results 51 - 75 of 630) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 61 typedef typename _Alloc::template rebind<Key>::other key_allocator;
85 typedef typename _Alloc::template rebind<Key>::other key_allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
list_update_policy.hpp 66 typedef typename _Alloc::template rebind<metadata_type> __rebind_m;
111 typedef typename _Alloc::template rebind<metadata_type> __rebind_m;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*)
70 typedef typename _Alloc::template rebind<_Tp>::other __type;
110 typename pointer_traits<pointer>::template rebind<const value_type>)
116 * <tt> pointer_traits<pointer>::rebind<const value_type> </tt>
121 typename pointer_traits<pointer>::template rebind<void>)
127 * <tt> pointer_traits<pointer>::rebind<void> </tt>
132 typename pointer_traits<pointer>::template rebind<const void>)
138 * <tt> pointer_traits<pointer>::rebind<const void> </tt>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 61 typedef typename _Alloc::template rebind<Key>::other key_allocator;
85 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/pb_ds/
list_update_policy.hpp 66 typedef typename _Alloc::template rebind<metadata_type> __rebind_m;
111 typedef typename _Alloc::template rebind<metadata_type> __rebind_m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/default.allocator/
allocator_types.pass.cpp 27 // template <class U> struct rebind {typedef allocator<U> other;};
46 static_assert((std::is_same<std::allocator<char>::rebind<int>::other,
allocator_pointers.pass.cpp 27 // | pointer_traits<pointer>::rebind<const value_type>
30 // | pointer_traits<pointer>::rebind<void>
33 // | pointer_traits<pointer>::rebind<const void>
  /external/clang/test/SemaTemplate/
alias-templates.cpp 29 template<typename U> using rebind_thing = typename thing::template rebind<U>;
30 template<typename U> using rebind = traits<rebind_thing<U>>;
46 template<typename U> using rebind = thing<U>;
69 itt::rebind<bool> btr;
instantiate-member-template.cpp 232 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0);
244 template <class U> struct rebind {typedef B1<U> other;}; struct in struct:rdar8986308::B
252 template <class V> struct rebind {typedef D1<V, U> other;}; struct in struct:rdar8986308::D
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
IntentServiceController.java 59 public IntentServiceController<T> rebind() { method in class:IntentServiceController
ServiceController.java 58 public ServiceController<T> rebind() { method in class:ServiceController
  /external/v8/src/zone/
zone-allocator.h 25 struct rebind { struct in class:v8::internal::zone_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
mempolicy.h 27 MPOL_REBIND_ONCE, /* do rebind work at once(not by two step) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 81 typename _Alloc::template rebind<Key>::other::const_reference>
104 typename _Alloc::template rebind<entry>::other::pointer m_p_next;
107 typedef typename _Alloc::template rebind<entry>::other entry_allocator;
113 typedef typename _Alloc::template rebind<entry_pointer>::other entry_pointer_allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 71 typedef typename _Alloc::template rebind<Metadata> __rebind_m;
102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;
111 typedef typename _Alloc::template rebind<_ATraits> __rebind_at;
227 typedef typename _Alloc::template rebind<base_type> __rebind_n;
231 typedef typename _Alloc::template rebind<leaf>::other __rebind_l;
235 typedef typename _Alloc::template rebind<_Inode>::other __rebind_in;
243 typedef typename _Alloc::template rebind<node_pointer>::other __rebind_np;
503 typedef typename _Alloc::template rebind<Node> __rebind_n;
505 typedef typename _Alloc::template rebind<Leaf> __rebind_l;
508 typedef typename _Alloc::template rebind<Head> __rebind_h
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 81 typename _Alloc::template rebind<Key>::other::const_reference>
104 typename _Alloc::template rebind<entry>::other::pointer m_p_next;
107 typedef typename _Alloc::template rebind<entry>::other entry_allocator;
113 typedef typename _Alloc::template rebind<entry_pointer>::other entry_pointer_allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 71 typedef typename _Alloc::template rebind<Metadata> __rebind_m;
102 typedef typename _Alloc::template rebind<_Node_base> __rebind_n;
111 typedef typename _Alloc::template rebind<_ATraits> __rebind_at;
227 typedef typename _Alloc::template rebind<base_type> __rebind_n;
231 typedef typename _Alloc::template rebind<leaf>::other __rebind_l;
235 typedef typename _Alloc::template rebind<_Inode>::other __rebind_in;
243 typedef typename _Alloc::template rebind<node_pointer>::other __rebind_np;
503 typedef typename _Alloc::template rebind<Node> __rebind_n;
505 typedef typename _Alloc::template rebind<Leaf> __rebind_l;
508 typedef typename _Alloc::template rebind<Head> __rebind_h
    [all...]
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 28 // | pointer_traits<pointer>::rebind<const value_type>
31 // | pointer_traits<pointer>::rebind<void>
34 // | pointer_traits<pointer>::rebind<const void>
  /external/libcxx/test/std/utilities/memory/default.allocator/
allocator_pointers.pass.cpp 27 // | pointer_traits<pointer>::rebind<const value_type>
30 // | pointer_traits<pointer>::rebind<void>
33 // | pointer_traits<pointer>::rebind<const void>
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_gs.c 142 assert(svga->rebind.flags.gs);
166 svga->rebind.flags.gs = FALSE;
238 svga->rebind.flags.gs = FALSE;
svga_state_tss.c 144 boolean reemit = svga->rebind.flags.texture_samplers;
210 svga->rebind.flags.texture_samplers = FALSE;
220 * Rebind textures.
235 assert(svga->rebind.flags.texture_samplers);
289 svga->rebind.flags.texture_samplers = FALSE;
svga_context.c 352 svga->rebind.flags.rendertargets = TRUE;
353 svga->rebind.flags.texture_samplers = TRUE;
357 svga->rebind.flags.constbufs = TRUE;
358 svga->rebind.flags.vs = TRUE;
359 svga->rebind.flags.fs = TRUE;
360 svga->rebind.flags.gs = TRUE;
363 svga->rebind.flags.query = TRUE;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
node_iterators.hpp 62 typename _Alloc::template rebind<
87 typename _Alloc::template rebind<metadata_type>::other::const_reference
141 typename _Alloc::template rebind<
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
node_iterators.hpp 62 typename _Alloc::template rebind<
87 typename _Alloc::template rebind<metadata_type>::other::const_reference
141 typename _Alloc::template rebind<
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 28 // | pointer_traits<pointer>::rebind<const value_type>
31 // | pointer_traits<pointer>::rebind<void>
34 // | pointer_traits<pointer>::rebind<const void>

Completed in 814 milliseconds

1 23 4 5 6 7 8 91011>>