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

  /external/chromium_org/third_party/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();
95 * {@code field.getContainingType() != getDescriptorForType()}.
113 * {@code field.getContainingType() != getDescriptorForType()}.
123 * {@code field.getContainingType() != getDescriptorForType()}.
Message.java 62 * defined by {@code getDescriptorForType()}) and has identical values for
113 * {@code getDescriptorForType() == other.getDescriptorForType()}).
140 * See {@link Message#getDescriptorForType()}.
142 Descriptors.Descriptor getDescriptorForType();
188 * {@code field.getContainingType() != getDescriptorForType()}.
196 * {@code field.getContainingType() != getDescriptorForType()}.
DynamicMessage.java 137 return new Builder(prototype.getDescriptorForType()).mergeFrom(prototype);
143 public Descriptor getDescriptorForType() {
363 public Descriptor getDescriptorForType() {
GeneratedMessage.java 97 public Descriptor getDescriptorForType() {
123 for (final FieldDescriptor field : getDescriptorForType().getFields()) {
308 public Descriptor getDescriptorForType() {
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().getFullName() + "\".")
    [all...]
  /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");
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...]
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/chromium_org/third_party/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();
  /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();
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 924 milliseconds