OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nestedExtension
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc-java/services/src/generated/test/java/io/grpc/reflection/testing/
ReflectionTestDepthTwoProto.java
10
registry.add(io.grpc.reflection.testing.ReflectionTestDepthTwoProto.
nestedExtension
);
25
io.grpc.reflection.testing.EmptyMessage>
nestedExtension
= com.google.protobuf.GeneratedMessage
84
nestedExtension
.internalInit(descriptor.getExtensions().get(0));
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DescriptorsTest.java
207
FieldDescriptor
nestedExtension
= TestRequired.single.getDescriptor();
254
assertEquals("single",
nestedExtension
.getName());
256
nestedExtension
.getFullName());
258
nestedExtension
.getExtensionScope());
[
all
...]
Completed in 73 milliseconds