Home
last modified time | relevance | path

Searched refs:testPrintField (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java227 public void testPrintField() throws Exception { in testPrintField() method in TextFormatTest
/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py253 def testPrintField(self, message_module): member in TextFormatTest