Searched refs:_Allocator (Results 1 - 25 of 50) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/profile/
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())
74 const _Allocator& __a = _Allocator())
322 template<typename _Key, typename _Compare, typename _Allocator>
324 operator==(const multiset<_Key, _Compare, _Allocator>
67 multiset(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
72 multiset(_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())
74 const _Allocator& __a = _Allocator())
325 typename _Compare, typename _Allocator>
327 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>
67 multimap(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
72 multimap(_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())
74 const _Allocator& __a = _Allocator())
332 template<typename _Key, typename _Compare, typename _Allocator>
334 operator==(const set<_Key, _Compare, _Allocator>
67 set(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
72 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/profile/
H A Dmultiset.h40 typename _Allocator = std::allocator<_Key> >
42 : public _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
68 const _Allocator& __a = _Allocator())
74 const _Allocator& __a = _Allocator())
327 template<typename _Key, typename _Compare, typename _Allocator>
329 operator==(const multiset<_Key, _Compare, _Allocator>
67 multiset(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
72 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_D::set<_Key,_Compare,_Allocator>
44 typedef _GLIBCXX_STD_D::set<_Key, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
68 const _Allocator& __a = _Allocator())
74 const _Allocator& __a = _Allocator())
331 template<typename _Key, typename _Compare, typename _Allocator>
333 operator==(const set<_Key, _Compare, _Allocator>
67 set(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
72 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmap.h46 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
48 : public _GLIBCXX_STD_D::map<_Key, _Tp, _Compare, _Allocator>
50 typedef _GLIBCXX_STD_D::map<_Key, _Tp, _Compare, _Allocator> _Base;
58 typedef _Allocator allocator_type;
75 const _Allocator& __a = _Allocator())
83 const _Allocator& __a = _Allocator())
427 typename _Compare, typename _Allocator>
429 operator==(const map<_Key, _Tp, _Compare, _Allocator>
74 map(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
81 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_D::multimap<_Key, _Tp, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_D::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
70 const _Allocator& __a = _Allocator())
76 const _Allocator& __a = _Allocator())
321 typename _Compare, typename _Allocator>
323 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>
69 multimap(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
74 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/profile/
H A Dmultiset.h40 typename _Allocator = std::allocator<_Key> >
42 : public _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
68 const _Allocator& __a = _Allocator())
74 const _Allocator& __a = _Allocator())
327 template<typename _Key, typename _Compare, typename _Allocator>
329 operator==(const multiset<_Key, _Compare, _Allocator>
67 multiset(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
72 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_D::set<_Key,_Compare,_Allocator>
44 typedef _GLIBCXX_STD_D::set<_Key, _Compare, _Allocator> _Base;
52 typedef _Allocator allocator_type;
68 const _Allocator& __a = _Allocator())
74 const _Allocator& __a = _Allocator())
331 template<typename _Key, typename _Compare, typename _Allocator>
333 operator==(const set<_Key, _Compare, _Allocator>
67 set(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
72 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/debug/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/debug/
H A Dmultimap.h43 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
45 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>,
47 _Compare, _Allocator> >
49 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
61 typedef _Allocator allocator_type;
79 const _Allocator& __a = _Allocator())
85 const _Allocator& __a = _Allocator())
400 typename _Compare, typename _Allocator>
78 multimap(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
83 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultiset.h43 typename _Allocator = std::allocator<_Key> >
45 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
60 typedef _Allocator allocator_type;
78 const _Allocator& __a = _Allocator())
84 const _Allocator& __a = _Allocator())
396 template<typename _Key, typename _Compare, typename _Allocator>
77 multiset(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
82 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dset.h43 typename _Allocator = std::allocator<_Key> >
45 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator>,
46 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base;
60 typedef _Allocator allocator_type;
78 const _Allocator& __a = _Allocator())
84 const _Allocator& __a = _Allocator())
404 template<typename _Key, typename _Compare, typename _Allocator>
77 set(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
82 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/debug/
H A Dmap.h43 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
45 : public _GLIBCXX_STD_D::map<_Key, _Tp, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_D::map<_Key, _Tp, _Compare, _Allocator> _Base;
57 typedef _Allocator allocator_type;
77 const _Allocator& __a = _Allocator())
83 const _Allocator& __a = _Allocator())
366 typename _Compare, typename _Allocator>
76 map(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
81 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultimap.h43 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
45 : public _GLIBCXX_STD_D::multimap<_Key, _Tp, _Compare, _Allocator>,
47 _Compare, _Allocator> >
49 typedef _GLIBCXX_STD_D::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
58 typedef _Allocator allocator_type;
78 const _Allocator& __a = _Allocator())
84 const _Allocator& __a = _Allocator())
354 typename _Compare, typename _Allocator>
77 multimap(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
82 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultiset.h43 typename _Allocator = std::allocator<_Key> >
45 : public _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
57 typedef _Allocator allocator_type;
75 const _Allocator& __a = _Allocator())
81 const _Allocator& __a = _Allocator())
358 template<typename _Key, typename _Compare, typename _Allocator>
74 multiset(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
79 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dset.h43 typename _Allocator = std::allocator<_Key> >
45 : public _GLIBCXX_STD_D::set<_Key,_Compare,_Allocator>,
46 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_D::set<_Key, _Compare, _Allocator> _Base;
57 typedef _Allocator allocator_type;
75 const _Allocator& __a = _Allocator())
81 const _Allocator& __a = _Allocator())
362 template<typename _Key, typename _Compare, typename _Allocator>
74 set(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
79 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/debug/
H A Dmap.h43 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
45 : public _GLIBCXX_STD_D::map<_Key, _Tp, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_D::map<_Key, _Tp, _Compare, _Allocator> _Base;
57 typedef _Allocator allocator_type;
77 const _Allocator& __a = _Allocator())
83 const _Allocator& __a = _Allocator())
366 typename _Compare, typename _Allocator>
76 map(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
81 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultimap.h43 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
45 : public _GLIBCXX_STD_D::multimap<_Key, _Tp, _Compare, _Allocator>,
47 _Compare, _Allocator> >
49 typedef _GLIBCXX_STD_D::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
58 typedef _Allocator allocator_type;
78 const _Allocator& __a = _Allocator())
84 const _Allocator& __a = _Allocator())
354 typename _Compare, typename _Allocator>
77 multimap(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
82 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultiset.h43 typename _Allocator = std::allocator<_Key> >
45 : public _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator>,
46 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
57 typedef _Allocator allocator_type;
75 const _Allocator& __a = _Allocator())
81 const _Allocator& __a = _Allocator())
358 template<typename _Key, typename _Compare, typename _Allocator>
74 multiset(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
79 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dset.h43 typename _Allocator = std::allocator<_Key> >
45 : public _GLIBCXX_STD_D::set<_Key,_Compare,_Allocator>,
46 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> >
48 typedef _GLIBCXX_STD_D::set<_Key, _Compare, _Allocator> _Base;
57 typedef _Allocator allocator_type;
75 const _Allocator& __a = _Allocator())
81 const _Allocator& __a = _Allocator())
362 template<typename _Key, typename _Compare, typename _Allocator>
74 set(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
79 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/profile/
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...]

Completed in 241 milliseconds

12