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

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 54 #define PB_DS_CLASS_T_DEC template<typename Allocator>
55 #define PB_DS_CLASS_C_DEC move_to_front_lu_policy<Allocator>
59 template<typename Allocator = std::allocator<char> >
63 typedef Allocator allocator_type;
90 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
91 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
95 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
97 : private detail::counter_lu_policy_base<typename Allocator::size_type
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 54 #define PB_DS_CLASS_T_DEC template<typename Allocator>
55 #define PB_DS_CLASS_C_DEC move_to_front_lu_policy<Allocator>
59 template<typename Allocator = std::allocator<char> >
63 typedef Allocator allocator_type;
90 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
91 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
95 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
97 : private detail::counter_lu_policy_base<typename Allocator::size_type
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 54 #define PB_DS_CLASS_T_DEC template<typename Allocator>
55 #define PB_DS_CLASS_C_DEC move_to_front_lu_policy<Allocator>
59 template<typename Allocator = std::allocator<char> >
63 typedef Allocator allocator_type;
90 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
91 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
95 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
97 : private detail::counter_lu_policy_base<typename Allocator::size_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
list_update_policy.hpp 54 #define PB_DS_CLASS_T_DEC template<typename Allocator>
55 #define PB_DS_CLASS_C_DEC move_to_front_lu_policy<Allocator>
59 template<typename Allocator = std::allocator<char> >
63 typedef Allocator allocator_type;
90 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
91 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
95 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
97 : private detail::counter_lu_policy_base<typename Allocator::size_type
    [all...]
  /prebuilts/ndk/8/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...]
  /external/llvm/include/llvm/Support/
RecyclingAllocator.h 1 //==- llvm/Support/RecyclingAllocator.h - Recycling Allocator ----*- C++ -*-==//
22 /// RecyclingAllocator - This class wraps an Allocator, adding the
33 /// Allocator - The wrapped allocator.
35 AllocatorType Allocator;
38 ~RecyclingAllocator() { Base.clear(Allocator); }
44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); }
46 T *Allocate() { return Base.Allocate(Allocator); }
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
62 T, Size, Align> &Allocator) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
traits.hpp 58 class Allocator>
61 class Allocator>
69 Allocator,
78 typename Allocator::template rebind<
86 Allocator>
91 typename Allocator::template rebind<
99 Allocator>
104 typename Allocator::template rebind<
112 Allocator>
117 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/bin_search_tree_/
traits.hpp 58 class Allocator>
61 class Allocator>
69 Allocator,
78 typename Allocator::template rebind<
86 Allocator>
91 typename Allocator::template rebind<
99 Allocator>
104 typename Allocator::template rebind<
112 Allocator>
117 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/bin_search_tree_/
traits.hpp 58 class Allocator>
61 class Allocator>
69 Allocator,
78 typename Allocator::template rebind<
86 Allocator>
91 typename Allocator::template rebind<
99 Allocator>
104 typename Allocator::template rebind<
112 Allocator>
117 typename Allocator::template rebind
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
traits.hpp 58 class Allocator>
61 class Allocator>
69 Allocator,
78 typename Allocator::template rebind<
86 Allocator>
91 typename Allocator::template rebind<
99 Allocator>
104 typename Allocator::template rebind<
112 Allocator>
117 typename Allocator::template rebind
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
traits.hpp 58 class Allocator>
61 class Allocator>
69 Allocator,
78 typename Allocator::template rebind<
86 Allocator>
91 typename Allocator::template rebind<
99 Allocator>
104 typename Allocator::template rebind<
112 Allocator>
117 typename Allocator::template rebind
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
traits.hpp 58 class Allocator>
61 class Allocator>
69 Allocator,
78 typename Allocator::template rebind<
86 Allocator>
91 typename Allocator::template rebind<
99 Allocator>
104 typename Allocator::template rebind<
112 Allocator>
117 typename Allocator::template rebind
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
traits.hpp 58 class Allocator>
61 class Allocator>
69 Allocator,
78 typename Allocator::template rebind<
86 Allocator>
91 typename Allocator::template rebind<
99 Allocator>
104 typename Allocator::template rebind<
112 Allocator>
117 typename Allocator::template rebind
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
traits.hpp 58 class Allocator>
61 class Allocator>
69 Allocator,
78 typename Allocator::template rebind<
86 Allocator>
91 typename Allocator::template rebind<
99 Allocator>
104 typename Allocator::template rebind<
112 Allocator>
117 typename Allocator::template rebind
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.results/re.results.all/
get_allocator.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
21 template <class CharT, class Allocator>
23 test(const Allocator& a)
25 std::match_results<const CharT*, Allocator> m(a);
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.results/re.results.const/
allocator.pass.cpp 12 // class match_results<BidirectionalIterator, Allocator>
14 // match_results(const Allocator& a = Allocator());
21 template <class CharT, class Allocator>
23 test(const Allocator& a)
25 std::match_results<const CharT*, Allocator> m(a);
  /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.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/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/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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 278 milliseconds

1 2 34 5 6 7 8 91011>>