Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc74 class TextFormatTest : public testing::Test { class
84 TextFormatTest() : proto_debug_string_(static_proto_debug_string_) {} in TextFormatTest() function in google::protobuf::text_format_unittest::TextFormatTest
119 TEST_F(TextFormatTest, Basic) { in TEST_F() argument
129 TEST_F(TextFormatTest, ShortDebugString) { in TEST_F() argument
141 TEST_F(TextFormatTest, ShortPrimitiveRepeateds) { in TEST_F() argument
181 TEST_F(TextFormatTest, StringEscape) { in TEST_F() argument
205 TEST_F(TextFormatTest, Utf8DebugString) { in TEST_F() argument
235 TEST_F(TextFormatTest, PrintUnknownFields) { in TEST_F() argument
265 TEST_F(TextFormatTest, PrintUnknownFieldsHidden) { in TEST_F() argument
290 TEST_F(TextFormatTest, PrintUnknownMessage) { in TEST_F() argument
[all …]
/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py46 class TextFormatTest(basetest.TestCase): class
/external/protobuf/java/src/test/java/com/google/protobuf/
DTextFormatTest.java56 public class TextFormatTest extends TestCase { class