Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_automaton

369         _M_automaton(__detail::__compile<const _Ch_type*, _Rx_traits>(0, 0,
387 _M_automaton(__detail::__compile(__p, __p + _Rx_traits::length(__p),
405 _M_automaton(__detail::__compile(__p, __p + __len, _M_traits, _M_flags))
415 _M_automaton(__rhs._M_automaton)
425 _M_automaton(std::move(__rhs._M_automaton))
443 _M_automaton(__detail::__compile(__s.begin(), __s.end(),
464 _M_automaton(__detail::__compile(__first, __last, _M_traits, _M_flags))
478 _M_automaton(__detail::__compile(__l.begin(), __l.end(),
647 { return _M_automaton->_M_sub_count() - 1; }
686 std::swap(_M_automaton, __rhs._M_automaton);
692 { _M_automaton->_M_dot(__ostr); }
697 { return _M_automaton; }
702 __detail::_AutomatonPtr _M_automaton;