HomeSort by relevance Sort by last modified time
    Searched defs:array_allocator (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 25 /** @file ext/array_allocator.h
106 class array_allocator : public array_allocator_base<_Tp> class in inherits:array_allocator_base
131 { typedef array_allocator<_Tp1, _Array1> other; };
133 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
136 array_allocator(const array_allocator& __o) _GLIBCXX_USE_NOEXCEPT
140 array_allocator(const array_allocator<_Tp1, _Array1>&)
144 ~array_allocator() _GLIBCXX_USE_NOEXCEPT { }
159 operator==(const array_allocator<_Tp, _Array>&
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 25 /** @file ext/array_allocator.h
106 class array_allocator : public array_allocator_base<_Tp> class in inherits:array_allocator_base
131 { typedef array_allocator<_Tp1, _Array1> other; };
133 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
136 array_allocator(const array_allocator& __o) _GLIBCXX_USE_NOEXCEPT
140 array_allocator(const array_allocator<_Tp1, _Array1>&)
144 ~array_allocator() _GLIBCXX_USE_NOEXCEPT { }
159 operator==(const array_allocator<_Tp, _Array>&
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
array_allocator.h 25 /** @file ext/array_allocator.h
106 class array_allocator : public array_allocator_base<_Tp> class in inherits:array_allocator_base
131 { typedef array_allocator<_Tp1, _Array1> other; };
133 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
136 array_allocator(const array_allocator& __o) _GLIBCXX_USE_NOEXCEPT
140 array_allocator(const array_allocator<_Tp1, _Array1>&)
144 ~array_allocator() _GLIBCXX_USE_NOEXCEPT { }
159 operator==(const array_allocator<_Tp, _Array>&
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
array_allocator.h 25 /** @file ext/array_allocator.h
106 class array_allocator : public array_allocator_base<_Tp> class in inherits:array_allocator_base
132 typedef array_allocator<_Tp1, _Array1> other _GLIBCXX_DEPRECATED;
135 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
138 array_allocator(const array_allocator& __o) _GLIBCXX_USE_NOEXCEPT
142 array_allocator(const array_allocator<_Tp1, _Array1>&)
146 ~array_allocator() _GLIBCXX_USE_NOEXCEPT { }
161 operator==(const array_allocator<_Tp, _Array>&
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
array_allocator.h 25 /** @file ext/array_allocator.h
106 class array_allocator : public array_allocator_base<_Tp> class in inherits:array_allocator_base
132 typedef array_allocator<_Tp1, _Array1> other _GLIBCXX_DEPRECATED;
135 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
138 array_allocator(const array_allocator& __o) _GLIBCXX_USE_NOEXCEPT
142 array_allocator(const array_allocator<_Tp1, _Array1>&)
146 ~array_allocator() _GLIBCXX_USE_NOEXCEPT { }
161 operator==(const array_allocator<_Tp, _Array>&
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
array_allocator.h 25 /** @file ext/array_allocator.h
106 class array_allocator : public array_allocator_base<_Tp> class in inherits:array_allocator_base
132 typedef array_allocator<_Tp1, _Array1> other _GLIBCXX_DEPRECATED;
135 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
138 array_allocator(const array_allocator& __o) _GLIBCXX_USE_NOEXCEPT
142 array_allocator(const array_allocator<_Tp1, _Array1>&)
146 ~array_allocator() _GLIBCXX_USE_NOEXCEPT { }
161 operator==(const array_allocator<_Tp, _Array>&
    [all...]

Completed in 204 milliseconds