/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring_util.h | 51 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
assoc_container.hpp | 73 typedef typename allocator_type::template rebind<Key>::other::value_type key_type; 74 typedef typename allocator_type::template rebind<key_type>::other key_rebind; 82 typedef typename allocator_type::template rebind<mapped_type>::other mapped_rebind; 90 typedef typename allocator_type::template rebind<value_type>::other value_rebind;
|
tree_policy.hpp | 117 typedef typename allocator_type::template rebind<metadata_type>::other metadata_rebind;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring_util.h | 51 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/ |
assoc_container.hpp | 73 typedef typename allocator_type::template rebind<Key>::other::value_type key_type; 74 typedef typename allocator_type::template rebind<key_type>::other key_rebind; 82 typedef typename allocator_type::template rebind<mapped_type>::other mapped_rebind; 90 typedef typename allocator_type::template rebind<value_type>::other value_rebind;
|
tree_policy.hpp | 117 typedef typename allocator_type::template rebind<metadata_type>::other metadata_rebind;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
vstring_util.h | 51 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/ |
assoc_container.hpp | 89 typedef typename allocator_type::template rebind<Key>::other::value_type key_type; 90 typedef typename allocator_type::template rebind<key_type>::other key_rebind; 98 typedef typename allocator_type::template rebind<mapped_type>::other mapped_rebind; 106 typedef typename allocator_type::template rebind<value_type>::other value_rebind;
|
tree_policy.hpp | 118 typedef typename allocator_type::template rebind<metadata_type>::other metadata_rebind;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring_util.h | 54 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/ |
binomial_heap_base_.hpp | 81 typedef typename _Alloc::template rebind<Value_Type>::other __rebind_v;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/ |
pairing_heap_.hpp | 83 typedef typename _Alloc::template rebind<Value_Type>::other __rebind_a;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/ |
thin_heap_.hpp | 81 typedef typename _Alloc::template rebind<Value_Type>::other __rebind_a;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/ |
priority_queue.hpp | 98 typedef typename _Alloc::template rebind<_Tv> __rebind_v;
|
tree_policy.hpp | 111 typedef typename _Alloc::template rebind<metadata_type>::other __rebind_m;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring_util.h | 54 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type;
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
FramebufferData.cpp | 204 // have changed, and before the next draw, unbind and rebind
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
list | 194 rebind<__list_node<_Tp, _VoidPtr> > pointer; 196 rebind<__list_node<_Tp, _VoidPtr> >::other pointer; 225 rebind<__list_node<_Tp, _VoidPtr> > __node_pointer; 227 rebind<__list_node<_Tp, _VoidPtr> >::other __node_pointer; 255 rebind<value_type> 257 rebind<value_type>::other 355 rebind<const __list_node<_Tp, _VoidPtr> > __node_pointer; 357 rebind<const __list_node<_Tp, _VoidPtr> >::other __node_pointer; 382 rebind<const value_type> 384 rebind<const value_type>::othe [all...] |
__functional_03 | 336 typedef typename _Alloc::template rebind<__func>::other _Ap; 362 typedef typename _Alloc::template rebind<__func>::other _Ap; 419 typedef typename _Alloc::template rebind<__func>::other _Ap; 445 typedef typename _Alloc::template rebind<__func>::other _Ap; 502 typedef typename _Alloc::template rebind<__func>::other _Ap; 528 typedef typename _Alloc::template rebind<__func>::other _Ap; 585 typedef typename _Alloc::template rebind<__func>::other _Ap; 611 typedef typename _Alloc::template rebind<__func>::other _Ap; [all...] |
scoped_allocator | 43 struct rebind 402 struct rebind
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
forward_list.h | 55 // The type allocated by _Alloc cannot be this type, so we rebind 56 typedef typename _Alloc::template rebind<_Fwd_list_node_base<_Alloc> > 58 typedef typename _Alloc::template rebind<_Fwd_list_node_base<_Alloc> > 87 typedef typename _Alloc::template rebind<_Fwd_list_node<_Tp, _Alloc> > 265 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type; 268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.h | 55 // The type allocated by _Alloc cannot be this type, so we rebind 56 typedef typename _Alloc::template rebind<_Fwd_list_node_base<_Alloc> > 58 typedef typename _Alloc::template rebind<_Fwd_list_node_base<_Alloc> > 87 typedef typename _Alloc::template rebind<_Fwd_list_node<_Tp, _Alloc> > 265 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type; 268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.h | 55 // The type allocated by _Alloc cannot be this type, so we rebind 56 typedef typename _Alloc::template rebind<_Fwd_list_node_base<_Alloc> > 58 typedef typename _Alloc::template rebind<_Fwd_list_node_base<_Alloc> > 87 typedef typename _Alloc::template rebind<_Fwd_list_node<_Tp, _Alloc> > 265 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type; 268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type; [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.h | 55 // The type allocated by _Alloc cannot be this type, so we rebind 56 typedef typename _Alloc::template rebind<_Fwd_list_node_base<_Alloc> > 58 typedef typename _Alloc::template rebind<_Fwd_list_node_base<_Alloc> > 87 typedef typename _Alloc::template rebind<_Fwd_list_node<_Tp, _Alloc> > 265 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type; 268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
forward_list.h | 55 // The type allocated by _Alloc cannot be this type, so we rebind 56 typedef typename _Alloc::template rebind<_Fwd_list_node_base<_Alloc> > 58 typedef typename _Alloc::template rebind<_Fwd_list_node_base<_Alloc> > 87 typedef typename _Alloc::template rebind<_Fwd_list_node<_Tp, _Alloc> > 265 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type; 268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type; [all...] |