OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExtensionScope
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistry.java
235
field.
getExtensionScope
() == field.getMessageType()) {
TextFormat.java
166
&& (field.
getExtensionScope
() == field.getMessageType())) {
[
all
...]
Descriptors.java
733
* {@link #
getExtensionScope
()}.
758
public Descriptor
getExtensionScope
() {
[
all
...]
/external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java
245
assertEquals(null, extension.
getExtensionScope
());
252
nestedExtension.
getExtensionScope
());
Completed in 169 milliseconds