Home | History | Annotate | Download | only in src

Lines Matching full:substr

636                               const string& substr) {
657 if (strstr(r.message(), substr.c_str()) == NULL) {
659 << substr << "\"\n"
673 const string& substr)
676 substr_(substr) {}
929 parsed.push_back(str.substr(pos));
932 parsed.push_back(str.substr(pos, colon - pos));
1284 lines.push_back(str.substr(start, i - start - 1));
1291 lines.push_back(str.substr(start, end - start));
4418 listeners()->Append(new StreamingListener(target.substr(0, pos),
4419 target.substr(pos+1)));