Searched refs:allocator (Results 1 - 25 of 978) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dallocator.h39 /** @file allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
60 class allocator;
62 /// allocator<void> specialization.
64 class allocator<void> class
75 { typedef allocator<_Tp1> other; };
79 * @brief The "standard" allocator, as per [20.4].
86 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
99 { typedef allocator<_Tp
101 allocator() throw() { } function in class:allocator
103 allocator(const allocator& __a) throw() function in class:allocator
107 allocator(const allocator<_Tp1>&) argument
116 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
121 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
126 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
131 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dallocator.h39 /** @file allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
60 class allocator;
62 /// allocator<void> specialization.
64 class allocator<void> class
75 { typedef allocator<_Tp1> other; };
79 * @brief The "standard" allocator, as per [20.4].
86 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
99 { typedef allocator<_Tp
101 allocator() throw() { } function in class:allocator
103 allocator(const allocator& __a) throw() function in class:allocator
107 allocator(const allocator<_Tp1>&) argument
116 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
121 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
126 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
131 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dallocator.h39 /** @file allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
60 class allocator;
62 /// allocator<void> specialization.
64 class allocator<void> class
75 { typedef allocator<_Tp1> other; };
79 * @brief The "standard" allocator, as per [20.4].
86 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
99 { typedef allocator<_Tp
101 allocator() throw() { } function in class:allocator
103 allocator(const allocator& __a) throw() function in class:allocator
107 allocator(const allocator<_Tp1>&) argument
116 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
121 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
126 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
131 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dallocator.h39 /** @file allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
60 class allocator;
62 /// allocator<void> specialization.
64 class allocator<void> class
75 { typedef allocator<_Tp1> other; };
79 * @brief The "standard" allocator, as per [20.4].
86 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
99 { typedef allocator<_Tp
101 allocator() throw() { } function in class:allocator
103 allocator(const allocator& __a) throw() function in class:allocator
107 allocator(const allocator<_Tp1>&) argument
116 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
121 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
126 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
131 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dallocator.h39 /** @file allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
60 class allocator;
62 /// allocator<void> specialization.
64 class allocator<void> class
75 { typedef allocator<_Tp1> other; };
79 * @brief The "standard" allocator, as per [20.4].
86 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
99 { typedef allocator<_Tp
101 allocator() throw() { } function in class:allocator
103 allocator(const allocator& __a) throw() function in class:allocator
107 allocator(const allocator<_Tp1>&) argument
116 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
121 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
126 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
131 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dallocator.h39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
64 class allocator;
66 /// allocator<void> specialization.
68 class allocator<void> class
79 { typedef allocator<_Tp1> other; };
83 * @brief The @a standard allocator, as per [20.4].
89 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
102 { typedef allocator<_Tp
104 allocator() throw() { } function in class:allocator
106 allocator(const allocator& __a) throw() function in class:allocator
110 allocator(const allocator<_Tp1>&) argument
119 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
124 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
129 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
134 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dallocator.h39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
64 class allocator;
66 /// allocator<void> specialization.
68 class allocator<void> class
79 { typedef allocator<_Tp1> other; };
83 * @brief The @a standard allocator, as per [20.4].
89 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
102 { typedef allocator<_Tp
104 allocator() throw() { } function in class:allocator
106 allocator(const allocator& __a) throw() function in class:allocator
110 allocator(const allocator<_Tp1>&) argument
119 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
124 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
129 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
134 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dallocator.h39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
64 class allocator;
66 /// allocator<void> specialization.
68 class allocator<void> class
79 { typedef allocator<_Tp1> other; };
83 * @brief The @a standard allocator, as per [20.4].
89 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
102 { typedef allocator<_Tp
104 allocator() throw() { } function in class:allocator
106 allocator(const allocator& __a) throw() function in class:allocator
110 allocator(const allocator<_Tp1>&) argument
119 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
124 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
129 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
134 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dallocator.h39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
64 class allocator;
66 /// allocator<void> specialization.
68 class allocator<void> class
79 { typedef allocator<_Tp1> other; };
83 * @brief The @a standard allocator, as per [20.4].
89 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
102 { typedef allocator<_Tp
104 allocator() throw() { } function in class:allocator
106 allocator(const allocator& __a) throw() function in class:allocator
110 allocator(const allocator<_Tp1>&) argument
119 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
124 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
129 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
134 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dallocator.h39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
64 class allocator;
66 /// allocator<void> specialization.
68 class allocator<void> class
79 { typedef allocator<_Tp1> other; };
83 * @brief The @a standard allocator, as per [20.4].
89 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
102 { typedef allocator<_Tp
104 allocator() throw() { } function in class:allocator
106 allocator(const allocator& __a) throw() function in class:allocator
110 allocator(const allocator<_Tp1>&) argument
119 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
124 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
129 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
134 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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...]
H A Dmemoryfwd.h64 class allocator;
67 class allocator<void>;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/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...]
H A Dmemoryfwd.h64 class allocator;
67 class allocator<void>;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dallocator.h39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
66 class allocator;
68 /// allocator<void> specialization.
70 class allocator<void> class
81 { typedef allocator<_Tp1> other; };
85 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
105 { typedef allocator<_Tp
107 allocator() throw() { } function in class:allocator
109 allocator(const allocator& __a) throw() function in class:allocator
113 allocator(const allocator<_Tp1>&) argument
122 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
127 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
132 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
137 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dallocator.h39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
66 class allocator;
68 /// allocator<void> specialization.
70 class allocator<void> class
81 { typedef allocator<_Tp1> other; };
85 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
105 { typedef allocator<_Tp
107 allocator() throw() { } function in class:allocator
109 allocator(const allocator& __a) throw() function in class:allocator
113 allocator(const allocator<_Tp1>&) argument
122 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
127 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
132 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
137 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dallocator.h39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
66 class allocator;
68 /// allocator<void> specialization.
70 class allocator<void> class
81 { typedef allocator<_Tp1> other; };
85 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
105 { typedef allocator<_Tp
107 allocator() throw() { } function in class:allocator
109 allocator(const allocator& __a) throw() function in class:allocator
113 allocator(const allocator<_Tp1>&) argument
122 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
127 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
132 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
137 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dallocator.h39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
66 class allocator;
68 /// allocator<void> specialization.
70 class allocator<void> class
81 { typedef allocator<_Tp1> other; };
85 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
105 { typedef allocator<_Tp
107 allocator() throw() { } function in class:allocator
109 allocator(const allocator& __a) throw() function in class:allocator
113 allocator(const allocator<_Tp1>&) argument
122 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
127 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
132 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
137 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dallocator.h39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
66 class allocator;
68 /// allocator<void> specialization.
70 class allocator<void> class
81 { typedef allocator<_Tp1> other; };
85 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
105 { typedef allocator<_Tp
107 allocator() throw() { } function in class:allocator
109 allocator(const allocator& __a) throw() function in class:allocator
113 allocator(const allocator<_Tp1>&) argument
122 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
127 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
132 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
137 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dallocator.h39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
66 class allocator;
68 /// allocator<void> specialization.
70 class allocator<void> class
81 { typedef allocator<_Tp1> other; };
85 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
105 { typedef allocator<_Tp
107 allocator() throw() { } function in class:allocator
109 allocator(const allocator& __a) throw() function in class:allocator
113 allocator(const allocator<_Tp1>&) argument
122 operator ==(const allocator<_T1>&, const allocator<_T2>&) argument
127 operator ==(const allocator<_Tp>&, const allocator<_Tp>&) argument
132 operator !=(const allocator<_T1>&, const allocator<_T2>&) argument
137 operator !=(const allocator<_Tp>&, const allocator<_Tp>&) argument
[all...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_string_fwd.h31 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/
H A D_string_fwd.h31 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/
H A D_string_fwd.h31 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/
H A D_string_fwd.h31 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/
H A D_string_fwd.h31 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;

Completed in 495 milliseconds

1234567891011>>