Home
last modified time | relevance | path

Searched refs:kEscapeTestString (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
DTextFormatTest.java59 private final static String kEscapeTestString = field in TextFormatTest
565 TextFormat.escapeText(kEscapeTestString)); in testEscape()
566 assertEquals(kEscapeTestString, in testEscape()
/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc65 const string kEscapeTestString = variable
183 proto_.set_optional_string(kEscapeTestString); in TEST_F()
575 EXPECT_EQ(kEscapeTestString, proto_.optional_string()); in TEST_F()