Searched refs:nestedExtension (Results 1 – 3 of 3) sorted by relevance
10 registry.add(io.grpc.reflection.testing.ReflectionTestDepthTwoProto.nestedExtension); in registerAllExtensions()25 … io.grpc.reflection.testing.EmptyMessage> nestedExtension = com.google.protobuf.GeneratedMessage field in ReflectionTestDepthTwoProto84 nestedExtension.internalInit(descriptor.getExtensions().get(0));
207 FieldDescriptor nestedExtension = TestRequired.single.getDescriptor(); in testFieldDescriptor() local254 assertEquals("single", nestedExtension.getName()); in testFieldDescriptor()256 nestedExtension.getFullName()); in testFieldDescriptor()258 nestedExtension.getExtensionScope()); in testFieldDescriptor()
78 assertTrue(TestNestedExtensionLite.nestedExtension != null); in setUp()