Searched defs:allocator (Results 1 - 25 of 72) sorted by relevance

123

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dallocator.h38 /** @file bits/allocator.h
46 #include <bits/c++allocator.h> // Define the base class to std::allocator.
61 /// allocator<void> specialization.
63 class allocator<void> class
74 { typedef allocator<_Tp1> other; };
78 // 2103. std::allocator propagate_on_container_move_assignment
84 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __allocator_base<_Tp> class in inherits:__allocator_base
105 { typedef allocator<_Tp
113 allocator() throw() { } function in class:allocator
115 allocator(const allocator& __a) throw() function in class:allocator
119 allocator(const allocator<_Tp1>&) argument
128 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
133 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
138 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
143 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dallocator.h38 /** @file bits/allocator.h
46 #include <bits/c++allocator.h> // Define the base class to std::allocator.
61 /// allocator<void> specialization.
63 class allocator<void> class
74 { typedef allocator<_Tp1> other; };
78 // 2103. std::allocator propagate_on_container_move_assignment
84 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __allocator_base<_Tp> class in inherits:__allocator_base
105 { typedef allocator<_Tp
113 allocator() throw() { } function in class:allocator
115 allocator(const allocator& __a) throw() function in class:allocator
119 allocator(const allocator<_Tp1>&) argument
128 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
133 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
138 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
143 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dallocator.h38 /** @file bits/allocator.h
46 #include <bits/c++allocator.h> // Define the base class to std::allocator.
61 /// allocator<void> specialization.
63 class allocator<void> class
74 { typedef allocator<_Tp1> other; };
78 // 2103. std::allocator propagate_on_container_move_assignment
84 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __allocator_base<_Tp> class in inherits:__allocator_base
105 { typedef allocator<_Tp
113 allocator() throw() { } function in class:allocator
115 allocator(const allocator& __a) throw() function in class:allocator
119 allocator(const allocator<_Tp1>&) argument
128 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
133 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
138 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
143 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dallocator.h38 /** @file bits/allocator.h
46 #include <bits/c++allocator.h> // Define the base class to std::allocator.
61 /// allocator<void> specialization.
63 class allocator<void> class
74 { typedef allocator<_Tp1> other; };
78 // 2103. std::allocator propagate_on_container_move_assignment
84 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __allocator_base<_Tp> class in inherits:__allocator_base
105 { typedef allocator<_Tp
113 allocator() throw() { } function in class:allocator
115 allocator(const allocator& __a) throw() function in class:allocator
119 allocator(const allocator<_Tp1>&) argument
128 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
133 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
138 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
143 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dallocator.h38 /** @file bits/allocator.h
46 #include <bits/c++allocator.h> // Define the base class to std::allocator.
61 /// allocator<void> specialization.
63 class allocator<void> class
74 { typedef allocator<_Tp1> other; };
78 // 2103. std::allocator propagate_on_container_move_assignment
84 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __allocator_base<_Tp> class in inherits:__allocator_base
105 { typedef allocator<_Tp
113 allocator() throw() { } function in class:allocator
115 allocator(const allocator& __a) throw() function in class:allocator
119 allocator(const allocator<_Tp1>&) argument
128 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
133 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
138 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
143 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dallocator.h38 /** @file bits/allocator.h
46 #include <bits/c++allocator.h> // Define the base class to std::allocator.
61 /// allocator<void> specialization.
63 class allocator<void> class
74 { typedef allocator<_Tp1> other; };
78 // 2103. std::allocator propagate_on_container_move_assignment
84 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __allocator_base<_Tp> class in inherits:__allocator_base
105 { typedef allocator<_Tp
113 allocator() throw() { } function in class:allocator
115 allocator(const allocator& __a) throw() function in class:allocator
119 allocator(const allocator<_Tp1>&) argument
128 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
133 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
138 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
143 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dallocator.h38 /** @file bits/allocator.h
46 #include <bits/c++allocator.h> // Define the base class to std::allocator.
61 /// allocator<void> specialization.
63 class allocator<void> class
74 { typedef allocator<_Tp1> other; };
78 // 2103. std::allocator propagate_on_container_move_assignment
84 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __allocator_base<_Tp> class in inherits:__allocator_base
105 { typedef allocator<_Tp
113 allocator() throw() { } function in class:allocator
115 allocator(const allocator& __a) throw() function in class:allocator
119 allocator(const allocator<_Tp1>&) argument
128 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
133 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
138 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
143 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dallocator.h38 /** @file bits/allocator.h
46 #include <bits/c++allocator.h> // Define the base class to std::allocator.
61 /// allocator<void> specialization.
63 class allocator<void> class
74 { typedef allocator<_Tp1> other; };
78 // 2103. std::allocator propagate_on_container_move_assignment
84 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __allocator_base<_Tp> class in inherits:__allocator_base
105 { typedef allocator<_Tp
113 allocator() throw() { } function in class:allocator
115 allocator(const allocator& __a) throw() function in class:allocator
119 allocator(const allocator<_Tp1>&) argument
128 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
133 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
138 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
143 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/src/
H A Dlocale_impl.h35 _STLP_EXPORT_TEMPLATE_CLASS allocator<locale::facet*>; variable
39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >;
47 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
48 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> >;
53 _STLP_EXPORT_TEMPLATE_CLASS vector<locale::facet*, allocator<locale::facet*> >;
72 basic_string<char, char_traits<char>, allocator<char> > name;
H A Dstring.cpp33 template class _STLP_CLASS_DECLSPEC allocator<char>; variable in typeref:class:_STLP_CLASS_DECLSPEC
37 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<char*, char, allocator<char> >;
38 template class _STLP_CLASS_DECLSPEC _String_base<char, allocator<char> >;
43 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >;
44 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<char, char_traits<char>, allocator<char> > >;
55 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >;
63 template class _STLP_CLASS_DECLSPEC allocator<wchar_t>; variable in typeref:class:_STLP_CLASS_DECLSPEC
67 template class _STLP_CLASS_DECLSPEC _String_base<wchar_t, allocator<wchar_t> >;
72 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
73 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_
[all...]
H A Ddll_main.cpp114 template class _STLP_CLASS_DECLSPEC allocator<_STLP_PRIV _Slist_node_base*>; variable in typeref:class:_STLP_CLASS_DECLSPEC
118 allocator<_Slist_node_base*> >;
120 allocator<_Slist_node_base*> >;
127 allocator<_Slist_node_base*> >;
132 allocator<_STLP_PRIV _Slist_node_base*> >;
137 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>; variable in typeref:class:_STLP_CLASS_DECLSPEC
140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >;
148 template class _STLP_CLASS_DECLSPEC __construct_checker<_STLP_PRIV _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
149 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_VECTOR<locale::facet*, allocator<local
158 template class _STLP_CLASS_DECLSPEC allocator<void*>; variable in typeref:class:_STLP_CLASS_DECLSPEC
161 template class _STLP_CLASS_DECLSPEC allocator<_VoidPtr_Node>; variable in typeref:class:_STLP_CLASS_DECLSPEC
167 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(vector)<void*, allocator<void*> >; variable
172 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(list)<void*, allocator<void*> >; variable
177 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(slist)<void*, allocator<void*> >; variable
183 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(deque)<void*, allocator<void*> >; variable
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
H A Dlocale_impl.h35 _STLP_EXPORT_TEMPLATE_CLASS allocator<locale::facet*>; variable
39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >;
47 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
48 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> >;
53 _STLP_EXPORT_TEMPLATE_CLASS vector<locale::facet*, allocator<locale::facet*> >;
72 basic_string<char, char_traits<char>, allocator<char> > name;
H A Dstring.cpp33 template class _STLP_CLASS_DECLSPEC allocator<char>; variable in typeref:class:_STLP_CLASS_DECLSPEC
37 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<char*, char, allocator<char> >;
38 template class _STLP_CLASS_DECLSPEC _String_base<char, allocator<char> >;
43 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >;
44 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<char, char_traits<char>, allocator<char> > >;
55 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >;
63 template class _STLP_CLASS_DECLSPEC allocator<wchar_t>; variable in typeref:class:_STLP_CLASS_DECLSPEC
67 template class _STLP_CLASS_DECLSPEC _String_base<wchar_t, allocator<wchar_t> >;
72 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
73 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_
[all...]
H A Ddll_main.cpp114 template class _STLP_CLASS_DECLSPEC allocator<_STLP_PRIV _Slist_node_base*>; variable in typeref:class:_STLP_CLASS_DECLSPEC
118 allocator<_Slist_node_base*> >;
120 allocator<_Slist_node_base*> >;
127 allocator<_Slist_node_base*> >;
132 allocator<_STLP_PRIV _Slist_node_base*> >;
137 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>; variable in typeref:class:_STLP_CLASS_DECLSPEC
140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >;
148 template class _STLP_CLASS_DECLSPEC __construct_checker<_STLP_PRIV _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
149 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_VECTOR<locale::facet*, allocator<local
158 template class _STLP_CLASS_DECLSPEC allocator<void*>; variable in typeref:class:_STLP_CLASS_DECLSPEC
161 template class _STLP_CLASS_DECLSPEC allocator<_VoidPtr_Node>; variable in typeref:class:_STLP_CLASS_DECLSPEC
167 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(vector)<void*, allocator<void*> >; variable
172 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(list)<void*, allocator<void*> >; variable
177 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(slist)<void*, allocator<void*> >; variable
183 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(deque)<void*, allocator<void*> >; variable
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
H A Dlocale_impl.h35 _STLP_EXPORT_TEMPLATE_CLASS allocator<locale::facet*>; variable
39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >;
47 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
48 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> >;
53 _STLP_EXPORT_TEMPLATE_CLASS vector<locale::facet*, allocator<locale::facet*> >;
72 basic_string<char, char_traits<char>, allocator<char> > name;
H A Dstring.cpp33 template class _STLP_CLASS_DECLSPEC allocator<char>; variable in typeref:class:_STLP_CLASS_DECLSPEC
37 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<char*, char, allocator<char> >;
38 template class _STLP_CLASS_DECLSPEC _String_base<char, allocator<char> >;
43 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >;
44 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<char, char_traits<char>, allocator<char> > >;
55 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >;
63 template class _STLP_CLASS_DECLSPEC allocator<wchar_t>; variable in typeref:class:_STLP_CLASS_DECLSPEC
67 template class _STLP_CLASS_DECLSPEC _String_base<wchar_t, allocator<wchar_t> >;
72 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
73 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_
[all...]
H A Ddll_main.cpp114 template class _STLP_CLASS_DECLSPEC allocator<_STLP_PRIV _Slist_node_base*>; variable in typeref:class:_STLP_CLASS_DECLSPEC
118 allocator<_Slist_node_base*> >;
120 allocator<_Slist_node_base*> >;
127 allocator<_Slist_node_base*> >;
132 allocator<_STLP_PRIV _Slist_node_base*> >;
137 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>; variable in typeref:class:_STLP_CLASS_DECLSPEC
140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >;
148 template class _STLP_CLASS_DECLSPEC __construct_checker<_STLP_PRIV _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
149 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_VECTOR<locale::facet*, allocator<local
158 template class _STLP_CLASS_DECLSPEC allocator<void*>; variable in typeref:class:_STLP_CLASS_DECLSPEC
161 template class _STLP_CLASS_DECLSPEC allocator<_VoidPtr_Node>; variable in typeref:class:_STLP_CLASS_DECLSPEC
167 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(vector)<void*, allocator<void*> >; variable
172 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(list)<void*, allocator<void*> >; variable
177 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(slist)<void*, allocator<void*> >; variable
183 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(deque)<void*, allocator<void*> >; variable
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/support/
H A Duses_alloc_types.hpp21 // There are two forms of uses-allocator construction:
24 // 'UA_None' represents non-uses allocator construction.
36 // Implements form (1) of uses-allocator construction from the specified
38 // non-uses allocator construction from 'N' arguments. This test type
39 // blows up when form (2) of uses-allocator is even considered.
43 // Implements form (2) of uses-allocator construction from the specified
45 // non-uses allocator construction from 'N' arguments.
49 // Implements both form (1) and (2) of uses-allocator construction from
51 // provides non-uses allocator construction from 'N' arguments.
55 // Implements both form (1) and (2) of uses-allocator constructio
187 CtorAlloc allocator; member in struct:UsesAllocatorType::UsesAllocatorTestBase
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
H A Duses_alloc_types.hpp21 // There are two forms of uses-allocator construction:
24 // 'UA_None' represents non-uses allocator construction.
36 // Implements form (1) of uses-allocator construction from the specified
38 // non-uses allocator construction from 'N' arguments. This test type
39 // blows up when form (2) of uses-allocator is even considered.
43 // Implements form (2) of uses-allocator construction from the specified
45 // non-uses allocator construction from 'N' arguments.
49 // Implements both form (1) and (2) of uses-allocator construction from
51 // provides non-uses allocator construction from 'N' arguments.
55 // Implements both form (1) and (2) of uses-allocator constructio
187 CtorAlloc allocator; member in struct:UsesAllocatorType::UsesAllocatorTestBase
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_list.h42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >;
48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >;
58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/Include/
H A DPoolAlloc.h45 // This header defines an allocator that can be used to efficiently
57 // Individual classes can use this allocator by supplying their own
60 // STL containers can use this allocator by using the pool_allocator
61 // class as the allocator (second) template argument.
252 // with everyone using the same global allocator.
265 // This STL compatible allocator is intended to be used as the allocator
288 pool_allocator() : allocator(GetThreadPoolAllocator()) { }
289 pool_allocator(TPoolAllocator& a) : allocator(a) { }
290 pool_allocator(const pool_allocator<T>& p) : allocator(
320 TPoolAllocator& allocator; member in class:glslang::pool_allocator
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_list.h42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >;
48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >;
58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_list.h42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >;
48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >;
58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_list.h42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >;
48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >;
58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
H A DPoolAlloc.h45 // This header defines an allocator that can be used to efficiently
57 // Individual classes can use this allocator by supplying their own
60 // STL containers can use this allocator by using the pool_allocator
61 // class as the allocator (second) template argument.
252 // with everyone using the same global allocator.
265 // This STL compatible allocator is intended to be used as the allocator
288 pool_allocator() : allocator(GetThreadPoolAllocator()) { }
289 pool_allocator(TPoolAllocator& a) : allocator(a) { }
290 pool_allocator(const pool_allocator<T>& p) : allocator(
320 TPoolAllocator& allocator; member in class:glslang::pool_allocator
[all...]

Completed in 1101 milliseconds

123