Home
last modified time | relevance | path

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

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