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

Lines Matching defs:SM

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