Lines Matching refs:string
495 std::string expected_descr1 =
500 std::string expected_descr2 =
506 std::string expected_descr3 =
516 std::string expected_descr4 = "(isn't <= 2) or (isn't >= 1)";
520 std::string expected_descr5 =
525 std::string expected_descr6 =
530 std::string expected_desr7 =
611 static void AnyOfStringMatches(int num, const Matcher<std::string>& m) {
687 Matcher<std::string> eq_red = Eq("red");
688 Matcher<std::string> ne_red = Ne("red");
689 Matcher<std::string> m = Conditional(true, eq_red, ne_red);
701 Matcher<std::string> eq_red = Eq("red");
702 Matcher<std::string> ne_red = Ne("red");
703 Matcher<std::string> m = Conditional(false, eq_red, ne_red);
1402 const std::string explanation =