Home
last modified time | relevance | path

Searched refs:_Alloc (Results 276 – 294 of 294) sorted by relevance

1...<<1112

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dfuture263 template<typename _Res, typename _Alloc>
264 struct _Result_alloc final : _Result<_Res>, _Alloc
266 typedef typename allocator_traits<_Alloc>::template
270 _Result_alloc(const _Alloc& __a) : _Result<_Res>(), _Alloc(__a)
1018 template<typename _Res, typename _Alloc>
1019 struct uses_allocator<promise<_Res>, _Alloc>
1255 template<typename _Func, typename _Alloc>
1256 _Task_state(_Func&& __task, const _Alloc& __a)
1394 template<typename _Res, typename _Alloc>
1395 struct uses_allocator<packaged_task<_Res>, _Alloc>
H A Dstreambuf163 template<typename _CharT2, typename _Traits2, typename _Alloc>
166 basic_string<_CharT2, _Traits2, _Alloc>&);
168 template<typename _CharT2, typename _Traits2, typename _Alloc>
171 basic_string<_CharT2, _Traits2, _Alloc>&, _CharT2);
H A Dfunctional2204 template<typename _Functor, typename _Alloc>
2206 assign(_Functor&& __f, const _Alloc& __a)
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp51 typedef typename _Alloc::difference_type difference_type;
H A Diterator.hpp51 typedef typename _Alloc::difference_type difference_type;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp51 typedef typename _Alloc::difference_type difference_type;
H A Diterator.hpp51 typedef typename _Alloc::difference_type difference_type;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstringfwd.h70 typename _Alloc = allocator<_CharT> > in _GLIBCXX_VISIBILITY()
H A Dfs_path.h82 template<typename _CharT, typename _Traits, typename _Alloc> in _GLIBCXX_VISIBILITY()
84 __is_path_src(const basic_string<_CharT, _Traits, _Alloc>&, int); in _GLIBCXX_VISIBILITY()
124 template<typename _CharT, typename _Traits, typename _Alloc> in _GLIBCXX_VISIBILITY()
126 _S_range_begin(const basic_string<_CharT, _Traits, _Alloc>& __str) in _GLIBCXX_VISIBILITY()
129 template<typename _CharT, typename _Traits, typename _Alloc> in _GLIBCXX_VISIBILITY()
131 _S_range_end(const basic_string<_CharT, _Traits, _Alloc>& __str) in _GLIBCXX_VISIBILITY()
H A Dnode_handle.h276 typename _Compare, typename _Alloc> in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_fn_imps.hpp82 typename _Alloc::group_adjustor adjust(m_num_e); in resize_imp()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_fn_imps.hpp83 typename _Alloc::group_adjustor adjust(m_num_e); in resize_imp()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp50 typename entry_pred<value_type, Pred, _Alloc, simple_value>::type in split()
H A Derase_fn_imps.hpp105 typedef typename entry_pred<value_type, Pred, _Alloc, simple_value>::type in erase_if()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp51 typename entry_pred<value_type, Pred, _Alloc, simple_value>::type in split()
H A Derase_fn_imps.hpp106 typedef typename entry_pred<value_type, Pred, _Alloc, simple_value>::type in erase_if()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
H A Dtag_and_trait.hpp448 template<typename Key, typename Mapped, typename _Alloc, typename Tag,
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
H A Dtag_and_trait.hpp447 template<typename Key, typename Mapped, typename _Alloc, typename Tag,
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dstreambuf173 template<typename _CharT2, typename _Traits2, typename _Alloc>
176 basic_string<_CharT2, _Traits2, _Alloc>&);
178 template<typename _CharT2, typename _Traits2, typename _Alloc>
181 basic_string<_CharT2, _Traits2, _Alloc>&, _CharT2);

1...<<1112