OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDescriptorForType
(Results
1 - 8
of
8
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/
BlockingService.java
41
* Equivalent to {@link Service#
getDescriptorForType
}.
43
Descriptors.ServiceDescriptor
getDescriptorForType
();
ProtocolMessageEnum.java
57
EnumDescriptor
getDescriptorForType
();
Service.java
52
Descriptors.ServiceDescriptor
getDescriptorForType
();
61
* <li>{@code method.getService() ==
getDescriptorForType
()}
100
* service.
getDescriptorForType
().findMethodByName("Foo");
Message.java
59
Descriptors.Descriptor
getDescriptorForType
();
80
* {@code field.getContainingType() !=
getDescriptorForType
()}.
98
* {@code field.getContainingType() !=
getDescriptorForType
()}.
108
* {@code field.getContainingType() !=
getDescriptorForType
()}.
121
* defined by {@code
getDescriptorForType
()}) and has identical values for
169
* {@code
getDescriptorForType
() == other.
getDescriptorForType
()}).
196
* See {@link Message#
getDescriptorForType
()}.
198
Descriptors.Descriptor
getDescriptorForType
();
253
* {@code field.getContainingType() !=
getDescriptorForType
()}
[
all
...]
AbstractMessage.java
53
for (final FieldDescriptor field :
getDescriptorForType
().getFields()) {
90
getDescriptorForType
().getOptions().getMessageSetWireFormat();
123
getDescriptorForType
().getOptions().getMessageSetWireFormat();
159
if (
getDescriptorForType
() != otherMessage.
getDescriptorForType
()) {
169
hash = (19 * hash) +
getDescriptorForType
().hashCode();
199
if (other.
getDescriptorForType
() !=
getDescriptorForType
()) {
284
final Descriptor type = builder.
getDescriptorForType
();
433
final Descriptor type = builder.
getDescriptorForType
();
[
all
...]
DynamicMessage.java
136
return new Builder(prototype.
getDescriptorForType
()).mergeFrom(prototype);
142
public Descriptor
getDescriptorForType
() {
337
public Descriptor
getDescriptorForType
() {
GeneratedMessage.java
67
public Descriptor
getDescriptorForType
() {
93
for (final FieldDescriptor field :
getDescriptorForType
().getFields()) {
176
public Descriptor
getDescriptorForType
() {
322
getDescriptorForType
()) {
328
getDescriptorForType
().getFullName() + "\".");
511
if (field.getContainingType() !=
getDescriptorForType
()) {
[
all
...]
/external/protobuf/java/src/test/java/com/google/protobuf/
AbstractMessageTest.java
67
public Descriptors.Descriptor
getDescriptorForType
() {
68
return wrappedMessage.
getDescriptorForType
();
119
public Descriptors.Descriptor
getDescriptorForType
() {
120
return wrappedBuilder.
getDescriptorForType
();
Completed in 402 milliseconds