Home
last modified time | relevance | path

Searched refs:testOneofDescriptor (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/tests/
Ddescriptors_test.php221 public function testOneofDescriptor() function in DescriptorsTest
/external/protobuf/objectivec/Tests/
DGPBDescriptorTests.m304 - (void)testOneofDescriptor { method
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java702 public void testOneofDescriptor() throws Exception { in testOneofDescriptor() method in DescriptorsTest
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py661 def testOneofDescriptor(self): member in GeneratedDescriptorTest