HomeSort by relevance Sort by last modified time
    Searched full:allocator (Results 126 - 150 of 4014) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
list_update_policy.hpp 56 #define PB_DS_CLASS_T_DEC template<typename Allocator>
57 #define PB_DS_CLASS_C_DEC move_to_front_lu_policy<Allocator>
61 template<typename Allocator = std::allocator<char> >
65 typedef Allocator allocator_type;
92 #define PB_DS_CLASS_T_DEC template<std::size_t Max_Count, class Allocator>
93 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
98 typename Allocator = std::allocator<char> >
100 : private detail::counter_lu_policy_base<typename Allocator::size_type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 51 template<typename Value_Type, typename Metadata_Type, class Allocator>
59 Allocator>
63 typedef typename Allocator::size_type size_type;
66 typename Allocator::template rebind<
86 template<typename Value_Type, class Allocator>
90 Allocator>
97 Allocator>
101 typedef typename Allocator::size_type size_type;
104 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/left_child_next_sibling_heap_/
node.hpp 51 template<typename Value_Type, typename Metadata_Type, class Allocator>
59 Allocator>
63 typedef typename Allocator::size_type size_type;
66 typename Allocator::template rebind<
86 template<typename Value_Type, class Allocator>
90 Allocator>
97 Allocator>
101 typedef typename Allocator::size_type size_type;
104 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/left_child_next_sibling_heap_/
node.hpp 51 template<typename Value_Type, typename Metadata_Type, class Allocator>
59 Allocator>
63 typedef typename Allocator::size_type size_type;
66 typename Allocator::template rebind<
86 template<typename Value_Type, class Allocator>
90 Allocator>
97 Allocator>
101 typedef typename Allocator::size_type size_type;
104 typename Allocator::template rebind<
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 51 template<typename Value_Type, typename Metadata_Type, class Allocator>
59 Allocator>
63 typedef typename Allocator::size_type size_type;
66 typename Allocator::template rebind<
86 template<typename Value_Type, class Allocator>
90 Allocator>
97 Allocator>
101 typedef typename Allocator::size_type size_type;
104 typename Allocator::template rebind<
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 51 template<typename Value_Type, typename Metadata_Type, class Allocator>
59 Allocator>
63 typedef typename Allocator::size_type size_type;
66 typename Allocator::template rebind<
86 template<typename Value_Type, class Allocator>
90 Allocator>
97 Allocator>
101 typedef typename Allocator::size_type size_type;
104 typename Allocator::template rebind<
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 51 template<typename Value_Type, typename Metadata_Type, class Allocator>
59 Allocator>
63 typedef typename Allocator::size_type size_type;
66 typename Allocator::template rebind<
86 template<typename Value_Type, class Allocator>
90 Allocator>
97 Allocator>
101 typedef typename Allocator::size_type size_type;
104 typename Allocator::template rebind<
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 51 template<typename Value_Type, typename Metadata_Type, class Allocator>
59 Allocator>
63 typedef typename Allocator::size_type size_type;
66 typename Allocator::template rebind<
86 template<typename Value_Type, class Allocator>
90 Allocator>
97 Allocator>
101 typedef typename Allocator::size_type size_type;
104 typename Allocator::template rebind<
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 51 template<typename Value_Type, typename Metadata_Type, class Allocator>
59 Allocator>
63 typedef typename Allocator::size_type size_type;
66 typename Allocator::template rebind<
86 template<typename Value_Type, class Allocator>
90 Allocator>
97 Allocator>
101 typedef typename Allocator::size_type size_type;
104 typename Allocator::template rebind<
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 51 template<typename Value_Type, typename Metadata_Type, class Allocator>
59 Allocator>
63 typedef typename Allocator::size_type size_type;
66 typename Allocator::template rebind<
86 template<typename Value_Type, class Allocator>
90 Allocator>
97 Allocator>
101 typedef typename Allocator::size_type size_type;
104 typename Allocator::template rebind<
  /external/chromium_org/base/allocator/
