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

/freebsd-10-stable/contrib/libstdc++/include/debug/
H A Dmap.h78 map(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
83 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dmultimap.h78 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.h78 multiset(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
83 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]
H A Dset.h78 set(const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
83 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp = _Compare(), const _Allocator& __a = _Allocator()) argument
[all...]

Completed in 127 milliseconds