Home
last modified time | relevance | path

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

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