Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dtext_format_unittest.cc82 class TextFormatTest : public testing::Test { class
93 TextFormatTest() : proto_debug_string_(static_proto_debug_string_) {} in TextFormatTest() function in google::protobuf::text_format_unittest::TextFormatTest
128 TEST_F(TextFormatTest, Basic) { in TEST_F() argument
138 TEST_F(TextFormatTest, ShortDebugString) { in TEST_F() argument
151 TEST_F(TextFormatTest, ShortPrimitiveRepeateds) { in TEST_F() argument
208 TEST_F(TextFormatTest, StringEscape) { in TEST_F() argument
231 TEST_F(TextFormatTest, Utf8DebugString) { in TEST_F() argument
261 TEST_F(TextFormatTest, PrintUnknownFields) { in TEST_F() argument
291 TEST_F(TextFormatTest, PrintUnknownFieldsHidden) { in TEST_F() argument
316 TEST_F(TextFormatTest, PrintUnknownMessage) { in TEST_F() argument
[all …]
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTextFormatTest.java55 public class TextFormatTest extends TestCase { class
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dtext_format_test.py47 class TextFormatTest(unittest.TestCase): class
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs99 [pbr::OriginalName("TEXT_FORMAT_TEST")] TextFormatTest = 5, enumerator
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java70 public class TextFormatTest extends TestCase { class