Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc83 class TextFormatTest : public testing::Test { class
94 TextFormatTest() : proto_debug_string_(static_proto_debug_string_) {} in TextFormatTest() function in google::protobuf::text_format_unittest::TextFormatTest
104 std::string TextFormatTest::static_proto_debug_string_;
129 TEST_F(TextFormatTest, Basic) { in TEST_F() argument
139 TEST_F(TextFormatTest, ShortDebugString) { in TEST_F() argument
152 TEST_F(TextFormatTest, ShortPrimitiveRepeateds) { in TEST_F() argument
209 TEST_F(TextFormatTest, StringEscape) { in TEST_F() argument
232 TEST_F(TextFormatTest, Utf8DebugString) { in TEST_F() argument
262 TEST_F(TextFormatTest, PrintUnknownFields) { in TEST_F() argument
292 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/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTextFormatTest.java55 public class TextFormatTest extends TestCase { class
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dtext_format_test.py47 class TextFormatTest(unittest.TestCase): class
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java62 public class TextFormatTest extends TestCase { class
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs99 [pbr::OriginalName("TEXT_FORMAT_TEST")] TextFormatTest = 5, enumerator
/external/protobuf/
DMakefile.am437 java/core/src/test/java/com/google/protobuf/TextFormatTest.java \