Searched defs:_Allocator (Results 1 - 25 of 64) sorted by relevance

123

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
H A Dmap.h42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
44 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
58 typedef _Allocator allocator_type;
76 const _Allocator& __a = _Allocator())
82 const _Allocator& __a = _Allocator())
440 typename _Compare, typename _Allocator>
75 map(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
80 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultimap.h42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
44 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>,
46 _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
59 typedef _Allocator allocator_type;
77 const _Allocator& __a = _Allocator())
83 const _Allocator& __a = _Allocator())
423 typename _Compare, typename _Allocator>
76 multimap(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
81 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultiset.h42 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>
75 multiset(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
80 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dset.h42 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>
75 set(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
80 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
H A Dmap.h40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
42 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
68 const _Allocator& __a = _Allocator())
80 const _Allocator& __a = _Allocator())
486 typename _Compare, typename _Allocator>
488 operator==(const map<_Key, _Tp, _Compare, _Allocator>
67 map(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
78 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultimap.h40 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>
67 multimap(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
77 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultiset.h40 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>
67 multiset(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
77 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dset.h40 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>
67 set(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
77 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
H A Dmap.h42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
44 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
58 typedef _Allocator allocator_type;
76 const _Allocator& __a = _Allocator())
82 const _Allocator& __a = _Allocator())
440 typename _Compare, typename _Allocator>
75 map(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
80 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultimap.h42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
44 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>,
46 _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
59 typedef _Allocator allocator_type;
77 const _Allocator& __a = _Allocator())
83 const _Allocator& __a = _Allocator())
423 typename _Compare, typename _Allocator>
76 multimap(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
81 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultiset.h42 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>
75 multiset(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
80 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dset.h42 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>
75 set(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
80 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
H A Dmap.h40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
42 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
68 const _Allocator& __a = _Allocator())
80 const _Allocator& __a = _Allocator())
486 typename _Compare, typename _Allocator>
488 operator==(const map<_Key, _Tp, _Compare, _Allocator>
67 map(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
78 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultimap.h40 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>
67 multimap(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
77 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultiset.h40 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>
67 multiset(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
77 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dset.h40 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>
67 set(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
77 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/debug/
H A Dmap.h42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
44 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
58 typedef _Allocator allocator_type;
76 const _Allocator& __a = _Allocator())
82 const _Allocator& __a = _Allocator())
440 typename _Compare, typename _Allocator>
75 map(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
80 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultimap.h42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
44 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>,
46 _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
59 typedef _Allocator allocator_type;
77 const _Allocator& __a = _Allocator())
83 const _Allocator& __a = _Allocator())
423 typename _Compare, typename _Allocator>
76 multimap(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
81 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultiset.h42 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>
75 multiset(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
80 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dset.h42 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>
75 set(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
80 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/profile/
H A Dmap.h40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
42 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
68 const _Allocator& __a = _Allocator())
80 const _Allocator& __a = _Allocator())
486 typename _Compare, typename _Allocator>
488 operator==(const map<_Key, _Tp, _Compare, _Allocator>
67 map(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
78 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultimap.h40 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>
67 multimap(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
77 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultiset.h40 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>
67 multiset(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
77 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dset.h40 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>
67 set(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
77 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
H A Dmap.h42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
44 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
58 typedef _Allocator allocator_type;
76 const _Allocator& __a = _Allocator())
82 const _Allocator& __a = _Allocator())
440 typename _Compare, typename _Allocator>
75 map(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
80 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]

Completed in 370 milliseconds

123