HomeSort by relevance Sort by last modified time
    Searched full:_allocator (Results 76 - 100 of 496) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
multiset.h 42 typename _Allocator = std::allocator<_Key> >
44 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
58 typedef _Allocator allocator_type;
76 const _Allocator& __a = _Allocator())
82 const _Allocator& __a = _Allocator())
415 template<typename _Key, typename _Compare, typename _Allocator>
    [all...]
set.h 42 typename _Allocator = std::allocator<_Key> >
44 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator>,
45 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base;
58 typedef _Allocator allocator_type;
76 const _Allocator& __a = _Allocator())
82 const _Allocator& __a = _Allocator())
424 template<typename _Key, typename _Compare, typename _Allocator>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
multimap.h 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
42 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
68 const _Allocator& __a = _Allocator())
79 const _Allocator& __a = _Allocator())
357 typename _Compare, typename _Allocator>
359 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs
    [all...]
multiset.h 40 typename _Allocator = std::allocator<_Key> >
42 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
68 const _Allocator& __a = _Allocator())
79 const _Allocator& __a = _Allocator())
348 template<typename _Key, typename _Compare, typename _Allocator>
350 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs
    [all...]
set.h 40 typename _Allocator = std::allocator<_Key> >
42 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator>
44 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
68 const _Allocator& __a = _Allocator())
79 const _Allocator& __a = _Allocator())
362 template<typename _Key, typename _Compare, typename _Allocator>
364 operator==(const set<_Key, _Compare, _Allocator>& __lhs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
multimap.h 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
42 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
68 const _Allocator& __a = _Allocator())
79 const _Allocator& __a = _Allocator())
357 typename _Compare, typename _Allocator>
359 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs
    [all...]
multiset.h 40 typename _Allocator = std::allocator<_Key> >
42 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
68 const _Allocator& __a = _Allocator())
79 const _Allocator& __a = _Allocator())
348 template<typename _Key, typename _Compare, typename _Allocator>
350 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs
    [all...]
set.h 40 typename _Allocator = std::allocator<_Key> >
42 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator>
44 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
68 const _Allocator& __a = _Allocator())
79 const _Allocator& __a = _Allocator())
362 template<typename _Key, typename _Compare, typename _Allocator>
364 operator==(const set<_Key, _Compare, _Allocator>& __lhs
    [all...]
  /external/clang/test/CXX/except/except.spec/
canonical.cpp 17 template<class, class _Traits, class _Allocator>
22 typedef _Allocator allocator_type;
47 template<class T, class _Traits, class _Allocator>
48 basic_string<T, _Traits, _Allocator>::basic_string() noexcept(_is_nothrow_constructible<allocator_type>::value) {}
  /external/libcxx/include/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
deque 169 template <class _Tp, class _Allocator> class __deque_base;
170 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
deque 169 template <class _Tp, class _Allocator> class __deque_base;
170 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
deque 171 template <class _Tp, class _Allocator> class __deque_base;
172 template <class _Tp, class _Allocator = allocator<_Tp> > class _LIBCPP_TEMPLATE_VIS deque;
    [all...]

Completed in 1339 milliseconds

1 2 34 5 6 7 8 91011>>