HomeSort by relevance Sort by last modified time
    Searched full:_allocator (Results 101 - 125 of 176) sorted by null

1 2 3 45 6 7 8

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
list 41 template<typename _Tp, typename _Allocator = std::allocator<_Tp> >
43 : public _GLIBCXX_STD_C::list<_Tp, _Allocator>
45 typedef _GLIBCXX_STD_C::list<_Tp, _Allocator> _Base;
60 typedef _Allocator allocator_type;
68 list(const _Allocator& __a = _Allocator())
85 const _Allocator& __a = _Allocator())
94 const _Allocator& __a = _Allocator())
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
deque 41 template<typename _Tp, typename _Allocator = std::allocator<_Tp> >
43 : public _GLIBCXX_STD_C::deque<_Tp, _Allocator>,
44 public __gnu_debug::_Safe_sequence<deque<_Tp, _Allocator> >
46 typedef _GLIBCXX_STD_C::deque<_Tp, _Allocator> _Base;
64 typedef _Allocator allocator_type;
75 deque(const _Allocator& __a)
84 const _Allocator& __a = _Allocator())
89 const _Allocator& __a = _Allocator())
    [all...]
list 41 template<typename _Tp, typename _Allocator = std::allocator<_Tp> >
43 : public _GLIBCXX_STD_C::list<_Tp, _Allocator>,
44 public __gnu_debug::_Safe_sequence<list<_Tp, _Allocator> >
46 typedef _GLIBCXX_STD_C::list<_Tp, _Allocator> _Base;
65 typedef _Allocator allocator_type;
77 list(const _Allocator& __a) _GLIBCXX_NOEXCEPT
86 const _Allocator& __a = _Allocator())
91 const _Allocator& __a = _Allocator())
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
list 41 template<typename _Tp, typename _Allocator = std::allocator<_Tp> >
43 : public _GLIBCXX_STD_C::list<_Tp, _Allocator>
45 typedef _GLIBCXX_STD_C::list<_Tp, _Allocator> _Base;
60 typedef _Allocator allocator_type;
76 list(const _Allocator& __a) _GLIBCXX_NOEXCEPT
93 const _Allocator& __a = _Allocator())
102 const _Allocator& __a = _Allocator())
117 const _Allocator& __a = _Allocator()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
future 276 template<typename _Res, typename _Allocator>
277 static _Ptr<_Result_alloc<_Res, _Allocator>>
278 _S_allocate_result(const _Allocator& __a)
280 typedef _Result_alloc<_Res, _Allocator> __result_type;
940 template<typename _Allocator>
941 promise(allocator_arg_t, const _Allocator& __a)
946 template<typename _Allocator>
947 promise(allocator_arg_t, const _Allocator&, promise&& __rhs)
1038 template<typename _Allocator>
1039 promise(allocator_arg_t, const _Allocator& __a
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
future 276 template<typename _Res, typename _Allocator>
277 static _Ptr<_Result_alloc<_Res, _Allocator>>
278 _S_allocate_result(const _Allocator& __a)
280 typedef _Result_alloc<_Res, _Allocator> __result_type;
940 template<typename _Allocator>
941 promise(allocator_arg_t, const _Allocator& __a)
946 template<typename _Allocator>
947 promise(allocator_arg_t, const _Allocator&, promise&& __rhs)
1038 template<typename _Allocator>
1039 promise(allocator_arg_t, const _Allocator& __a
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
future 276 template<typename _Res, typename _Allocator>
277 static _Ptr<_Result_alloc<_Res, _Allocator>>
278 _S_allocate_result(const _Allocator& __a)
280 typedef _Result_alloc<_Res, _Allocator> __result_type;
940 template<typename _Allocator>
941 promise(allocator_arg_t, const _Allocator& __a)
946 template<typename _Allocator>
947 promise(allocator_arg_t, const _Allocator&, promise&& __rhs)
1038 template<typename _Allocator>
1039 promise(allocator_arg_t, const _Allocator& __a
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base 581 template <class _Tp, class _Allocator, class... _Args>
583 void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *__storage, const _Allocator &, _Args &&... __args )
588 template <class _Tp, class _Allocator, class... _Args>
590 void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *__storage, const _Allocator &__a, _Args &&... __args )
595 template <class _Tp, class _Allocator, class... _Args>
597 void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *__storage, const _Allocator &__a, _Args &&... __args )
602 template <class _Tp, class _Allocator, class... _Args>
604 void __user_alloc_construct (_Tp *__storage, const _Allocator &__a, _Args &&... __args)
607 __uses_alloc_ctor<_Tp, _Allocator>(),
bitset 658 template<class _CharT, class _Traits, class _Allocator>
659 explicit bitset(const basic_string<_CharT,_Traits,_Allocator>& __str,
660 typename basic_string<_CharT,_Traits,_Allocator>::size_type __pos = 0,
661 typename basic_string<_CharT,_Traits,_Allocator>::size_type __n =
662 (basic_string<_CharT,_Traits,_Allocator>::npos),
685 template <class _CharT, class _Traits, class _Allocator>
686 basic_string<_CharT, _Traits, _Allocator> to_string(_CharT __zero = _CharT('0'),
743 template<class _CharT, class _Traits, class _Allocator>
744 bitset<_Size>::bitset(const basic_string<_CharT,_Traits,_Allocator>& __str,
745 typename basic_string<_CharT,_Traits,_Allocator>::size_type __pos
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base 581 template <class _Tp, class _Allocator, class... _Args>
583 void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *__storage, const _Allocator &, _Args &&... __args )
588 template <class _Tp, class _Allocator, class... _Args>
590 void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *__storage, const _Allocator &__a, _Args &&... __args )
595 template <class _Tp, class _Allocator, class... _Args>
597 void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *__storage, const _Allocator &__a, _Args &&... __args )
602 template <class _Tp, class _Allocator, class... _Args>
604 void __user_alloc_construct (_Tp *__storage, const _Allocator &__a, _Args &&... __args)
607 __uses_alloc_ctor<_Tp, _Allocator>(),
bitset 658 template<class _CharT, class _Traits, class _Allocator>
659 explicit bitset(const basic_string<_CharT,_Traits,_Allocator>& __str,
660 typename basic_string<_CharT,_Traits,_Allocator>::size_type __pos = 0,
661 typename basic_string<_CharT,_Traits,_Allocator>::size_type __n =
662 (basic_string<_CharT,_Traits,_Allocator>::npos),
685 template <class _CharT, class _Traits, class _Allocator>
686 basic_string<_CharT, _Traits, _Allocator> to_string(_CharT __zero = _CharT('0'),
743 template<class _CharT, class _Traits, class _Allocator>
744 bitset<_Size>::bitset(const basic_string<_CharT,_Traits,_Allocator>& __str,
745 typename basic_string<_CharT,_Traits,_Allocator>::size_type __pos
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/experimental/
string_view 98 template<typename _Allocator>
100 _Allocator>& __str) noexcept
245 template<typename _Allocator>
246 explicit operator basic_string<_CharT, _Traits, _Allocator>() const
251 template<typename _Allocator = std::allocator<_CharT>>
252 basic_string<_CharT, _Traits, _Allocator>
253 to_string(const _Allocator& __alloc = _Allocator()) const
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
future 271 template<typename _Res, typename _Allocator>
272 static _Ptr<_Result_alloc<_Res, _Allocator>>
273 _S_allocate_result(const _Allocator& __a)
275 typedef _Result_alloc<_Res, _Allocator> __result_type;
966 template<typename _Allocator>
967 promise(allocator_arg_t, const _Allocator& __a)
972 template<typename _Allocator>
973 promise(allocator_arg_t, const _Allocator&, promise&& __rhs)
1067 template<typename _Allocator>
1068 promise(allocator_arg_t, const _Allocator& __a
    [all...]
  /external/clang/test/CodeGenCXX/
weak-external.cpp 33 class _Allocator = allocator<_CharT> >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_construct.h 136 template<typename _ForwardIterator, typename _Allocator>
139 _Allocator& __alloc)
141 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_construct.h 136 template<typename _ForwardIterator, typename _Allocator>
139 _Allocator& __alloc)
141 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_construct.h 136 template<typename _ForwardIterator, typename _Allocator>
139 _Allocator& __alloc)
141 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_construct.h 136 template<typename _ForwardIterator, typename _Allocator>
139 _Allocator& __alloc)
141 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits;
  /external/libcxx/include/
