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

1 2 3 4 5

  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ProtocolMessageEnum.java 58 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 64 * defined by {@code getDescriptorForType()}) and has identical values for
119 * {@code getDescriptorForType() == other.getDescriptorForType()}).
157 * See {@link Message#getDescriptorForType()}.
160 Descriptors.Descriptor getDescriptorForType();
231 * {@code field.getContainingType() != getDescriptorForType()}.
239 * {@code field.getContainingType() != getDescriptorForType()}.
DynamicMessage.java 153 return new Builder(prototype.getDescriptorForType()).mergeFrom(prototype);
160 public Descriptor getDescriptorForType() {
435 public Descriptor getDescriptorForType() {
584 if (getDescriptorForType().getFile().getSyntax()
595 if (getDescriptorForType().getFile().getSyntax()
MapEntry.java 154 public Descriptor getDescriptorForType() {
292 public Descriptor getDescriptorForType() {
MessageReflection.java 55 message.getDescriptorForType().getOptions().getMessageSetWireFormat();
59 message.getDescriptorForType().getFields()) {
91 message.getDescriptorForType().getOptions().getMessageSetWireFormat();
131 .getDescriptorForType()
187 message.getDescriptorForType().getFields()) {
236 public Descriptors.Descriptor getDescriptorForType();
261 * field.getContainingType() != getDescriptorForType()}.
286 * getDescriptorForType()}.
296 * getDescriptorForType()}.
305 * {@code oneof.getContainingType() != getDescriptorForType()}
    [all...]
GeneratedMessage.java 107 public Descriptor getDescriptorForType() {
167 for (final FieldDescriptor field : getDescriptorForType().getFields()) {
463 public Descriptor getDescriptorForType() {
622 for (final FieldDescriptor field : getDescriptorForType().getFields()) {
817 getDescriptorForType()) {
823 getDescriptorForType().getFullName() + "\".");
901 input, unknownFields, extensionRegistry, getDescriptorForType(),
    [all...]
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
SentinelOuterClass.java 392 getDescriptorForType() {
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
AbstractMessageTest.java 68 public Descriptors.Descriptor getDescriptorForType() {
69 return wrappedMessage.getDescriptorForType();
133 public Descriptors.Descriptor getDescriptorForType() {
134 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/gradle-plugin/com/android/tools/analytics-library/protos/25.2.3/
protos-25.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.4/
protos-25.2.4.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.4.0-alpha3/
protos-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.4.0-alpha1/
protos-25.4.0-alpha1.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 

Completed in 276 milliseconds

1 2 3 4 5