Home
last modified time | relevance | path

Searched refs:testParseMessageSet (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/objectivec/Tests/
DGPBWireFormatTests.m183 - (void)testParseMessageSet { method
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java379 public void testParseMessageSet() throws Exception { in testParseMessageSet() method in TextFormatTest
/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py686 def testParseMessageSet(self): member in Proto2Tests