Searched refs:mutable_str (Results 1 – 4 of 4) sorted by relevance
200 std::string mutable_str("STUVWX"); in TEST() local206 absl::AsciiStrToLower(&mutable_str); in TEST()207 EXPECT_EQ("stuvwx", mutable_str); in TEST()
251 const string mutable_str = arg.is_ref() ? "mutable " : ""; in ArgTypeName() local253 is_list ? strings::StrCat("A list of ", mutable_str, "`Tensor` objects") in ArgTypeName()254 : strings::StrCat("A ", mutable_str, "`Tensor`"); in ArgTypeName()
1498 const char mutable_str[] = "\"Line\0 1\"\nLine 2"; in TEST() local1500 UniversalPrint(mutable_str, &ss2); in TEST()
1750 const char mutable_str[] = "\"Line\0 1\"\nLine 2"; local1752 UniversalPrint(mutable_str, &ss2);