OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nestedextension
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java
209
FieldDescriptor
nestedExtension
= TestRequired.single.getDescriptor();
256
assertEquals("single",
nestedExtension
.getName());
258
nestedExtension
.getFullName());
260
nestedExtension
.getExtensionScope());
LiteTest.java
58
assertTrue(TestNestedExtensionLite.
nestedExtension
!= null);
GeneratedMessageTest.java
40
import protobuf_unittest.
NestedExtension
.MyNestedExtension;
[
all
...]
Completed in 464 milliseconds