Lines Matching refs:substr
976 const std::string& substr) {
997 if (strstr(r.message(), substr.c_str()) == nullptr) {
999 << "Expected: " << expected << " containing \"" << substr << "\"\n"
1012 const std::string& substr)
1013 : results_(results), type_(type), substr_(substr) {}
1258 parsed.push_back(str.substr(pos));
1261 parsed.push_back(str.substr(pos, colon - pos));
1565 lines.push_back(str.substr(start, i - start - 1));
1572 lines.push_back(str.substr(start, end - start));
5659 new StreamingListener(target.substr(0, pos), target.substr(pos + 1)));