HomeSort by relevance Sort by last modified time
    Searched defs:getDescriptorForType (Results 1 - 25 of 43) sorted by null

1 2

  /external/protobuf/java/src/main/java/com/google/protobuf/
ProtocolMessageEnum.java 57 EnumDescriptor getDescriptorForType();
BlockingService.java 41 * Equivalent to {@link Service#getDescriptorForType}.
43 Descriptors.ServiceDescriptor getDescriptorForType();
Service.java 52 Descriptors.ServiceDescriptor getDescriptorForType();
61 * <li>{@code method.getService() == getDescriptorForType()}
100 * service.getDescriptorForType().findMethodByName("Foo");
MessageOrBuilder.java 73 Descriptors.Descriptor getDescriptorForType();
94 * {@code oneof.getContainingType() != getDescriptorForType()}.
109 * {@code field.getContainingType() != getDescriptorForType()}.
127 * {@code field.getContainingType() != getDescriptorForType()}.
137 * {@code field.getContainingType() != getDescriptorForType()}.
Message.java 63 * defined by {@code getDescriptorForType()}) and has identical values for
114 * {@code getDescriptorForType() == other.getDescriptorForType()}).
141 * See {@link Message#getDescriptorForType()}.
143 Descriptors.Descriptor getDescriptorForType();
195 * {@code field.getContainingType() != getDescriptorForType()}.
203 * {@code field.getContainingType() != getDescriptorForType()}.
DynamicMessage.java 153 return new Builder(prototype.getDescriptorForType()).mergeFrom(prototype);
159 public Descriptor getDescriptorForType() {
418 public Descriptor getDescriptorForType() {
GeneratedMessage.java 99 public Descriptor getDescriptorForType() {
125 for (final FieldDescriptor field : getDescriptorForType().getFields()) {
321 public Descriptor getDescriptorForType() {
451 for (final FieldDescriptor field : getDescriptorForType().getFields()) {
615 getDescriptorForType()) {
621 getDescriptorForType().getFullName() + "\".");
694 input, unknownFields, extensionRegistry, getDescriptorForType(),
844 if (field.getContainingType() != getDescriptorForType()) {
    [all...]
MessageReflection.java 52 message.getDescriptorForType().getOptions().getMessageSetWireFormat();
58 message.getDescriptorForType().getFields()) {
88 message.getDescriptorForType().getOptions().getMessageSetWireFormat();
128 .getDescriptorForType()
184 message.getDescriptorForType().getFields()) {
233 public Descriptors.Descriptor getDescriptorForType();
258 * field.getContainingType() != getDescriptorForType()}.
283 * getDescriptorForType()}.
293 * getDescriptorForType()}.
302 * {@code oneof.getContainingType() != getDescriptorForType()}
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
AbstractMessageTest.java 68 public Descriptors.Descriptor getDescriptorForType() {
69 return wrappedMessage.getDescriptorForType();
120 public Descriptors.Descriptor getDescriptorForType() {
121 return wrappedBuilder.getDescriptorForType();
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0/
protos-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta1/
protos-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta2/
protos-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta3/
protos-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-rc1/
protos-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-rc2/
protos-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.1/
protos-25.2.1.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/protos/25.2.0/
protos-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha6/
protos-25.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha7/
protos-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.2.0-alpha1/
tracker-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.2.0-alpha3/
tracker-25.2.0-alpha3.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 

Completed in 167 milliseconds

1 2