Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/test/java/io/grpc/reflection/testing/
DReflectionTestDepthTwoProto.java10 registry.add(io.grpc.reflection.testing.ReflectionTestDepthTwoProto.nestedExtension); in registerAllExtensions()
25 … io.grpc.reflection.testing.EmptyMessage> nestedExtension = com.google.protobuf.GeneratedMessage field in ReflectionTestDepthTwoProto
84 nestedExtension.internalInit(descriptor.getExtensions().get(0));
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java207 FieldDescriptor nestedExtension = TestRequired.single.getDescriptor(); in testFieldDescriptor() local
254 assertEquals("single", nestedExtension.getName()); in testFieldDescriptor()
256 nestedExtension.getFullName()); in testFieldDescriptor()
258 nestedExtension.getExtensionScope()); in testFieldDescriptor()
DLiteTest.java78 assertTrue(TestNestedExtensionLite.nestedExtension != null); in setUp()