Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_automaton

385         _M_automaton(__regex::__compile<const _Ch_type*, _Rx_traits>(0, 0,
404 _M_automaton(__regex::__compile(__p, __p + _Rx_traits::length(__p),
421 _M_automaton(__regex::__compile(__p, __p + __len, _M_traits, _M_flags))
431 _M_automaton(__rhs._M_automaton)
441 _M_automaton(std::move(__rhs._M_automaton))
459 _M_automaton(__regex::__compile(__s.begin(), __s.end(),
480 _M_automaton(__regex::__compile(__first, __last, _M_traits, _M_flags))
494 _M_automaton(__regex::__compile(__l.begin(), __l.end(),
664 { return _M_automaton->_M_sub_count() - 1; }
703 std::swap(_M_automaton, __rhs._M_automaton);
709 { _M_automaton->_M_dot(__ostr); }
714 { return _M_automaton; }
719 __regex::_AutomatonPtr _M_automaton;