Searched refs:getDescriptorForType (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
H A DTestBadIdentifiers.java56 .getDefaultInstance().getDescriptorForType();
61 .getDescriptorForType();
H A DMessageTest.java324 assertTrue(result.getField(result.getDescriptorForType()
326 assertEquals(result.getRepeatedFieldCount(result.getDescriptorForType()
348 assertTrue(result.getField(result.getDescriptorForType()
350 assertEquals(result.getRepeatedFieldCount(result.getDescriptorForType()
H A DAbstractMessageTest.java68 public Descriptors.Descriptor getDescriptorForType() { method in class:AbstractMessageTest.AbstractMessageWrapper
69 return wrappedMessage.getDescriptorForType();
120 public Descriptors.Descriptor getDescriptorForType() { method in class:AbstractMessageTest.AbstractMessageWrapper.Builder
121 return wrappedBuilder.getDescriptorForType();
H A DGeneratedMessageTest.java1027 fieldBuilder1.getDescriptorForType().findFieldByName("bb");
1036 foreignFieldBuilder1.getDescriptorForType().findFieldByName("c");
1045 importFieldBuilder1.getDescriptorForType().findFieldByName("d");
1056 fieldBuilder2.getDescriptorForType().findFieldByName("bb");
1065 foreignFieldBuilder2.getDescriptorForType().findFieldByName("c");
1074 importFieldBuilder2.getDescriptorForType().findFieldByName("d");
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DBlockingService.java41 * Equivalent to {@link Service#getDescriptorForType}.
43 Descriptors.ServiceDescriptor getDescriptorForType(); method in interface:BlockingService
H A DProtocolMessageEnum.java57 EnumDescriptor getDescriptorForType(); method in interface:ProtocolMessageEnum
H A DService.java52 Descriptors.ServiceDescriptor getDescriptorForType(); method in interface:Service
61 * <li>{@code method.getService() == getDescriptorForType()}
100 * service.getDescriptorForType().findMethodByName("Foo");
H A DMessageOrBuilder.java73 Descriptors.Descriptor getDescriptorForType(); method in interface:MessageOrBuilder
95 * {@code field.getContainingType() != getDescriptorForType()}.
113 * {@code field.getContainingType() != getDescriptorForType()}.
123 * {@code field.getContainingType() != getDescriptorForType()}.
H A DMessage.java62 * defined by {@code getDescriptorForType()}) and has identical values for
113 * {@code getDescriptorForType() == other.getDescriptorForType()}).
140 * See {@link Message#getDescriptorForType()}.
142 Descriptors.Descriptor getDescriptorForType(); method in interface:Message.Builder
188 * {@code field.getContainingType() != getDescriptorForType()}.
196 * {@code field.getContainingType() != getDescriptorForType()}.
H A DAbstractMessage.java55 for (final FieldDescriptor field : getDescriptorForType().getFields()) {
111 getDescriptorForType().getOptions().getMessageSetWireFormat();
144 getDescriptorForType().getOptions().getMessageSetWireFormat();
180 if (getDescriptorForType() != otherMessage.getDescriptorForType()) {
190 hash = (19 * hash) + getDescriptorForType().hashCode();
292 if (other.getDescriptorForType() != getDescriptorForType()) {
354 getDescriptorForType(), this, null, tag)) {
789 message.getDescriptorForType()
[all...]
H A DGeneratedMessage.java97 public Descriptor getDescriptorForType() { method in class:GeneratedMessage
123 for (final FieldDescriptor field : getDescriptorForType().getFields()) {
308 public Descriptor getDescriptorForType() { method in class:GeneratedMessage.Builder
422 for (final FieldDescriptor field : getDescriptorForType().getFields()) {
583 getDescriptorForType()) {
589 getDescriptorForType().getFullName() + "\".");
662 input, unknownFields, extensionRegistry, getDescriptorForType(),
811 if (field.getContainingType() != getDescriptorForType()) {
895 getDescriptorForType()) {
901 getDescriptorForType()
[all...]
H A DDynamicMessage.java137 return new Builder(prototype.getDescriptorForType()).mergeFrom(prototype);
143 public Descriptor getDescriptorForType() { method in class:DynamicMessage
363 public Descriptor getDescriptorForType() { method in class:DynamicMessage.Builder
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DBlockingService.java41 * Equivalent to {@link Service#getDescriptorForType}.
43 Descriptors.ServiceDescriptor getDescriptorForType(); method in interface:BlockingService
H A DProtocolMessageEnum.java57 EnumDescriptor getDescriptorForType(); method in interface:ProtocolMessageEnum
H A DService.java52 Descriptors.ServiceDescriptor getDescriptorForType(); method in interface:Service
61 * <li>{@code method.getService() == getDescriptorForType()}
100 * service.getDescriptorForType().findMethodByName("Foo");
H A DMessage.java59 Descriptors.Descriptor getDescriptorForType(); method in interface:Message
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(); method in interface:Message.Builder
253 * {@code field.getContainingType() != getDescriptorForType()}
[all...]
H A DAbstractMessage.java53 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...]
H A DDynamicMessage.java136 return new Builder(prototype.getDescriptorForType()).mergeFrom(prototype);
142 public Descriptor getDescriptorForType() { method in class:DynamicMessage
337 public Descriptor getDescriptorForType() { method in class:DynamicMessage.Builder
H A DGeneratedMessage.java67 public Descriptor getDescriptorForType() { method in class:GeneratedMessage
93 for (final FieldDescriptor field : getDescriptorForType().getFields()) {
176 public Descriptor getDescriptorForType() { method in class:GeneratedMessage.Builder
322 getDescriptorForType()) {
328 getDescriptorForType().getFullName() + "\".");
511 if (field.getContainingType() != getDescriptorForType()) {
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DAbstractMessageTest.java67 public Descriptors.Descriptor getDescriptorForType() { method in class:AbstractMessageTest.AbstractMessageWrapper
68 return wrappedMessage.getDescriptorForType();
119 public Descriptors.Descriptor getDescriptorForType() { method in class:AbstractMessageTest.AbstractMessageWrapper.Builder
120 return wrappedBuilder.getDescriptorForType();
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 354 milliseconds