Home
last modified time | relevance | path

Searched defs:TextFormatTest (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dtext_format_unittest.cc109 class TextFormatTest : public TextFormatTestBase { class
119 TextFormatTest() : proto_text_format_(static_proto_text_format_) {} in TextFormatTest() function in google::protobuf::text_format_unittest::TextFormatTest
151 TEST_F(TextFormatTest, Basic) { in TEST_F() argument
165 TEST_F(TextFormatTest, ShortDebugString) { in TEST_F() argument
180 TEST_F(TextFormatTest, ShortFormat) { in TEST_F() argument
231 TEST_F(TextFormatTest, Utf8Format) { in TEST_F() argument
285 TEST_F(TextFormatTest, ShortPrimitiveRepeateds) { in TEST_F() argument
342 TEST_F(TextFormatTest, StringEscape) { in TEST_F() argument
367 TEST_F(TextFormatTest, Utf8DebugString) { in TEST_F() argument
391 TEST_F(TextFormatTest, DelimitedPrintToString) { in TEST_F() argument
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.pb.cs105 [pbr::OriginalName("TEXT_FORMAT_TEST")] TextFormatTest = 5, enumerator
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java57 public class TextFormatTest { class