HomeSort by relevance Sort by last modified time
    Searched full:rebind (Results 451 - 475 of 1095) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 80 struct rebind struct in class:allocator
104 struct rebind struct in class:allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
extptr_allocator.h 72 struct rebind struct in class:_ExtPtr_allocator
162 struct rebind struct in class:_ExtPtr_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 111 typename Allocator::template rebind<
119 typename Allocator::template rebind<
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
allocator.h 78 struct rebind struct in class:allocator
101 struct rebind struct in class:allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
extptr_allocator.h 72 struct rebind struct in class:_ExtPtr_allocator
178 struct rebind struct in class:_ExtPtr_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 94 typename _Alloc::template rebind<
114 typedef typename _Alloc::template rebind<Value_Type> __rebind_v;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 104 typename _Alloc::template rebind<value_type>::other>
108 typename _Alloc::template rebind<Key>::other>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 57 typedef typename _Alloc::template rebind<node> __rebind_n;
60 typedef typename _Alloc::template rebind<node_pointer> __rebind_np;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
allocator.h 73 struct rebind struct in class:allocator
104 struct rebind struct in class:allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
extptr_allocator.h 72 struct rebind struct in class:_ExtPtr_allocator
178 struct rebind struct in class:_ExtPtr_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 94 typename _Alloc::template rebind<
114 typedef typename _Alloc::template rebind<Value_Type> __rebind_v;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 104 typename _Alloc::template rebind<value_type>::other>
108 typename _Alloc::template rebind<Key>::other>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 57 typedef typename _Alloc::template rebind<node> __rebind_n;
60 typedef typename _Alloc::template rebind<node_pointer> __rebind_np;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_framebuffer.c 47 boolean reemit = svga->rebind.rendertargets;
92 svga->rebind.rendertargets = FALSE;
99 * Rebind rendertargets.
113 assert(svga->rebind.rendertargets);
145 svga->rebind.rendertargets = FALSE;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 47 boolean reemit = svga->rebind.rendertargets;
92 svga->rebind.rendertargets = FALSE;
99 * Rebind rendertargets.
113 assert(svga->rebind.rendertargets);
145 svga->rebind.rendertargets = FALSE;
  /external/stlport/stlport/stl/
_alloc.h 200 typedef typename _Allocator::_STLP_TEMPLATE rebind<_Tp> _Rebind_type;
285 template <class _Tp1> struct rebind { struct in class:allocator
374 template <class _Tp1> struct rebind { struct in class:allocator
454 typedef typename _Alloc::_STLP_TEMPLATE rebind<_Tp>::other _Rebound_type;
459 // user (on purpose) is forced to define rebind/get operations !!!
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 200 typedef typename _Allocator::_STLP_TEMPLATE rebind<_Tp> _Rebind_type;
285 template <class _Tp1> struct rebind { struct in class:allocator
374 template <class _Tp1> struct rebind { struct in class:allocator
454 typedef typename _Alloc::_STLP_TEMPLATE rebind<_Tp>::other _Rebound_type;
459 // user (on purpose) is forced to define rebind/get operations !!!
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 77 typedef typename Allocator::template rebind<e_access_traits>::other access_rebind;
80 typedef typename Allocator::template rebind<base_type>::other base_rebind;
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
89 typedef typename Allocator::template rebind<pat_trie_internal_node>::other internal_node_rebind;
105 typedef typename Allocator::template rebind<node_pointer>::other node_pointer_rebind;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 77 typedef typename Allocator::template rebind<e_access_traits>::other access_rebind;
80 typedef typename Allocator::template rebind<base_type>::other base_rebind;
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
89 typedef typename Allocator::template rebind<pat_trie_internal_node>::other internal_node_rebind;
105 typedef typename Allocator::template rebind<node_pointer>::other node_pointer_rebind;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 77 typedef typename Allocator::template rebind<e_access_traits>::other access_rebind;
80 typedef typename Allocator::template rebind<base_type>::other base_rebind;
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
89 typedef typename Allocator::template rebind<pat_trie_internal_node>::other internal_node_rebind;
105 typedef typename Allocator::template rebind<node_pointer>::other node_pointer_rebind;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 77 typedef typename Allocator::template rebind<e_access_traits>::other access_rebind;
80 typedef typename Allocator::template rebind<base_type>::other base_rebind;
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
89 typedef typename Allocator::template rebind<pat_trie_internal_node>::other internal_node_rebind;
105 typedef typename Allocator::template rebind<node_pointer>::other node_pointer_rebind;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 200 typedef typename _Allocator::_STLP_TEMPLATE rebind<_Tp> _Rebind_type;
285 template <class _Tp1> struct rebind { struct in class:allocator
374 template <class _Tp1> struct rebind { struct in class:allocator
454 typedef typename _Alloc::_STLP_TEMPLATE rebind<_Tp>::other _Rebound_type;
459 // user (on purpose) is forced to define rebind/get operations !!!
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 77 typedef typename Allocator::template rebind<e_access_traits>::other access_rebind;
80 typedef typename Allocator::template rebind<base_type>::other base_rebind;
85 typedef typename Allocator::template rebind<leaf>::other leaf_rebind;
89 typedef typename Allocator::template rebind<pat_trie_internal_node>::other internal_node_rebind;
105 typedef typename Allocator::template rebind<node_pointer>::other node_pointer_rebind;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 200 typedef typename _Allocator::_STLP_TEMPLATE rebind<_Tp> _Rebind_type;
285 template <class _Tp1> struct rebind { struct in class:allocator
374 template <class _Tp1> struct rebind { struct in class:allocator
454 typedef typename _Alloc::_STLP_TEMPLATE rebind<_Tp>::other _Rebound_type;
459 // user (on purpose) is forced to define rebind/get operations !!!

Completed in 1803 milliseconds

<<11121314151617181920>>