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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTextFormatTest.java61 private final static String kEscapeTestString = field in class:TextFormatTest
569 TextFormat.escapeText(kEscapeTestString));
570 assertEquals(kEscapeTestString,
/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc70 const string kEscapeTestString = member in namespace:google::protobuf::text_format_unittest
188 proto_.set_optional_string(kEscapeTestString);
580 EXPECT_EQ(kEscapeTestString, proto_.optional_string());

Completed in 125 milliseconds