Home
last modified time | relevance | path

Searched defs:sub_match_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/xpressive/detail/core/
Dsub_match_impl.hpp29 struct sub_match_impl struct
32 unsigned int repeat_count_;
33 BidiIter begin_;
34 bool zero_width_;
36 sub_match_impl(BidiIter const &begin) in sub_match_impl() argument
Dstate.hpp112 typedef detail::sub_match_impl<BidiIter> sub_match_impl; typedef