allocator_shim.cc 5 #include "base/allocator/allocator_shim.h"
8 #include "base/allocator/allocator_extension_thunks.h"
37 TCMALLOC, // TCMalloc is the default allocator.
39 WINHEAP, // Windows Heap (standard Windows allocator).
41 } Allocator;
43 // This is the default allocator. This value can be changed at startup by
46 // allocator.
50 static Allocator allocator = WINHEAP; variable
52 static Allocator allocator = TCMALLOC variable
405 namespace allocator { namespace in namespace:base
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
2009-08-02-CoalescerBug.ll 8 %"struct.std::CharVectorType" = type { %"struct.std::_Vector_base<char,std::allocator<char> >" }
11 %"struct.std::_Bvector_base<std::allocator<bool> >" = type { %"struct.std::_Bvector_base<std::allocator<bool> >::_Bvector_impl" }
12 %"struct.std::_Bvector_base<std::allocator<bool> >::_Bvector_impl" = type { %"struct.std::_Bit_const_iterator", %"struct.std::_Bit_const_iterator", i32* }
13 %"struct.std::_Vector_base<char,std::allocator<char> >" = type { %"struct.std::_Vector_base<char,std::allocator<char> >::_Vector_impl" }
14 %"struct.std::_Vector_base<char,std::allocator<char> >::_Vector_impl" = type { i8*, i8*, i8* }
15 %"struct.std::_Vector_base<short unsigned int,std::allocator<short unsigned int> >" = type { %"struct.std::_Vector_base<short unsigned int,std::allocator<short unsigned int> >::_Vector_impl" }
16 %"struct.std::_Vector_base<short unsigned int,std::allocator<short unsigned int> >::_Vector_impl" = type { i16*, i16*, i16*
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
types.pass.cpp 15 // class Allocator = allocator<charT> >
21 // typedef Allocator allocator_type;
22 // typedef typename Allocator::size_type size_type;
23 // typedef typename Allocator::difference_type difference_type;
24 // typedef typename Allocator::reference reference;
25 // typedef typename Allocator::const_reference const_reference;
26 // typedef typename Allocator::pointer pointer;
27 // typedef typename Allocator::const_pointer const_pointer;
43 template <class Traits, class Allocator>
    [all...]
  /external/chromium_org/third_party/libjingle/overrides/allocator_shim/
allocator_proxy.cc 8 #error "Only compile the allocator proxy with the shared_library implementation"
12 #error "The allocator proxy isn't supported (or needed) on mac or android."
18 // Override the global new/delete routines and proxy them over to the allocator
  /external/clang/test/CodeCompletion/
templates.cpp 3 class allocator { class in namespace:std
8 template<typename T, typename Alloc = std::allocator<T> >
21 // CHECK-CC1: allocator<<#typename T#>>
  /external/stlport/stlport/stl/
_iosfwd.h 45 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) >
49 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) >
53 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) >
57 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) >
125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf;
126 typedef basic_istringstream<char, char_traits<char>, allocator<char> > istringstream;
127 typedef basic_ostringstream<char, char_traits<char>, allocator<char> > ostringstream;
128 typedef basic_stringstream<char, char_traits<char>, allocator<char> > stringstream;
142 typedef basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstringbuf;
143 typedef basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wistringstream
    [all...]
  /external/stlport/test/compiler/
eh.cc 1 #include <list> /* required, to expose allocator */
14 typedef allocator<BigStruct> BigStructAllocType;
35 allocator<BigStruct> all;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 45 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) >
49 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) >
53 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) >
57 _STLP_DFL_TMPL_PARAM(_Allocator , allocator<_CharT>) >
125 typedef basic_stringbuf<char, char_traits<char>, allocator<char> > stringbuf;
126 typedef basic_istringstream<char, char_traits<char>, allocator<char> > istringstream;
127 typedef basic_ostringstream<char, char_traits<char>, allocator<char> > ostringstream;
128 typedef basic_stringstream<char, char_traits<char>, allocator<char> > stringstream;
142 typedef basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstringbuf;
143 typedef basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wistringstream
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 53 Allocator>
57 typename Allocator>
68 typename Allocator::template rebind<
74 typename Allocator::template rebind<
80 typename Allocator::template rebind<
86 typename Allocator::template rebind<
111 template<typename Const_Node_Iterator, typename Allocator>
115 Allocator>
125 typename Allocator::template rebind<
131 typename Allocator::template rebind
    [all...]
  /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/basic_tree_policy/
basic_tree_policy_base.hpp 53 Allocator>
57 typename Allocator>
68 typename Allocator::template rebind<
74 typename Allocator::template rebind<
80 typename Allocator::template rebind<
86 typename Allocator::template rebind<
111 template<typename Const_Node_Iterator, typename Allocator>
115 Allocator>
125 typename Allocator::template rebind<
131 typename Allocator::template rebind
    [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/basic_tree_policy/
basic_tree_policy_base.hpp 53 Allocator>
57 typename Allocator>
68 typename Allocator::template rebind<
74 typename Allocator::template rebind<
80 typename Allocator::template rebind<
86 typename Allocator::template rebind<
111 template<typename Const_Node_Iterator, typename Allocator>
115 Allocator>
125 typename Allocator::template rebind<
131 typename Allocator::template rebind
    [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/basic_tree_policy/
basic_tree_policy_base.hpp 53 Allocator>
57 typename Allocator>
68 typename Allocator::template rebind<
74 typename Allocator::template rebind<
80 typename Allocator::template rebind<
86 typename Allocator::template rebind<
111 template<typename Const_Node_Iterator, typename Allocator>
115 Allocator>
125 typename Allocator::template rebind<
131 typename Allocator::template rebind
    [all...]

Completed in 698 milliseconds

1 2 3 4 56 7 8 91011>>