Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc79 class TextFormatTest : public testing::Test { class
89 TextFormatTest() : proto_debug_string_(static_proto_debug_string_) {} in TextFormatTest() function in google::protobuf::text_format_unittest::TextFormatTest
99 string TextFormatTest::static_proto_debug_string_;
124 TEST_F(TextFormatTest, Basic) { in TEST_F() argument
134 TEST_F(TextFormatTest, ShortDebugString) { in TEST_F() argument
146 TEST_F(TextFormatTest, ShortPrimitiveRepeateds) { in TEST_F() argument
186 TEST_F(TextFormatTest, StringEscape) { in TEST_F() argument
210 TEST_F(TextFormatTest, Utf8DebugString) { in TEST_F() argument
240 TEST_F(TextFormatTest, PrintUnknownFields) { in TEST_F() argument
270 TEST_F(TextFormatTest, PrintUnknownFieldsHidden) { in TEST_F() argument
[all …]
/external/opencensus-java/api/src/test/java/io/opencensus/trace/propagation/
DTextFormatTest.java31 public class TextFormatTest { class
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java58 public class TextFormatTest extends TestCase { class
/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py100 class TextFormatTest(TextFormatBase): class
/external/protobuf/
DMakefile.am310 java/core/src/test/java/com/google/protobuf/TextFormatTest.java \