Home
last modified time | relevance | path

Searched refs:_ResultsVec (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dregex_executor.h63 typedef _GLIBCXX_STD_C::vector<sub_match<_BiIter>, _Alloc> _ResultsVec; in _GLIBCXX_VISIBILITY() typedef
71 _ResultsVec& __results, in _GLIBCXX_VISIBILITY()
236 template<typename _SearchMode, typename _ResultsVec> in _GLIBCXX_VISIBILITY()
239 template<typename _ResultsVec> in _GLIBCXX_VISIBILITY()
240 struct _State_info<__bfs, _ResultsVec> in _GLIBCXX_VISIBILITY()
260 void _M_queue(_StateIdT __i, const _ResultsVec& __res) in _GLIBCXX_VISIBILITY()
267 _GLIBCXX_STD_C::vector<pair<_StateIdT, _ResultsVec>> _M_match_queue; in _GLIBCXX_VISIBILITY()
274 template<typename _ResultsVec> in _GLIBCXX_VISIBILITY()
275 struct _State_info<__dfs, _ResultsVec> in _GLIBCXX_VISIBILITY()
283 void _M_queue(_StateIdT, const _ResultsVec&) { } in _GLIBCXX_VISIBILITY()
[all …]
Dregex_executor.tcc130 _M_cur_results = _ResultsVec(std::move(__task.second), __alloc); in _M_main_dispatch()
154 _ResultsVec __what(_M_cur_results); in _M_lookahead()