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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 74 class Allocator>
82 Allocator>
93 Allocator>,
98 Allocator> >::value
108 Allocator>,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp 74 class Allocator>
82 Allocator>
93 Allocator>,
98 Allocator> >::value
108 Allocator>,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 74 class Allocator>
82 Allocator>
93 Allocator>,
98 Allocator> >::value
108 Allocator>,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp 74 class Allocator>
82 Allocator>
93 Allocator>,
98 Allocator> >::value
108 Allocator>,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 74 class Allocator>
82 Allocator>
93 Allocator>,
98 Allocator> >::value
108 Allocator>,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp 74 class Allocator>
82 Allocator>
93 Allocator>,
98 Allocator> >::value
108 Allocator>,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 74 class Allocator>
82 Allocator>
93 Allocator>,
98 Allocator> >::value
108 Allocator>,
  /external/v8/src/
splay-tree-inl.h 37 template<typename Config, class Allocator>
38 SplayTree<Config, Allocator>::~SplayTree() {
44 template<typename Config, class Allocator>
45 bool SplayTree<Config, Allocator>::Insert(const Key& key, Locator* locator) {
68 template<typename Config, class Allocator>
69 void SplayTree<Config, Allocator>::InsertInternal(int cmp, Node* node) {
83 template<typename Config, class Allocator>
84 bool SplayTree<Config, Allocator>::FindInternal(const Key& key) {
92 template<typename Config, class Allocator>
93 bool SplayTree<Config, Allocator>::Find(const Key& key, Locator* locator)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/
types.pass.cpp 14 // template <class T, class Allocator = allocator<T> >
19 // typedef Allocator allocator_type;
39 template <class T, class Allocator>
43 typedef std::deque<T, Allocator> C;
46 static_assert((std::is_same<typename C::value_type, typename Allocator::value_type>::value), "");
47 static_assert((std::is_same<typename C::allocator_type, Allocator>::value), "");
48 static_assert((std::is_same<typename C::size_type, typename Allocator::size_type>::value), "");
49 static_assert((std::is_same<typename C::difference_type, typename Allocator::difference_type>::value), "");
50 static_assert((std::is_same<typename C::reference, typename Allocator::reference>::value), "")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/
types.pass.cpp 14 // template <class T, class Allocator = allocator<T> >
19 // typedef Allocator allocator_type;
39 template <class T, class Allocator>
43 typedef std::vector<T, Allocator> C;
46 static_assert((std::is_same<typename C::value_type, typename Allocator::value_type>::value), "");
47 static_assert((std::is_same<typename C::allocator_type, Allocator>::value), "");
48 static_assert((std::is_same<typename C::size_type, typename Allocator::size_type>::value), "");
49 static_assert((std::is_same<typename C::difference_type, typename Allocator::difference_type>::value), "");
50 static_assert((std::is_same<typename C::reference, typename Allocator::reference>::value), "")
    [all...]
  /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_/
node_base.hpp 52 typename Metadata, typename Allocator>
55 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
58 pat_trie_subtree_debug_info<Type_Traits, E_Access_Traits, Allocator>
70 typename Allocator>
73 Allocator>
77 typename Allocator::template rebind<
82 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/pat_trie_/
node_base.hpp 52 typename Metadata, typename Allocator>
55 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
58 pat_trie_subtree_debug_info<Type_Traits, E_Access_Traits, Allocator>
70 typename Allocator>
73 Allocator>
77 typename Allocator::template rebind<
82 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/pat_trie_/
node_base.hpp 52 typename Metadata, typename Allocator>
55 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
58 pat_trie_subtree_debug_info<Type_Traits, E_Access_Traits, Allocator>
70 typename Allocator>
73 Allocator>
77 typename Allocator::template rebind<
82 typename Allocator::template rebind<
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 52 typename Metadata, typename Allocator>
55 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
58 pat_trie_subtree_debug_info<Type_Traits, E_Access_Traits, Allocator>
70 typename Allocator>
73 Allocator>
77 typename Allocator::template rebind<
82 typename Allocator::template rebind<
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 52 typename Metadata, typename Allocator>
55 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
58 pat_trie_subtree_debug_info<Type_Traits, E_Access_Traits, Allocator>
70 typename Allocator>
73 Allocator>
77 typename Allocator::template rebind<
82 typename Allocator::template rebind<
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 52 typename Metadata, typename Allocator>
55 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
58 pat_trie_subtree_debug_info<Type_Traits, E_Access_Traits, Allocator>
70 typename Allocator>
73 Allocator>
77 typename Allocator::template rebind<
82 typename Allocator::template rebind<
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 52 typename Metadata, typename Allocator>
55 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
58 pat_trie_subtree_debug_info<Type_Traits, E_Access_Traits, Allocator>
70 typename Allocator>
73 Allocator>
77 typename Allocator::template rebind<
82 typename Allocator::template rebind<
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 52 typename Metadata, typename Allocator>
55 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
58 pat_trie_subtree_debug_info<Type_Traits, E_Access_Traits, Allocator>
70 typename Allocator>
73 Allocator>
77 typename Allocator::template rebind<
82 typename Allocator::template rebind<
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 52 template<typename Key, class Eq_Fn, class Allocator, bool Store_Hash>
56 template<typename Key, class Eq_Fn, class Allocator>
59 hash_eq_fn<Key, Eq_Fn, Allocator, false>
64 template<typename Key, class Eq_Fn, class Allocator>
65 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn
69 typedef typename Allocator::template rebind<Key>::other key_allocator;
111 template<typename Key, class Eq_Fn, class Allocator>
114 hash_eq_fn<Key, Eq_Fn, Allocator, true>
119 template<typename Key, class Eq_Fn, class Allocator>
120 struct hash_eq_fn<Key, Eq_Fn, Allocator, true>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 52 template<typename Key, class Eq_Fn, class Allocator, bool Store_Hash>
56 template<typename Key, class Eq_Fn, class Allocator>
59 hash_eq_fn<Key, Eq_Fn, Allocator, false>
64 template<typename Key, class Eq_Fn, class Allocator>
65 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn
69 typedef typename Allocator::template rebind<Key>::other key_allocator;
111 template<typename Key, class Eq_Fn, class Allocator>
114 hash_eq_fn<Key, Eq_Fn, Allocator, true>
119 template<typename Key, class Eq_Fn, class Allocator>
120 struct hash_eq_fn<Key, Eq_Fn, Allocator, true>
    [all...]
  /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/eq_fn/
hash_eq_fn.hpp 52 template<typename Key, class Eq_Fn, class Allocator, bool Store_Hash>
56 template<typename Key, class Eq_Fn, class Allocator>
59 hash_eq_fn<Key, Eq_Fn, Allocator, false>
64 template<typename Key, class Eq_Fn, class Allocator>
65 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn
69 typedef typename Allocator::template rebind<Key>::other key_allocator;
111 template<typename Key, class Eq_Fn, class Allocator>
114 hash_eq_fn<Key, Eq_Fn, Allocator, true>
119 template<typename Key, class Eq_Fn, class Allocator>
120 struct hash_eq_fn<Key, Eq_Fn, Allocator, true>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 52 template<typename Key, class Eq_Fn, class Allocator, bool Store_Hash>
56 template<typename Key, class Eq_Fn, class Allocator>
59 hash_eq_fn<Key, Eq_Fn, Allocator, false>
64 template<typename Key, class Eq_Fn, class Allocator>
65 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn
69 typedef typename Allocator::template rebind<Key>::other key_allocator;
111 template<typename Key, class Eq_Fn, class Allocator>
114 hash_eq_fn<Key, Eq_Fn, Allocator, true>
119 template<typename Key, class Eq_Fn, class Allocator>
120 struct hash_eq_fn<Key, Eq_Fn, Allocator, true>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 52 template<typename Key, class Eq_Fn, class Allocator, bool Store_Hash>
56 template<typename Key, class Eq_Fn, class Allocator>
59 hash_eq_fn<Key, Eq_Fn, Allocator, false>
64 template<typename Key, class Eq_Fn, class Allocator>
65 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn
69 typedef typename Allocator::template rebind<Key>::other key_allocator;
111 template<typename Key, class Eq_Fn, class Allocator>
114 hash_eq_fn<Key, Eq_Fn, Allocator, true>
119 template<typename Key, class Eq_Fn, class Allocator>
120 struct hash_eq_fn<Key, Eq_Fn, Allocator, true>
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 52 template<typename Key, class Eq_Fn, class Allocator, bool Store_Hash>
56 template<typename Key, class Eq_Fn, class Allocator>
59 hash_eq_fn<Key, Eq_Fn, Allocator, false>
64 template<typename Key, class Eq_Fn, class Allocator>
65 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn
69 typedef typename Allocator::template rebind<Key>::other key_allocator;
111 template<typename Key, class Eq_Fn, class Allocator>
114 hash_eq_fn<Key, Eq_Fn, Allocator, true>
119 template<typename Key, class Eq_Fn, class Allocator>
120 struct hash_eq_fn<Key, Eq_Fn, Allocator, true>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 52 template<typename Key, class Eq_Fn, class Allocator, bool Store_Hash>
56 template<typename Key, class Eq_Fn, class Allocator>
59 hash_eq_fn<Key, Eq_Fn, Allocator, false>
64 template<typename Key, class Eq_Fn, class Allocator>
65 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn
69 typedef typename Allocator::template rebind<Key>::other key_allocator;
111 template<typename Key, class Eq_Fn, class Allocator>
114 hash_eq_fn<Key, Eq_Fn, Allocator, true>
119 template<typename Key, class Eq_Fn, class Allocator>
120 struct hash_eq_fn<Key, Eq_Fn, Allocator, true>
    [all...]

Completed in 1315 milliseconds

1 2 3 4 5 67 8 91011>>