bitset 658 template<class _CharT, class _Traits, class _Allocator>
659 explicit bitset(const basic_string<_CharT,_Traits,_Allocator>& __str,
660 typename basic_string<_CharT,_Traits,_Allocator>::size_type __pos = 0,
661 typename basic_string<_CharT,_Traits,_Allocator>::size_type __n =
662 (basic_string<_CharT,_Traits,_Allocator>::npos),
685 template <class _CharT, class _Traits, class _Allocator>
686 basic_string<_CharT, _Traits, _Allocator> to_string(_CharT __zero = _CharT('0'),
743 template<class _CharT, class _Traits, class _Allocator>
744 bitset<_Size>::bitset(const basic_string<_CharT,_Traits,_Allocator>& __str,
745 typename basic_string<_CharT,_Traits,_Allocator>::size_type __pos
    [all...]
__functional_base 687 template <class _Tp, class _Allocator, class... _Args>
689 void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *__storage, const _Allocator &, _Args &&... __args )
694 template <class _Tp, class _Allocator, class... _Args>
696 void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *__storage, const _Allocator &__a, _Args &&... __args )
701 template <class _Tp, class _Allocator, class... _Args>
703 void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *__storage, const _Allocator &__a, _Args &&... __args )
708 template <class _Tp, class _Allocator, class... _Args>
710 void __user_alloc_construct (_Tp *__storage, const _Allocator &__a, _Args &&... __args)
713 __uses_alloc_ctor<_Tp, _Allocator>(),
  /external/libcxx/include/experimental/
string_view 221 template<class _Allocator>
223 basic_string_view(const basic_string<_CharT, _Traits, _Allocator>& __str) _NOEXCEPT
340 template<class _Allocator>
342 _LIBCPP_EXPLICIT operator basic_string<_CharT, _Traits, _Allocator>() const
343 { return basic_string<_CharT, _Traits, _Allocator>( begin(), end()); }
345 template<class _Allocator = allocator<_CharT> >
347 basic_string<_CharT, _Traits, _Allocator>
348 to_string( const _Allocator& __a = _Allocator()) const
349 { return basic_string<_CharT, _Traits, _Allocator> ( begin(), end(), __a );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
regex 895 template<typename _Ch_typeraits, typename _Allocator>
897 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s)
960 template<typename _Ch_typeraits, typename _Allocator>
962 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
regex 895 template<typename _Ch_typeraits, typename _Allocator>
897 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s)
960 template<typename _Ch_typeraits, typename _Allocator>
962 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
regex 895 template<typename _Ch_typeraits, typename _Allocator>
897 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s)
960 template<typename _Ch_typeraits, typename _Allocator>
962 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s,
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
regex 895 template<typename _Ch_typeraits, typename _Allocator>
897 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s)
960 template<typename _Ch_typeraits, typename _Allocator>
962 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s,
    [all...]

Completed in 1188 milliseconds

1 2 3 45 6 7 8