HomeSort by relevance Sort by last modified time
    Searched refs:Allocator (Results 201 - 225 of 709) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
sample_trie_node_update.hpp 51 class Allocator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 59 class Allocator>
62 class Allocator>
71 class Allocator>
74 class Allocator>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
cond_dealtor.hpp 51 template<typename Entry, class Allocator>
56 Allocator>
58 template<typename Entry, class Allocator>
63 typename Allocator::template rebind<Entry>::other
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 42 detail::counter_lu_metadata<typename Allocator::size_type>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/tree_policy/
sample_tree_node_update.hpp 51 class Allocator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
sample_trie_node_update.hpp 51 class Allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 59 class Allocator>
62 class Allocator>
71 class Allocator>
74 class Allocator>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
cond_dealtor.hpp 51 template<typename Entry, class Allocator>
56 Allocator>
58 template<typename Entry, class Allocator>
63 typename Allocator::template rebind<Entry>::other
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 42 detail::counter_lu_metadata<typename Allocator::size_type>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/tree_policy/
sample_tree_node_update.hpp 51 class Allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/trie_policy/
sample_trie_node_update.hpp 51 class Allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 59 class Allocator>
62 class Allocator>
71 class Allocator>
74 class Allocator>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
cond_dealtor.hpp 51 template<typename Entry, class Allocator>
56 Allocator>
58 template<typename Entry, class Allocator>
63 typename Allocator::template rebind<Entry>::other
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 42 detail::counter_lu_metadata<typename Allocator::size_type>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/tree_policy/
sample_tree_node_update.hpp 51 class Allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/trie_policy/
sample_trie_node_update.hpp 51 class Allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/
types.pass.cpp 14 // template <class Allocator>
15 // class vector<bool, Allocator
19 // typedef Allocator allocator_type;
37 template <class Allocator>
41 typedef std::vector<bool, Allocator> C;
44 static_assert((std::is_same<typename C::value_type, typename Allocator::value_type>::value), "");
45 static_assert((std::is_same<typename C::allocator_type, Allocator>::value), "");
46 static_assert((std::is_same<typename C::size_type, typename Allocator::size_type>::value), "");
47 static_assert((std::is_same<typename C::difference_type, typename Allocator::difference_type>::value), "");
65 test<std::allocator<bool> >()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
const_point_iterator.hpp 54 typename Allocator>
58 typedef typename Allocator::template rebind<Entry>::other::pointer entry_pointer;
71 typedef typename Allocator::template rebind<value_type>::other::pointer
76 typename Allocator::template rebind<value_type>::other::const_pointer
81 typename Allocator::template rebind<value_type>::other::reference
86 typename Allocator::template rebind<value_type>::other::const_reference
  /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_/
head.hpp 53 typename Metadata, typename Allocator>
56 pat_trie_head<Type_Traits, E_Access_Traits, Metadata, Allocator>
59 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
64 typename Allocator>
71 typename Allocator::template rebind<
76 typename Allocator::template rebind<
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
const_point_iterator.hpp 54 typename Allocator>
58 typedef typename Allocator::template rebind<Entry>::other::pointer entry_pointer;
71 typedef typename Allocator::template rebind<value_type>::other::pointer
76 typename Allocator::template rebind<value_type>::other::const_pointer
81 typename Allocator::template rebind<value_type>::other::reference
86 typename Allocator::template rebind<value_type>::other::const_reference
  /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_/
head.hpp 53 typename Metadata, typename Allocator>
56 pat_trie_head<Type_Traits, E_Access_Traits, Metadata, Allocator>
59 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
64 typename Allocator>
71 typename Allocator::template rebind<
76 typename Allocator::template 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/binary_heap_/
const_point_iterator.hpp 54 typename Allocator>
58 typedef typename Allocator::template rebind<Entry>::other::pointer entry_pointer;
71 typedef typename Allocator::template rebind<value_type>::other::pointer
76 typename Allocator::template rebind<value_type>::other::const_pointer
81 typename Allocator::template rebind<value_type>::other::reference
86 typename Allocator::template rebind<value_type>::other::const_reference
  /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_/
head.hpp 53 typename Metadata, typename Allocator>
56 pat_trie_head<Type_Traits, E_Access_Traits, Metadata, Allocator>
59 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
64 typename Allocator>
71 typename Allocator::template rebind<
76 typename Allocator::template rebind<
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
const_point_iterator.hpp 54 typename Allocator>
58 typedef typename Allocator::template rebind<Entry>::other::pointer entry_pointer;
71 typedef typename Allocator::template rebind<value_type>::other::pointer
76 typename Allocator::template rebind<value_type>::other::const_pointer
81 typename Allocator::template rebind<value_type>::other::reference
86 typename Allocator::template rebind<value_type>::other::const_reference
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
head.hpp 53 typename Metadata, typename Allocator>
56 pat_trie_head<Type_Traits, E_Access_Traits, Metadata, Allocator>
59 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
64 typename Allocator>
71 typename Allocator::template rebind<
76 typename Allocator::template rebind<

Completed in 1820 milliseconds

1 2 3 4 5 6 7 891011>>