HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 851 - 875 of 1347) sorted by null

<<31323334353637383940>>

  /external/stlport/src/
locale_catalog.cpp 151 pair<_DBG_iter<_NonDbg_hashtable<pair<const string,pair<void *,unsigned int> >,string,hash<string>,_HashMapTraitsT<pair<const string,pair<void *,unsigned int> > >,_Select1st<pair<const string,pair<void *,unsigned int> > >,_DbgEqual<string,equal_to<string> >,allocator<pair<const string,pair<void *,unsigned int> > > >,_DbgTraits<_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > > >, bool> result;
  /external/stlport/stlport/stl/debug/
_string.h 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >;
800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >;
803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >;
805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
  /ndk/sources/cxx-stl/stlport/src/
locale_catalog.cpp 151 pair<_DBG_iter<_NonDbg_hashtable<pair<const string,pair<void *,unsigned int> >,string,hash<string>,_HashMapTraitsT<pair<const string,pair<void *,unsigned int> > >,_Select1st<pair<const string,pair<void *,unsigned int> > >,_DbgEqual<string,equal_to<string> >,allocator<pair<const string,pair<void *,unsigned int> > > >,_DbgTraits<_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > > >, bool> result;
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >;
800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >;
803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >;
805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_multiset.h 85 typename _Alloc = std::allocator<_Key> >
137 * @param a An allocator object.
163 * @param a An allocator object.
178 * @param x A %multiset of identical element and allocator types.
189 * @param x A %multiset of identical element and allocator types.
201 * @param a An allocator object.
216 * @param x A %multiset of identical element and allocator types.
219 * the allocator object is not copied.
231 * @param x A %multiset of identical element and allocator types.
372 * @param x A %multiset of the same element and allocator types
    [all...]
stl_set.h 81 * @param Alloc Allocator type, defaults to allocator<Key>.
88 typename _Alloc = std::allocator<_Key> >
144 * @param a An allocator object.
170 * @param a An allocator object.
185 * @param x A %set of identical element and allocator types.
196 * @param x A %set of identical element and allocator types.
208 * @param a An allocator object.
223 * @param x A %set of identical element and allocator types.
226 * the allocator object is not copied
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/
multiset.h 40 typename _Allocator = std::allocator<_Key> >
set.h 40 typename _Allocator = std::allocator<_Key> >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 279 // Counted ptr with no deleter or allocator support
319 // Support for custom deleter and/or allocator
323 // Helper class that stores the Deleter and also acts as an allocator.
381 // Helper class that stores the pointer and also acts as an allocator.
409 // Override because the allocator needs to know the dynamic type
463 : __shared_count(__p, std::move(__d), allocator<int>())
530 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
531 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
stl_multiset.h 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
91 typename _Alloc = std::allocator<_Key> >
143 * @param __a An allocator object.
169 * @param __a An allocator object.
184 * @param __x A %multiset of identical element and allocator types.
195 * @param __x A %multiset of identical element and allocator types.
208 * @param __a An allocator object.
223 * @param __x A %multiset of identical element and allocator types.
226 * constructor, the allocator object is not copied
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h 279 // Counted ptr with no deleter or allocator support
319 // Support for custom deleter and/or allocator
323 // Helper class that stores the Deleter and also acts as an allocator.
381 // Helper class that stores the pointer and also acts as an allocator.
409 // Override because the allocator needs to know the dynamic type
463 : __shared_count(__p, std::move(__d), allocator<int>())
530 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
531 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
stl_multiset.h 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
91 typename _Alloc = std::allocator<_Key> >
143 * @param __a An allocator object.
169 * @param __a An allocator object.
184 * @param __x A %multiset of identical element and allocator types.
195 * @param __x A %multiset of identical element and allocator types.
208 * @param __a An allocator object.
223 * @param __x A %multiset of identical element and allocator types.
226 * constructor, the allocator object is not copied
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 83 typename _Alloc = std::allocator<_Key> >
135 * @param a An allocator object.
161 * @param a An allocator object.
176 * @param x A %multiset of identical element and allocator types.
187 * @param x A %multiset of identical element and allocator types.
199 * @param a An allocator object.
214 * @param x A %multiset of identical element and allocator types.
217 * the allocator object is not copied.
229 * @param x A %multiset of identical element and allocator types.
369 * @param x A %multiset of the same element and allocator types
    [all...]
