Home | History | Annotate | Download | only in re.submatch.members

Lines Matching refs:sm

24         typedef std::sub_match<const CharT*> SM;
25 SM sm = SM();
26 SM::string_type str = sm.str();
29 sm.first = s;
30 sm.second = s + 3;
31 sm.matched = true;
32 str = sm.str();
37 typedef std::sub_match<const CharT*> SM;
38 SM sm = SM();
39 SM::string_type str = sm.str();
42 sm.first = s;
43 sm.second = s + 3;
44 sm.matched = true;
45 str = sm.str();