HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 26 - 50 of 1067) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 114 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<locale::facet*> >
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...]
string.cpp 33 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_t> > >
    [all...]
  /external/stlport/stlport/stl/
_string_fwd.h 31 class _Alloc = allocator<_CharT> >
40 typedef basic_string<char, char_traits<char>, allocator<char> > string;
43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_fwd.h 31 class _Alloc = allocator<_CharT> >
40 typedef basic_string<char, char_traits<char>, allocator<char> > string;
43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_fwd.h 31 class _Alloc = allocator<_CharT> >
40 typedef basic_string<char, char_traits<char>, allocator<char> > string;
43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_fwd.h 31 class _Alloc = allocator<_CharT> >
40 typedef basic_string<char, char_traits<char>, allocator<char> > string;
43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_fwd.h 31 class _Alloc = allocator<_CharT> >
40 typedef basic_string<char, char_traits<char>, allocator<char> > string;
43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_fwd.h 31 class _Alloc = allocator<_CharT> >
40 typedef basic_string<char, char_traits<char>, allocator<char> > string;
43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_fwd.h 31 class _Alloc = allocator<_CharT> >
40 typedef basic_string<char, char_traits<char>, allocator<char> > string;
43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
  /art/runtime/gc/accounting/
gc_allocator.h 35 class GCAllocatorImpl : public std::allocator<T> {
37 typedef typename std::allocator<T>::value_type value_type;
38 typedef typename std::allocator<T>::size_type size_type;
39 typedef typename std::allocator<T>::difference_type difference_type;
40 typedef typename std::allocator<T>::pointer pointer;
41 typedef typename std::allocator<T>::const_pointer const_pointer;
42 typedef typename std::allocator<T>::reference reference;
43 typedef typename std::allocator<T>::const_reference const_reference;
54 // Enables an allocator for objects of one type to allocate storage for objects of another type.
72 // GCAllocatorImpl<T> if kMeasureGCMemoryOverhead is true, std::allocator<T> otherwise
    [all...]
  /external/stlport/src/
string.cpp 33 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_t> > >
    [all...]
  /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#>>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/container/
container_fwd.hpp 52 ,class Allocator = std::allocator<T> >
57 ,class Allocator = std::allocator<T> >
62 ,class Allocator = std::allocator<T> >
67 ,class Allocator = std::allocator<T> >
72 ,class Allocator = std::allocator<T>
    [all...]
  /external/chromium_org/v8/src/
list.h 53 explicit List(AllocationPolicy allocator = AllocationPolicy()) {
54 Initialize(0, allocator);
57 AllocationPolicy allocator = AllocationPolicy())) {
58 Initialize(capacity, allocator);
70 AllocationPolicy allocator = AllocationPolicy())) {
71 return allocator.New(static_cast<int>(size));
78 INLINE(void operator delete(void* p, AllocationPolicy allocator)) {
104 void Add(const T& element, AllocationPolicy allocator = AllocationPolicy());
108 AllocationPolicy allocator = AllocationPolicy());
112 AllocationPolicy allocator = AllocationPolicy())
    [all...]
  /external/chromium_org/base/allocator/
allocator_shim.h 11 namespace allocator { namespace in namespace:base
24 } // namespace allocator.
  /external/chromium_org/skia/ext/
image_operations.h 105 SkBitmap::Allocator* allocator = NULL);
112 SkBitmap::Allocator* allocator = NULL);
122 SkBitmap::Allocator* allocator = NULL);
128 SkBitmap::Allocator* allocator = NULL);
  /external/clang/test/Analysis/
NewDelete-custom.cpp 10 void *allocator(std::size_t size);
12 void *operator new[](std::size_t size) throw() { return allocator(size); }
13 void *operator new(std::size_t size) throw() { return allocator(size); }
14 void *operator new(std::size_t size, std::nothrow_t& nothrow) throw() { return allocator(size); }
  /external/clang/test/SemaCXX/
PR9902.cpp 24 struct allocator {}; struct
28 allocator_traits<allocator<char>>::rebind_alloc<int> a;
  /external/stlport/test/compiler/
eh.cc 1 #include <list> /* required, to expose allocator */
14 typedef allocator<BigStruct> BigStructAllocType;
35 allocator<BigStruct> all;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring_fwd.h 38 #include <bits/allocator.h>
49 typename _Alloc = std::allocator<_CharT>,
58 std::allocator<char>, __rc_string_base> __rc_string;
65 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
75 std::allocator<char16_t>, __rc_string_base> __u16rc_string;
81 std::allocator<char32_t>, __rc_string_base> __u32rc_string;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring_fwd.h 38 #include <bits/allocator.h>
51 typename _Alloc = std::allocator<_CharT>,
60 std::allocator<char>, __rc_string_base> __rc_string;
67 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
77 std::allocator<char16_t>, __rc_string_base> __u16rc_string;
83 std::allocator<char32_t>, __rc_string_base> __u32rc_string;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring_fwd.h 38 #include <bits/allocator.h>
51 typename _Alloc = std::allocator<_CharT>,
60 std::allocator<char>, __rc_string_base> __rc_string;
67 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
77 std::allocator<char16_t>, __rc_string_base> __u16rc_string;
83 std::allocator<char32_t>, __rc_string_base> __u32rc_string;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_fwd.h 38 #include <bits/allocator.h>
49 typename _Alloc = std::allocator<_CharT>,
58 std::allocator<char>, __rc_string_base> __rc_string;
65 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
75 std::allocator<char16_t>, __rc_string_base> __u16rc_string;
81 std::allocator<char32_t>, __rc_string_base> __u32rc_string;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_fwd.h 38 #include <bits/allocator.h>
49 typename _Alloc = std::allocator<_CharT>,
58 std::allocator<char>, __rc_string_base> __rc_string;
65 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
75 std::allocator<char16_t>, __rc_string_base> __u16rc_string;
81 std::allocator<char32_t>, __rc_string_base> __u32rc_string;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_fwd.h 38 #include <bits/allocator.h>
49 typename _Alloc = std::allocator<_CharT>,
58 std::allocator<char>, __rc_string_base> __rc_string;
65 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
75 std::allocator<char16_t>, __rc_string_base> __u16rc_string;
81 std::allocator<char32_t>, __rc_string_base> __u32rc_string;

Completed in 730 milliseconds

12 3 4 5 6 7 8 91011>>