stl_set.h 79 * @param Alloc Allocator type, defaults to allocator<Key>.
86 typename _Alloc = std::allocator<_Key> >
142 * @param a An allocator object.
168 * @param a An allocator object.
183 * @param x A %set of identical element and allocator types.
194 * @param x A %set of identical element and allocator types.
206 * @param a An allocator object.
221 * @param x A %set of identical element and allocator types.
224 * the allocator object is not copied
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >;
800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >;
803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >;
805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 83 typename _Alloc = std::allocator<_Key> >
135 * @param a An allocator object.
161 * @param a An allocator object.
176 * @param x A %multiset of identical element and allocator types.
187 * @param x A %multiset of identical element and allocator types.
199 * @param a An allocator object.
214 * @param x A %multiset of identical element and allocator types.
217 * the allocator object is not copied.
229 * @param x A %multiset of identical element and allocator types.
369 * @param x A %multiset of the same element and allocator types
    [all...]
stl_set.h 79 * @param Alloc Allocator type, defaults to allocator<Key>.
86 typename _Alloc = std::allocator<_Key> >
142 * @param a An allocator object.
168 * @param a An allocator object.
183 * @param x A %set of identical element and allocator types.
194 * @param x A %set of identical element and allocator types.
206 * @param a An allocator object.
221 * @param x A %set of identical element and allocator types.
224 * the allocator object is not copied
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >;
800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >;
803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >;
805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 83 typename _Alloc = std::allocator<_Key> >
135 * @param a An allocator object.
161 * @param a An allocator object.
176 * @param x A %multiset of identical element and allocator types.
187 * @param x A %multiset of identical element and allocator types.
199 * @param a An allocator object.
214 * @param x A %multiset of identical element and allocator types.
217 * the allocator object is not copied.
229 * @param x A %multiset of identical element and allocator types.
369 * @param x A %multiset of the same element and allocator types
    [all...]
stl_set.h 79 * @param Alloc Allocator type, defaults to allocator<Key>.
86 typename _Alloc = std::allocator<_Key> >
142 * @param a An allocator object.
168 * @param a An allocator object.
183 * @param x A %set of identical element and allocator types.
194 * @param x A %set of identical element and allocator types.
206 * @param a An allocator object.
221 * @param x A %set of identical element and allocator types.
224 * the allocator object is not copied
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >;
800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >;
803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >;
805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_multiset.h 83 typename _Alloc = std::allocator<_Key> >
135 * @param a An allocator object.
161 * @param a An allocator object.
176 * @param x A %multiset of identical element and allocator types.
187 * @param x A %multiset of identical element and allocator types.
199 * @param a An allocator object.
214 * @param x A %multiset of identical element and allocator types.
217 * the allocator object is not copied.
229 * @param x A %multiset of identical element and allocator types.
369 * @param x A %multiset of the same element and allocator types
    [all...]
stl_set.h 79 * @param Alloc Allocator type, defaults to allocator<Key>.
86 typename _Alloc = std::allocator<_Key> >
142 * @param a An allocator object.
168 * @param a An allocator object.
183 * @param x A %set of identical element and allocator types.
194 * @param x A %set of identical element and allocator types.
206 * @param a An allocator object.
221 * @param x A %set of identical element and allocator types.
224 * the allocator object is not copied
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_multiset.h 85 typename _Alloc = std::allocator<_Key> >
137 * @param a An allocator object.
163 * @param a An allocator object.
178 * @param x A %multiset of identical element and allocator types.
189 * @param x A %multiset of identical element and allocator types.
201 * @param a An allocator object.
216 * @param x A %multiset of identical element and allocator types.
219 * the allocator object is not copied.
231 * @param x A %multiset of identical element and allocator types.
372 * @param x A %multiset of the same element and allocator types
    [all...]
stl_set.h 81 * @param Alloc Allocator type, defaults to allocator<Key>.
88 typename _Alloc = std::allocator<_Key> >
144 * @param a An allocator object.
170 * @param a An allocator object.
185 * @param x A %set of identical element and allocator types.
196 * @param x A %set of identical element and allocator types.
208 * @param a An allocator object.
223 * @param x A %set of identical element and allocator types.
226 * the allocator object is not copied
    [all...]

Completed in 588 milliseconds

<<31323334353637383940>>