FieldDescriptor 34 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java import com.google.protobuf.Descriptors.FieldDescriptor; FieldDescriptor 55 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java for (final FieldDescriptor field : getDescriptorForType().getFields()) { FieldDescriptor 64 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java for (final Map.Entry<FieldDescriptor, Object> entry : FieldDescriptor 66 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java final FieldDescriptor field = entry.getKey(); FieldDescriptor 67 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 113 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java for (final Map.Entry<FieldDescriptor, Object> entry : FieldDescriptor 115 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java final FieldDescriptor field = entry.getKey(); FieldDescriptor 118 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java field.getType() == FieldDescriptor.Type.MESSAGE && FieldDescriptor 146 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java for (final Map.Entry<FieldDescriptor, Object> entry : FieldDescriptor 148 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java final FieldDescriptor field = entry.getKey(); FieldDescriptor 151 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java field.getType() == FieldDescriptor.Type.MESSAGE && FieldDescriptor 198 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java protected int hashFields(int hash, Map<FieldDescriptor, Object> map) { FieldDescriptor 199 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java for (Map.Entry<FieldDescriptor, Object> entry : map.entrySet()) { FieldDescriptor 200 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldDescriptor field = entry.getKey(); FieldDescriptor 203 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java if (field.getType() != FieldDescriptor.Type.ENUM){ FieldDescriptor 276 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java for (final Map.Entry<FieldDescriptor, Object> entry : FieldDescriptor 306 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java for (final Map.Entry<FieldDescriptor, Object> entry : FieldDescriptor 308 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java final FieldDescriptor field = entry.getKey(); FieldDescriptor 313 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java } else if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 366 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldSet<FieldDescriptor> extensions, FieldDescriptor 367 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldDescriptor field, FieldDescriptor 379 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldSet<FieldDescriptor> extensions, FieldDescriptor 380 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldDescriptor field, FieldDescriptor 392 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldSet<FieldDescriptor> extensions, FieldDescriptor 393 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldDescriptor field) { FieldDescriptor 404 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldSet<FieldDescriptor> extensions, FieldDescriptor 405 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldDescriptor field) { FieldDescriptor 416 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldSet<FieldDescriptor> extensions, FieldDescriptor 417 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldDescriptor field, FieldDescriptor 444 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldSet<FieldDescriptor> extensions, FieldDescriptor 456 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java final FieldDescriptor field; FieldDescriptor 475 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 601 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldSet<FieldDescriptor> extensions) throws IOException { FieldDescriptor 686 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldSet<FieldDescriptor> extensions) throws IOException { FieldDescriptor 688 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldDescriptor field = extension.descriptor; FieldDescriptor 713 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldSet<FieldDescriptor> extensions) throws IOException { FieldDescriptor 715 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java FieldDescriptor field = extension.descriptor; FieldDescriptor 759 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java public Message.Builder getFieldBuilder(final FieldDescriptor field) { FieldDescriptor 788 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java for (final FieldDescriptor field : FieldDescriptor 795 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java for (final Map.Entry<FieldDescriptor, Object> entry : FieldDescriptor 797 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java final FieldDescriptor field = entry.getKey(); FieldDescriptor 800 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 820 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java final FieldDescriptor field, FieldDescriptor 102 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public List<FieldDescriptor> getExtensions() { FieldDescriptor 195 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public FieldDescriptor findExtensionByName(String name) { FieldDescriptor 203 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java if (result != null && result instanceof FieldDescriptor && FieldDescriptor 205 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java return (FieldDescriptor)result; FieldDescriptor 342 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private final FieldDescriptor[] extensions; FieldDescriptor 384 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java extensions = new FieldDescriptor[proto.getExtensionCount()]; FieldDescriptor 386 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java extensions[i] = new FieldDescriptor( FieldDescriptor 401 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java for (final FieldDescriptor extension : extensions) { FieldDescriptor 485 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public List<FieldDescriptor> getFields() { FieldDescriptor 490 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public List<FieldDescriptor> getExtensions() { FieldDescriptor 520 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public FieldDescriptor findFieldByName(final String name) { FieldDescriptor 523 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java if (result != null && result instanceof FieldDescriptor) { FieldDescriptor 524 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java return (FieldDescriptor)result; FieldDescriptor 535 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public FieldDescriptor findFieldByNumber(final int number) { FieldDescriptor 577 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private final FieldDescriptor[] fields; FieldDescriptor 578 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private final FieldDescriptor[] extensions; FieldDescriptor 603 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java fields = new FieldDescriptor[proto.getFieldCount()]; FieldDescriptor 605 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java fields[i] = new FieldDescriptor( FieldDescriptor 609 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java extensions = new FieldDescriptor[proto.getExtensionCount()]; FieldDescriptor 611 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java extensions[i] = new FieldDescriptor( FieldDescriptor 624 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java for (final FieldDescriptor field : fields) { FieldDescriptor 628 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java for (final FieldDescriptor extension : extensions) { FieldDescriptor 659 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java implements GenericDescriptor, Comparable<FieldDescriptor>, FieldDescriptor 660 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java FieldSet.FieldDescriptorLite<FieldDescriptor> { FieldDescriptor 821 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public int compareTo(final FieldDescriptor other) { FieldDescriptor 1656 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private final Map<DescriptorIntPair, FieldDescriptor> fieldsByNumber = FieldDescriptor 1657 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java new HashMap<DescriptorIntPair, FieldDescriptor>(); FieldDescriptor 1905 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java void addFieldByNumber(final FieldDescriptor field) FieldDescriptor 1909 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java final FieldDescriptor old = fieldsByNumber.put(key, field); FieldDescriptor 34 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java import com.google.protobuf.Descriptors.FieldDescriptor; FieldDescriptor 49 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java private final FieldSet<FieldDescriptor> fields; FieldDescriptor 56 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java private DynamicMessage(Descriptor type, FieldSet<FieldDescriptor> fields, FieldDescriptor 68 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java return new DynamicMessage(type, FieldSet.<FieldDescriptor>emptySet(), FieldDescriptor 151 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public Map<FieldDescriptor, Object> getAllFields() { FieldDescriptor 155 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public boolean hasField(FieldDescriptor field) { FieldDescriptor 160 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public Object getField(FieldDescriptor field) { FieldDescriptor 166 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java } else if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 175 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public int getRepeatedFieldCount(FieldDescriptor field) { FieldDescriptor 180 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public Object getRepeatedField(FieldDescriptor field, int index) { FieldDescriptor 190 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java FieldSet<FieldDescriptor> fields) { FieldDescriptor 192 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java for (final FieldDescriptor field : type.getFields()) { FieldDescriptor 266 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java private void verifyContainingType(FieldDescriptor field) { FieldDescriptor 280 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java private FieldSet<FieldDescriptor> fields; FieldDescriptor 371 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public Map<FieldDescriptor, Object> getAllFields() { FieldDescriptor 375 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public Builder newBuilderForField(FieldDescriptor field) { FieldDescriptor 378 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java if (field.getJavaType() != FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 386 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public boolean hasField(FieldDescriptor field) { FieldDescriptor 391 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public Object getField(FieldDescriptor field) { FieldDescriptor 395 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 404 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public Builder setField(FieldDescriptor field, Object value) { FieldDescriptor 411 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public Builder clearField(FieldDescriptor field) { FieldDescriptor 418 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public int getRepeatedFieldCount(FieldDescriptor field) { FieldDescriptor 423 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public Object getRepeatedField(FieldDescriptor field, int index) { FieldDescriptor 428 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public Builder setRepeatedField(FieldDescriptor field, FieldDescriptor 436 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public Builder addRepeatedField(FieldDescriptor field, Object value) { FieldDescriptor 462 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java private void verifyContainingType(FieldDescriptor field) { FieldDescriptor 476 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public com.google.protobuf.Message.Builder getFieldBuilder(FieldDescriptor field) { FieldDescriptor 34 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java import com.google.protobuf.Descriptors.FieldDescriptor; FieldDescriptor 113 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java public final FieldDescriptor descriptor; FieldDescriptor 121 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java private ExtensionInfo(final FieldDescriptor descriptor) { FieldDescriptor 125 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java private ExtensionInfo(final FieldDescriptor descriptor, FieldDescriptor 159 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 173 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java public void add(final FieldDescriptor type) { FieldDescriptor 174 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java if (type.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 183 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java public void add(final FieldDescriptor type, final Message defaultInstance) { FieldDescriptor 184 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java if (type.getJavaType() != FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 231 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java final FieldDescriptor field = extension.descriptor; FieldDescriptor 233 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java field.getType() == FieldDescriptor.Type.MESSAGE && FieldDescriptor 35 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java import com.google.protobuf.Descriptors.FieldDescriptor; FieldDescriptor 102 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java private Map<FieldDescriptor, Object> getAllFieldsMutable() { FieldDescriptor 103 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final TreeMap<FieldDescriptor, Object> result = FieldDescriptor 104 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java new TreeMap<FieldDescriptor, Object>(); FieldDescriptor 106 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java for (final FieldDescriptor field : descriptor.getFields()) { FieldDescriptor 123 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java for (final FieldDescriptor field : getDescriptorForType().getFields()) { FieldDescriptor 131 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 152 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Map<FieldDescriptor, Object> getAllFields() { FieldDescriptor 157 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public boolean hasField(final FieldDescriptor field) { FieldDescriptor 162 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Object getField(final FieldDescriptor field) { FieldDescriptor 167 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public int getRepeatedFieldCount(final FieldDescriptor field) { FieldDescriptor 173 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Object getRepeatedField(final FieldDescriptor field, final int index) { FieldDescriptor 313 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Map<FieldDescriptor, Object> getAllFields() { FieldDescriptor 318 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java private Map<FieldDescriptor, Object> getAllFieldsMutable() { FieldDescriptor 319 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final TreeMap<FieldDescriptor, Object> result = FieldDescriptor 320 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java new TreeMap<FieldDescriptor, Object>(); FieldDescriptor 322 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java for (final FieldDescriptor field : descriptor.getFields()) { FieldDescriptor 338 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final FieldDescriptor field) { FieldDescriptor 343 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Message.Builder getFieldBuilder(final FieldDescriptor field) { FieldDescriptor 348 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public boolean hasField(final FieldDescriptor field) { FieldDescriptor 353 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Object getField(final FieldDescriptor field) { FieldDescriptor 364 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public BuilderType setField(final FieldDescriptor field, FieldDescriptor 371 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public BuilderType clearField(final FieldDescriptor field) { FieldDescriptor 377 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public int getRepeatedFieldCount(final FieldDescriptor field) { FieldDescriptor 383 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Object getRepeatedField(final FieldDescriptor field, FieldDescriptor 389 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public BuilderType setRepeatedField(final FieldDescriptor field, FieldDescriptor 396 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public BuilderType addRepeatedField(final FieldDescriptor field, FieldDescriptor 422 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java for (final FieldDescriptor field : getDescriptorForType().getFields()) { FieldDescriptor 430 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 568 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java private final FieldSet<FieldDescriptor> extensions; FieldDescriptor 606 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final FieldDescriptor descriptor = extension.getDescriptor(); FieldDescriptor 616 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldDescriptor descriptor = extension.getDescriptor(); FieldDescriptor 622 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 640 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldDescriptor descriptor = extension.getDescriptor(); FieldDescriptor 684 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java private final Iterator<Map.Entry<FieldDescriptor, Object>> iter = FieldDescriptor 686 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java private Map.Entry<FieldDescriptor, Object> next; FieldDescriptor 699 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldDescriptor descriptor = next.getKey(); FieldDescriptor 747 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java protected Map<FieldDescriptor, Object> getExtensionFields() { FieldDescriptor 752 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Map<FieldDescriptor, Object> getAllFields() { FieldDescriptor 753 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final Map<FieldDescriptor, Object> result = super.getAllFieldsMutable(); FieldDescriptor 759 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public boolean hasField(final FieldDescriptor field) { FieldDescriptor 769 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Object getField(final FieldDescriptor field) { FieldDescriptor 774 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 790 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public int getRepeatedFieldCount(final FieldDescriptor field) { FieldDescriptor 800 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Object getRepeatedField(final FieldDescriptor field, FieldDescriptor 810 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java private void verifyContainingType(final FieldDescriptor field) { FieldDescriptor 862 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java private FieldSet<FieldDescriptor> extensions = FieldSet.emptySet(); FieldDescriptor 918 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final FieldDescriptor descriptor = extension.getDescriptor(); FieldDescriptor 927 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldDescriptor descriptor = extension.getDescriptor(); FieldDescriptor 933 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 950 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldDescriptor descriptor = extension.getDescriptor(); FieldDescriptor 961 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final FieldDescriptor descriptor = extension.getDescriptor(); FieldDescriptor 973 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final FieldDescriptor descriptor = extension.getDescriptor(); FieldDescriptor 987 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final FieldDescriptor descriptor = extension.getDescriptor(); FieldDescriptor 1013 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java private FieldSet<FieldDescriptor> buildExtensions() { FieldDescriptor 1042 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Map<FieldDescriptor, Object> getAllFields() { FieldDescriptor 1043 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final Map<FieldDescriptor, Object> result = super.getAllFieldsMutable(); FieldDescriptor 1049 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Object getField(final FieldDescriptor field) { FieldDescriptor 1054 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 1070 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public int getRepeatedFieldCount(final FieldDescriptor field) { FieldDescriptor 1080 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Object getRepeatedField(final FieldDescriptor field, FieldDescriptor 1091 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public boolean hasField(final FieldDescriptor field) { FieldDescriptor 1101 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public BuilderType setField(final FieldDescriptor field, FieldDescriptor 1115 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public BuilderType clearField(final FieldDescriptor field) { FieldDescriptor 1128 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public BuilderType setRepeatedField(final FieldDescriptor field, FieldDescriptor 1142 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public BuilderType addRepeatedField(final FieldDescriptor field, FieldDescriptor 1161 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java private void verifyContainingType(final FieldDescriptor field) { FieldDescriptor 1176 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldDescriptor getDescriptor(); FieldDescriptor 1192 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public FieldDescriptor getDescriptor() { FieldDescriptor 1281 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public void internalInit(final FieldDescriptor descriptor) { FieldDescriptor 1287 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public FieldDescriptor getDescriptor() { FieldDescriptor 1299 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public FieldDescriptor getDescriptor() { FieldDescriptor 1323 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldDescriptor descriptor = getDescriptor(); FieldDescriptor 1325 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java if (descriptor.getJavaType() == FieldDescriptor.JavaType.MESSAGE || FieldDescriptor 1326 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java descriptor.getJavaType() == FieldDescriptor.JavaType.ENUM) { FieldDescriptor 1346 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldDescriptor descriptor = getDescriptor(); FieldDescriptor 1376 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldDescriptor descriptor = getDescriptor(); FieldDescriptor 1378 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java if (descriptor.getJavaType() == FieldDescriptor.JavaType.ENUM) { FieldDescriptor 1398 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldDescriptor descriptor = getDescriptor(); FieldDescriptor 1497 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java FieldDescriptor field = descriptor.getFields().get(i); FieldDescriptor 1499 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 1502 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java } else if (field.getJavaType() == FieldDescriptor.JavaType.ENUM) { FieldDescriptor 1510 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 1513 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java } else if (field.getJavaType() == FieldDescriptor.JavaType.ENUM) { FieldDescriptor 1534 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java private FieldAccessor getField(final FieldDescriptor field) { FieldDescriptor 1573 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final FieldDescriptor descriptor, final String camelCaseName, FieldDescriptor 1665 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final FieldDescriptor descriptor, final String camelCaseName, FieldDescriptor 1752 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final FieldDescriptor descriptor, final String camelCaseName, FieldDescriptor 1785 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final FieldDescriptor descriptor, final String camelCaseName, FieldDescriptor 1848 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final FieldDescriptor descriptor, final String camelCaseName, FieldDescriptor 1891 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final FieldDescriptor descriptor, final String camelCaseName, FieldDescriptor 149 third_party/protobuf/java/src/main/java/com/google/protobuf/Message.java Builder newBuilderForField(Descriptors.FieldDescriptor field); FieldDescriptor 167 third_party/protobuf/java/src/main/java/com/google/protobuf/Message.java Builder getFieldBuilder(Descriptors.FieldDescriptor field); FieldDescriptor 174 third_party/protobuf/java/src/main/java/com/google/protobuf/Message.java Builder setField(Descriptors.FieldDescriptor field, Object value); FieldDescriptor 180 third_party/protobuf/java/src/main/java/com/google/protobuf/Message.java Builder clearField(Descriptors.FieldDescriptor field); FieldDescriptor 190 third_party/protobuf/java/src/main/java/com/google/protobuf/Message.java Builder setRepeatedField(Descriptors.FieldDescriptor field, FieldDescriptor 198 third_party/protobuf/java/src/main/java/com/google/protobuf/Message.java Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value); FieldDescriptor 89 third_party/protobuf/java/src/main/java/com/google/protobuf/MessageOrBuilder.java Map<Descriptors.FieldDescriptor, Object> getAllFields(); FieldDescriptor 97 third_party/protobuf/java/src/main/java/com/google/protobuf/MessageOrBuilder.java boolean hasField(Descriptors.FieldDescriptor field); FieldDescriptor 106 third_party/protobuf/java/src/main/java/com/google/protobuf/MessageOrBuilder.java Object getField(Descriptors.FieldDescriptor field); FieldDescriptor 115 third_party/protobuf/java/src/main/java/com/google/protobuf/MessageOrBuilder.java int getRepeatedFieldCount(Descriptors.FieldDescriptor field); FieldDescriptor 125 third_party/protobuf/java/src/main/java/com/google/protobuf/MessageOrBuilder.java Object getRepeatedField(Descriptors.FieldDescriptor field, int index); FieldDescriptor 34 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java import com.google.protobuf.Descriptors.FieldDescriptor; FieldDescriptor 167 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java public static void printField(final FieldDescriptor field, FieldDescriptor 174 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java public static String printFieldToString(final FieldDescriptor field, FieldDescriptor 195 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java public static void printFieldValue(final FieldDescriptor field, FieldDescriptor 271 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java for (Map.Entry<FieldDescriptor, Object> field FieldDescriptor 278 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java private void printField(final FieldDescriptor field, final Object value, FieldDescriptor 290 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java private void printSingleField(final FieldDescriptor field, FieldDescriptor 298 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java && (field.getType() == FieldDescriptor.Type.MESSAGE) FieldDescriptor 308 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java if (field.getType() == FieldDescriptor.Type.GROUP) { FieldDescriptor 316 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 329 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 345 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java private void printFieldValue(final FieldDescriptor field, FieldDescriptor 1074 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java FieldDescriptor field; FieldDescriptor 1114 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java if (field != null && field.getType() != FieldDescriptor.Type.GROUP) { FieldDescriptor 1119 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java if (field != null && field.getType() == FieldDescriptor.Type.GROUP && FieldDescriptor 1133 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { FieldDescriptor 33 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java import com.google.protobuf.Descriptors.FieldDescriptor; FieldDescriptor 75 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public Map<Descriptors.FieldDescriptor, Object> getAllFields() { FieldDescriptor 78 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public boolean hasField(Descriptors.FieldDescriptor field) { FieldDescriptor 81 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public Object getField(Descriptors.FieldDescriptor field) { FieldDescriptor 84 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public int getRepeatedFieldCount(Descriptors.FieldDescriptor field) { FieldDescriptor 88 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java Descriptors.FieldDescriptor field, int index) { FieldDescriptor 127 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public Map<Descriptors.FieldDescriptor, Object> getAllFields() { FieldDescriptor 130 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public Builder newBuilderForField(Descriptors.FieldDescriptor field) { FieldDescriptor 133 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public boolean hasField(Descriptors.FieldDescriptor field) { FieldDescriptor 136 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public Object getField(Descriptors.FieldDescriptor field) { FieldDescriptor 139 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public Builder setField(Descriptors.FieldDescriptor field, Object value) { FieldDescriptor 143 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public Builder clearField(Descriptors.FieldDescriptor field) { FieldDescriptor 147 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public int getRepeatedFieldCount(Descriptors.FieldDescriptor field) { FieldDescriptor 151 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java Descriptors.FieldDescriptor field, int index) { FieldDescriptor 154 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public Builder setRepeatedField(Descriptors.FieldDescriptor field, FieldDescriptor 160 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java Descriptors.FieldDescriptor field, Object value) { FieldDescriptor 172 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public Message.Builder getFieldBuilder(FieldDescriptor field) { FieldDescriptor 41 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java import com.google.protobuf.Descriptors.FieldDescriptor; FieldDescriptor 78 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java private static final Object STATIC_INIT_TEST = FieldDescriptor.Type.BOOL; FieldDescriptor 81 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(FieldDescriptor.Type.values().length, FieldDescriptor 83 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java for (FieldDescriptor.Type type : FieldDescriptor.Type.values()) { FieldDescriptor 86 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(type, FieldDescriptor.Type.valueOf(protoType)); FieldDescriptor 134 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor extension = FieldDescriptor 167 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor field = messageType.getFields().get(0); FieldDescriptor 195 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor primitiveField = FieldDescriptor 197 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor enumField = FieldDescriptor 199 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor messageField = FieldDescriptor 201 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor cordField = FieldDescriptor 203 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor extension = FieldDescriptor 205 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor nestedExtension = TestRequired.single.getDescriptor(); FieldDescriptor 213 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(FieldDescriptor.Type.INT32, primitiveField.getType()); FieldDescriptor 214 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(FieldDescriptor.JavaType.INT, primitiveField.getJavaType()); FieldDescriptor 221 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(FieldDescriptor.Type.ENUM, enumField.getType()); FieldDescriptor 222 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(FieldDescriptor.JavaType.ENUM, enumField.getJavaType()); FieldDescriptor 227 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(FieldDescriptor.Type.MESSAGE, messageField.getType()); FieldDescriptor 228 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(FieldDescriptor.JavaType.MESSAGE, messageField.getJavaType()); FieldDescriptor 232 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(FieldDescriptor.Type.STRING, cordField.getType()); FieldDescriptor 233 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(FieldDescriptor.JavaType.STRING, cordField.getJavaType()); FieldDescriptor 244 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(FieldDescriptor.Type.INT32, extension.getType()); FieldDescriptor 245 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertEquals(FieldDescriptor.JavaType.INT, extension.getJavaType()); FieldDescriptor 260 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor requiredField = FieldDescriptor 262 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor optionalField = FieldDescriptor 264 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor repeatedField = FieldDescriptor 362 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor field = descriptor.findFieldByName("field1"); FieldDescriptor 400 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor.Type[] values1 = FieldDescriptor.Type.values(); FieldDescriptor 415 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor.JavaType[] values1 = FieldDescriptor.JavaType.values(); FieldDescriptor 504 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java List<FieldDescriptor> fieldlist = desc.getFields(); FieldDescriptor 507 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertTrue(fieldlist.get(0).getType() == FieldDescriptor.Type.MESSAGE); FieldDescriptor 637 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java List<FieldDescriptor> fieldlist = desc.getFields(); FieldDescriptor 640 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java FieldDescriptor field = fieldlist.get(0); FieldDescriptor 641 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java assertTrue(field.getType() == FieldDescriptor.Type.ENUM); FieldDescriptor 34 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java import com.google.protobuf.Descriptors.FieldDescriptor; FieldDescriptor 714 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java Descriptors.FieldDescriptor field = FieldDescriptor 1014 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java FieldDescriptor fieldDescriptor = FieldDescriptor 1016 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java FieldDescriptor foreignFieldDescriptor = FieldDescriptor 1018 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java FieldDescriptor importFieldDescriptor = FieldDescriptor 1026 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java FieldDescriptor subFieldDescriptor1 = FieldDescriptor 1035 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java FieldDescriptor subForeignFieldDescriptor1 = FieldDescriptor 1044 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java FieldDescriptor subImportFieldDescriptor1 = FieldDescriptor 1055 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java FieldDescriptor subFieldDescriptor2 = FieldDescriptor 1064 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java FieldDescriptor subForeignFieldDescriptor2 = FieldDescriptor 1073 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java FieldDescriptor subImportFieldDescriptor2 = FieldDescriptor 1086 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java FieldDescriptor fieldDescriptor = FieldDescriptor 2774 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private final Descriptors.FieldDescriptor groupA; FieldDescriptor 2775 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private final Descriptors.FieldDescriptor repeatedGroupA; FieldDescriptor 2776 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private final Descriptors.FieldDescriptor nestedB; FieldDescriptor 2777 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private final Descriptors.FieldDescriptor foreignC; FieldDescriptor 2778 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private final Descriptors.FieldDescriptor importD; FieldDescriptor 2779 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private final Descriptors.FieldDescriptor importE; FieldDescriptor 2896 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private Descriptors.FieldDescriptor f(String name) { FieldDescriptor 2897 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java Descriptors.FieldDescriptor result; FieldDescriptor 2913 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java Message.Builder parent, Descriptors.FieldDescriptor field) { FieldDescriptor 33 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java import com.google.protobuf.Descriptors.FieldDescriptor; FieldDescriptor 206 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java final FieldDescriptor dataField = FieldDescriptor 212 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java final FieldDescriptor optionalField = FieldDescriptor 59 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java Descriptors.FieldDescriptor field = descriptor.findFieldByName(name); FieldDescriptor 129 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java Descriptors.FieldDescriptor nestedFieldDescriptor = FieldDescriptor 270 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java Descriptors.FieldDescriptor singularField = FieldDescriptor 272 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java Descriptors.FieldDescriptor repeatedField = FieldDescriptor 54 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc ((field_descriptor)->label() == google::protobuf::FieldDescriptor::LABEL_REPEATED) FieldDescriptor 123 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc {"LABEL_OPTIONAL", google::protobuf::FieldDescriptor::LABEL_OPTIONAL}, FieldDescriptor 124 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc {"LABEL_REQUIRED", google::protobuf::FieldDescriptor::LABEL_REQUIRED}, FieldDescriptor 125 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc {"LABEL_REPEATED", google::protobuf::FieldDescriptor::LABEL_REPEATED}, FieldDescriptor 127 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc {"CPPTYPE_MESSAGE", google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE}, FieldDescriptor 129 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc {"TYPE_MESSAGE", google::protobuf::FieldDescriptor::TYPE_MESSAGE}, FieldDescriptor 400 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc const google::protobuf::FieldDescriptor* field_descriptor, FieldDescriptor 423 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc const google::protobuf::FieldDescriptor* descriptor, FieldDescriptor 427 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc GOOGLE_DCHECK(descriptor->type() == google::protobuf::FieldDescriptor::TYPE_STRING || FieldDescriptor 428 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc descriptor->type() == google::protobuf::FieldDescriptor::TYPE_BYTES); FieldDescriptor 429 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (descriptor->type() == google::protobuf::FieldDescriptor::TYPE_STRING) { FieldDescriptor 456 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (descriptor->type() == google::protobuf::FieldDescriptor::TYPE_STRING) { FieldDescriptor 492 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc const google::protobuf::FieldDescriptor* descriptor, string value) { FieldDescriptor 493 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (descriptor->type() != google::protobuf::FieldDescriptor::TYPE_STRING) { FieldDescriptor 531 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc const google::protobuf::FieldDescriptor* field_descriptor) { FieldDescriptor 542 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_INT32: { FieldDescriptor 547 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_INT64: { FieldDescriptor 556 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_UINT32: { FieldDescriptor 565 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_UINT64: { FieldDescriptor 581 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_FLOAT: { FieldDescriptor 586 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: { FieldDescriptor 591 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_BOOL: { FieldDescriptor 596 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_STRING: { FieldDescriptor 601 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_ENUM: { FieldDescriptor 632 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc google::protobuf::Message* message, const google::protobuf::FieldDescriptor* field_descriptor, FieldDescriptor 643 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_INT32: { FieldDescriptor 648 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_INT64: { FieldDescriptor 653 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_UINT32: { FieldDescriptor 658 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_UINT64: { FieldDescriptor 663 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_FLOAT: { FieldDescriptor 668 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: { FieldDescriptor 673 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_BOOL: { FieldDescriptor 678 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_STRING: { FieldDescriptor 685 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_ENUM: { FieldDescriptor 724 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc google::protobuf::Message* message, const google::protobuf::FieldDescriptor* field_descriptor, FieldDescriptor 735 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_INT32: { FieldDescriptor 740 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_INT64: { FieldDescriptor 745 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_UINT32: { FieldDescriptor 750 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_UINT64: { FieldDescriptor 755 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_FLOAT: { FieldDescriptor 760 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: { FieldDescriptor 765 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_BOOL: { FieldDescriptor 770 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_STRING: { FieldDescriptor 777 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_ENUM: { FieldDescriptor 804 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc CMessage* cmessage, const google::protobuf::FieldDescriptor* field_descriptor, FieldDescriptor 821 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_INT32: { FieldDescriptor 827 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_INT64: { FieldDescriptor 833 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_UINT32: { FieldDescriptor 839 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_UINT64: { FieldDescriptor 845 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_FLOAT: { FieldDescriptor 851 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: { FieldDescriptor 857 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_BOOL: { FieldDescriptor 863 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_ENUM: { FieldDescriptor 870 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_STRING: { FieldDescriptor 876 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc case google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE: { FieldDescriptor 902 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc CMessage* cmessage, const google::protobuf::FieldDescriptor* field_descriptor, FieldDescriptor 1026 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc const google::protobuf::FieldDescriptor* field_descriptor = FieldDescriptor 1048 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc const google::protobuf::FieldDescriptor* field_descriptor = FieldDescriptor 1079 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc const google::protobuf::FieldDescriptor* field_descriptor = FieldDescriptor 1102 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc const google::protobuf::FieldDescriptor* field_descriptor = FieldDescriptor 1180 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc const google::protobuf::FieldDescriptor* field_descriptor = FieldDescriptor 1528 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc vector<const google::protobuf::FieldDescriptor*> fields; FieldDescriptor 158 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc const google::protobuf::FieldDescriptor* field_descriptor) { FieldDescriptor 183 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc const google::protobuf::FieldDescriptor* field_descriptor = NULL; FieldDescriptor 204 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc const google::protobuf::FieldDescriptor* field_descriptor = FieldDescriptor 55 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.h const google::protobuf::FieldDescriptor* descriptor; FieldDescriptor 48 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc void SetEnumVariables(const FieldDescriptor* descriptor, FieldDescriptor 62 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc EnumFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 157 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc RepeatedEnumFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 49 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.h explicit EnumFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 67 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.h const FieldDescriptor* descriptor_; FieldDescriptor 75 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.h explicit RepeatedEnumFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 94 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.h const FieldDescriptor* descriptor_; FieldDescriptor 52 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc string ExtendeeClassName(const FieldDescriptor* descriptor) { FieldDescriptor 59 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc ExtensionGenerator::ExtensionGenerator(const FieldDescriptor* descriptor, FieldDescriptor 69 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 76 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 79 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 141 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { FieldDescriptor 180 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 189 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 44 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.h class FieldDescriptor; // descriptor.h FieldDescriptor 60 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.h explicit ExtensionGenerator(const FieldDescriptor* desycriptor, FieldDescriptor 74 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.h const FieldDescriptor* descriptor_; FieldDescriptor 54 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc void SetCommonFieldVariables(const FieldDescriptor* descriptor, FieldDescriptor 95 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc FieldGenerator* FieldGeneratorMap::MakeGenerator(const FieldDescriptor* field, FieldDescriptor 99 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 101 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 107 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 114 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 116 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 122 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 133 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc const FieldDescriptor* field) const { FieldDescriptor 60 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h void SetCommonFieldVariables(const FieldDescriptor* descriptor, FieldDescriptor 159 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h const FieldGenerator& get(const FieldDescriptor* field) const; FieldDescriptor 165 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h static FieldGenerator* MakeGenerator(const FieldDescriptor* field, FieldDescriptor 169 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc string FieldName(const FieldDescriptor* field) { FieldDescriptor 178 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc string FieldConstantName(const FieldDescriptor *field) { FieldDescriptor 194 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc string FieldMessageTypeName(const FieldDescriptor* field) { FieldDescriptor 208 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc const char* PrimitiveTypeName(FieldDescriptor::CppType type) { FieldDescriptor 210 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_INT32 : return "::google::protobuf::int32"; FieldDescriptor 211 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_INT64 : return "::google::protobuf::int64"; FieldDescriptor 212 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_UINT32 : return "::google::protobuf::uint32"; FieldDescriptor 213 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_UINT64 : return "::google::protobuf::uint64"; FieldDescriptor 214 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_DOUBLE : return "double"; FieldDescriptor 215 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_FLOAT : return "float"; FieldDescriptor 216 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_BOOL : return "bool"; FieldDescriptor 217 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_ENUM : return "int"; FieldDescriptor 218 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_STRING : return "::std::string"; FieldDescriptor 219 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_MESSAGE: return NULL; FieldDescriptor 229 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc const char* DeclaredTypeMethodName(FieldDescriptor::Type type) { FieldDescriptor 231 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_INT32 : return "Int32"; FieldDescriptor 232 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_INT64 : return "Int64"; FieldDescriptor 233 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_UINT32 : return "UInt32"; FieldDescriptor 234 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_UINT64 : return "UInt64"; FieldDescriptor 235 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_SINT32 : return "SInt32"; FieldDescriptor 236 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_SINT64 : return "SInt64"; FieldDescriptor 237 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_FIXED32 : return "Fixed32"; FieldDescriptor 238 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_FIXED64 : return "Fixed64"; FieldDescriptor 239 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_SFIXED32: return "SFixed32"; FieldDescriptor 240 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_SFIXED64: return "SFixed64"; FieldDescriptor 241 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_FLOAT : return "Float"; FieldDescriptor 242 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_DOUBLE : return "Double"; FieldDescriptor 244 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_BOOL : return "Bool"; FieldDescriptor 245 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_ENUM : return "Enum"; FieldDescriptor 247 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_STRING : return "String"; FieldDescriptor 248 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_BYTES : return "Bytes"; FieldDescriptor 249 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_GROUP : return "Group"; FieldDescriptor 250 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_MESSAGE : return "Message"; FieldDescriptor 259 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc string DefaultValue(const FieldDescriptor* field) { FieldDescriptor 261 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_INT32: FieldDescriptor 271 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_UINT32: FieldDescriptor 273 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_INT64: FieldDescriptor 284 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_UINT64: FieldDescriptor 286 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_DOUBLE: { FieldDescriptor 298 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_FLOAT: FieldDescriptor 318 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_BOOL: FieldDescriptor 320 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 327 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 331 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 75 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h string FieldName(const FieldDescriptor* field); FieldDescriptor 79 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h string FieldConstantName(const FieldDescriptor *field); FieldDescriptor 83 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h inline const Descriptor* FieldScope(const FieldDescriptor* field) { FieldDescriptor 90 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h string FieldMessageTypeName(const FieldDescriptor* field); FieldDescriptor 100 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h const char* PrimitiveTypeName(FieldDescriptor::CppType type); FieldDescriptor 104 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h const char* DeclaredTypeMethodName(FieldDescriptor::Type type); FieldDescriptor 107 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h string DefaultValue(const FieldDescriptor* field); FieldDescriptor 62 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc void PrintFieldComment(io::Printer* printer, const FieldDescriptor* field) { FieldDescriptor 71 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc inline bool operator()(const FieldDescriptor* a, FieldDescriptor 72 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* b) const { FieldDescriptor 88 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor** SortFieldsByNumber(const Descriptor* descriptor) { FieldDescriptor 89 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor** fields = FieldDescriptor 90 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc new const FieldDescriptor*[descriptor->field_count()]; FieldDescriptor 110 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field) { FieldDescriptor 136 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = type->field(i); FieldDescriptor 140 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE && FieldDescriptor 160 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc int EstimateAlignmentSize(const FieldDescriptor* field) { FieldDescriptor 164 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc case FieldDescriptor::CPPTYPE_BOOL: FieldDescriptor 167 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc case FieldDescriptor::CPPTYPE_INT32: FieldDescriptor 168 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc case FieldDescriptor::CPPTYPE_UINT32: FieldDescriptor 169 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 170 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc case FieldDescriptor::CPPTYPE_FLOAT: FieldDescriptor 173 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc case FieldDescriptor::CPPTYPE_INT64: FieldDescriptor 174 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc case FieldDescriptor::CPPTYPE_UINT64: FieldDescriptor 175 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc case FieldDescriptor::CPPTYPE_DOUBLE: FieldDescriptor 176 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 177 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 193 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc FieldGroup(float preferred_location, const FieldDescriptor* field) FieldDescriptor 212 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const vector<const FieldDescriptor*>& fields() const { return fields_; } FieldDescriptor 226 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc vector<const FieldDescriptor*> fields_; FieldDescriptor 235 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc void OptimizePadding(vector<const FieldDescriptor*>* fields) { FieldDescriptor 356 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 393 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 653 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc vector<const FieldDescriptor*> fields; FieldDescriptor 903 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor *field = descriptor_->field(i); FieldDescriptor 984 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1041 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1044 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 1082 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1085 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 1191 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1216 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE || FieldDescriptor 1217 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc field->cpp_type() == FieldDescriptor::CPPTYPE_STRING; FieldDescriptor 1243 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1273 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1348 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1359 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1490 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc scoped_array<const FieldDescriptor*> ordered_fields( FieldDescriptor 1494 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = ordered_fields[i]; FieldDescriptor 1562 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* next_field = ordered_fields[i + 1]; FieldDescriptor 1608 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc if (range->end > FieldDescriptor::kMaxNumber) { FieldDescriptor 1669 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc io::Printer* printer, const FieldDescriptor* field, bool to_array) { FieldDescriptor 1782 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc scoped_array<const FieldDescriptor*> ordered_fields( FieldDescriptor 1865 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1908 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1964 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(index); FieldDescriptor 1983 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1984 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE && FieldDescriptor 148 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h const FieldDescriptor* field, FieldDescriptor 47 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc void SetMessageVariables(const FieldDescriptor* descriptor, FieldDescriptor 63 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc MessageFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 145 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc if (descriptor_->type() == FieldDescriptor::TYPE_MESSAGE) { FieldDescriptor 182 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc RepeatedMessageFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 254 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc if (descriptor_->type() == FieldDescriptor::TYPE_MESSAGE) { FieldDescriptor 49 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.h explicit MessageFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 67 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.h const FieldDescriptor* descriptor_; FieldDescriptor 75 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.h explicit RepeatedMessageFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 93 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.h const FieldDescriptor* descriptor_; FieldDescriptor 52 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc int FixedSize(FieldDescriptor::Type type) { FieldDescriptor 54 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_INT32 : return -1; FieldDescriptor 55 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_INT64 : return -1; FieldDescriptor 56 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_UINT32 : return -1; FieldDescriptor 57 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_UINT64 : return -1; FieldDescriptor 58 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_SINT32 : return -1; FieldDescriptor 59 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_SINT64 : return -1; FieldDescriptor 60 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size; FieldDescriptor 61 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; FieldDescriptor 62 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size; FieldDescriptor 63 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size; FieldDescriptor 64 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; FieldDescriptor 65 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize; FieldDescriptor 67 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; FieldDescriptor 68 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_ENUM : return -1; FieldDescriptor 70 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_STRING : return -1; FieldDescriptor 71 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_BYTES : return -1; FieldDescriptor 72 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_GROUP : return -1; FieldDescriptor 73 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_MESSAGE : return -1; FieldDescriptor 82 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc void SetPrimitiveVariables(const FieldDescriptor* descriptor, FieldDescriptor 103 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc PrimitiveFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 195 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc RepeatedPrimitiveFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 49 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.h explicit PrimitiveFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 67 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.h const FieldDescriptor* descriptor_; FieldDescriptor 75 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.h explicit RepeatedPrimitiveFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 94 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.h const FieldDescriptor* descriptor_; FieldDescriptor 48 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc void SetStringVariables(const FieldDescriptor* descriptor, FieldDescriptor 59 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc descriptor->type() == FieldDescriptor::TYPE_BYTES ? "void" : "char"; FieldDescriptor 67 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc StringFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 264 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc descriptor_->type() == FieldDescriptor::TYPE_STRING) { FieldDescriptor 275 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc descriptor_->type() == FieldDescriptor::TYPE_STRING) { FieldDescriptor 289 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc descriptor_->type() == FieldDescriptor::TYPE_STRING) { FieldDescriptor 312 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc RepeatedStringFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 435 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc descriptor_->type() == FieldDescriptor::TYPE_STRING) { FieldDescriptor 449 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc descriptor_->type() == FieldDescriptor::TYPE_STRING) { FieldDescriptor 466 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc descriptor_->type() == FieldDescriptor::TYPE_STRING) { FieldDescriptor 49 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.h explicit StringFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 71 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.h const FieldDescriptor* descriptor_; FieldDescriptor 79 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.h explicit RepeatedStringFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 97 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.h const FieldDescriptor* descriptor_; FieldDescriptor 166 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc ASSERT_EQ(FieldDescriptor::TYPE_MESSAGE, FieldDescriptor 235 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc const FieldDescriptor* key_field = item_type->FindFieldByName("key"); FieldDescriptor 237 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc const FieldDescriptor* items_field = map_type->FindFieldByName("items"); FieldDescriptor 177 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc void WriteFieldDocComment(io::Printer* printer, const FieldDescriptor* field) { FieldDescriptor 52 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.h void WriteFieldDocComment(io::Printer* printer, const FieldDescriptor* field); FieldDescriptor 55 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc void SetEnumVariables(const FieldDescriptor* descriptor, FieldDescriptor 109 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc EnumFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 285 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc RepeatedEnumFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 49 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.h explicit EnumFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 74 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.h const FieldDescriptor* descriptor_; FieldDescriptor 84 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.h explicit RepeatedEnumFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 110 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.h const FieldDescriptor* descriptor_; FieldDescriptor 48 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc const char* TypeName(FieldDescriptor::Type field_type) { FieldDescriptor 50 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_INT32 : return "INT32"; FieldDescriptor 51 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_UINT32 : return "UINT32"; FieldDescriptor 52 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_SINT32 : return "SINT32"; FieldDescriptor 53 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_FIXED32 : return "FIXED32"; FieldDescriptor 54 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_SFIXED32: return "SFIXED32"; FieldDescriptor 55 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_INT64 : return "INT64"; FieldDescriptor 56 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_UINT64 : return "UINT64"; FieldDescriptor 57 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_SINT64 : return "SINT64"; FieldDescriptor 58 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_FIXED64 : return "FIXED64"; FieldDescriptor 59 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_SFIXED64: return "SFIXED64"; FieldDescriptor 60 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_FLOAT : return "FLOAT"; FieldDescriptor 61 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_DOUBLE : return "DOUBLE"; FieldDescriptor 62 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_BOOL : return "BOOL"; FieldDescriptor 63 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_STRING : return "STRING"; FieldDescriptor 64 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_BYTES : return "BYTES"; FieldDescriptor 65 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_ENUM : return "ENUM"; FieldDescriptor 66 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_GROUP : return "GROUP"; FieldDescriptor 67 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_MESSAGE : return "MESSAGE"; FieldDescriptor 79 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc ExtensionGenerator::ExtensionGenerator(const FieldDescriptor* descriptor) FieldDescriptor 91 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc void InitTemplateVars(const FieldDescriptor* descriptor, FieldDescriptor 44 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.h class FieldDescriptor; // descriptor.h FieldDescriptor 59 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.h explicit ExtensionGenerator(const FieldDescriptor* descriptor); FieldDescriptor 67 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.h const FieldDescriptor* descriptor_; FieldDescriptor 88 third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc const FieldDescriptor* field, int messageBitIndex, int builderBitIndex) { FieldDescriptor 125 third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc const FieldDescriptor* field) const { FieldDescriptor 90 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h const FieldGenerator& get(const FieldDescriptor* field) const; FieldDescriptor 98 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h static FieldGenerator* MakeGenerator(const FieldDescriptor* field, FieldDescriptor 62 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc vector<const FieldDescriptor*>* extensions) { FieldDescriptor 68 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc vector<const FieldDescriptor*> fields; FieldDescriptor 99 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc vector<const FieldDescriptor*>* extensions, FieldDescriptor 371 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc vector<const FieldDescriptor*> extensions; FieldDescriptor 57 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc const string& FieldName(const FieldDescriptor* field) { FieldDescriptor 61 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc if (GetType(field) == FieldDescriptor::TYPE_GROUP) { FieldDescriptor 101 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc string UnderscoresToCamelCase(const FieldDescriptor* field) { FieldDescriptor 105 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc string UnderscoresToCapitalizedCamelCase(const FieldDescriptor* field) { FieldDescriptor 199 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc string FieldConstantName(const FieldDescriptor *field) { FieldDescriptor 205 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc FieldDescriptor::Type GetType(const FieldDescriptor* field) { FieldDescriptor 209 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc JavaType GetJavaType(const FieldDescriptor* field) { FieldDescriptor 211 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_INT32: FieldDescriptor 212 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_UINT32: FieldDescriptor 213 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_SINT32: FieldDescriptor 214 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_FIXED32: FieldDescriptor 215 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_SFIXED32: FieldDescriptor 218 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_INT64: FieldDescriptor 219 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_UINT64: FieldDescriptor 220 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_SINT64: FieldDescriptor 221 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_FIXED64: FieldDescriptor 222 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_SFIXED64: FieldDescriptor 225 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_FLOAT: FieldDescriptor 228 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_DOUBLE: FieldDescriptor 231 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_BOOL: FieldDescriptor 234 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_STRING: FieldDescriptor 237 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_BYTES: FieldDescriptor 240 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_ENUM: FieldDescriptor 243 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_GROUP: FieldDescriptor 244 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_MESSAGE: FieldDescriptor 284 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc string DefaultValue(const FieldDescriptor* field) { FieldDescriptor 288 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_INT32: FieldDescriptor 290 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_UINT32: FieldDescriptor 293 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_INT64: FieldDescriptor 295 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_UINT64: FieldDescriptor 298 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_DOUBLE: { FieldDescriptor 310 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_FLOAT: { FieldDescriptor 322 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_BOOL: FieldDescriptor 324 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 325 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc if (GetType(field) == FieldDescriptor::TYPE_BYTES) { FieldDescriptor 346 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 350 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 361 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc bool IsDefaultValueJavaDefault(const FieldDescriptor* field) { FieldDescriptor 365 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_INT32: FieldDescriptor 367 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_UINT32: FieldDescriptor 369 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_INT64: FieldDescriptor 371 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_UINT64: FieldDescriptor 373 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_DOUBLE: FieldDescriptor 375 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_FLOAT: FieldDescriptor 377 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_BOOL: FieldDescriptor 380 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 381 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 382 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 54 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h string UnderscoresToCamelCase(const FieldDescriptor* field); FieldDescriptor 55 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h string UnderscoresToCapitalizedCamelCase(const FieldDescriptor* field); FieldDescriptor 86 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h inline string ExtensionIdentifierName(const FieldDescriptor* descriptor) { FieldDescriptor 92 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h string FieldConstantName(const FieldDescriptor *field); FieldDescriptor 97 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h FieldDescriptor::Type GetType(const FieldDescriptor* field); FieldDescriptor 111 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h JavaType GetJavaType(const FieldDescriptor* field); FieldDescriptor 118 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h string DefaultValue(const FieldDescriptor* field); FieldDescriptor 119 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h bool IsDefaultValueJavaDefault(const FieldDescriptor* field); FieldDescriptor 63 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc void PrintFieldComment(io::Printer* printer, const FieldDescriptor* field) { FieldDescriptor 72 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc inline bool operator()(const FieldDescriptor* a, FieldDescriptor 73 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const FieldDescriptor* b) const { FieldDescriptor 87 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const FieldDescriptor** SortFieldsByNumber(const Descriptor* descriptor) { FieldDescriptor 88 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const FieldDescriptor** fields = FieldDescriptor 89 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc new const FieldDescriptor*[descriptor->field_count()]; FieldDescriptor 132 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const FieldDescriptor* field = type->field(i); FieldDescriptor 486 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc scoped_array<const FieldDescriptor*> sorted_fields( FieldDescriptor 668 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc io::Printer* printer, const FieldDescriptor* field) { FieldDescriptor 1052 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1067 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1071 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc case FieldDescriptor::LABEL_REQUIRED: FieldDescriptor 1081 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc case FieldDescriptor::LABEL_OPTIONAL: FieldDescriptor 1093 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc case FieldDescriptor::LABEL_REPEATED: FieldDescriptor 1151 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1200 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 1245 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc scoped_array<const FieldDescriptor*> sorted_fields( FieldDescriptor 1307 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const FieldDescriptor* field = sorted_fields[i]; FieldDescriptor 1360 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const FieldDescriptor* field = sorted_fields[i]; FieldDescriptor 86 third_party/protobuf/src/google/protobuf/compiler/java/java_message.h const FieldDescriptor* field); FieldDescriptor 54 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc void SetMessageVariables(const FieldDescriptor* descriptor, FieldDescriptor 66 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc (GetType(descriptor) == FieldDescriptor::TYPE_GROUP) ? FieldDescriptor 107 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc MessageFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 394 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc if (GetType(descriptor_) == FieldDescriptor::TYPE_GROUP) { FieldDescriptor 455 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc RepeatedMessageFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 916 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc if (GetType(descriptor_) == FieldDescriptor::TYPE_GROUP) { FieldDescriptor 49 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.h explicit MessageFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 74 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.h const FieldDescriptor* descriptor_; FieldDescriptor 91 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.h explicit RepeatedMessageFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 116 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.h const FieldDescriptor* descriptor_; FieldDescriptor 96 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc const char* GetCapitalizedType(const FieldDescriptor* field) { FieldDescriptor 98 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_INT32 : return "Int32" ; FieldDescriptor 99 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_UINT32 : return "UInt32" ; FieldDescriptor 100 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_SINT32 : return "SInt32" ; FieldDescriptor 101 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_FIXED32 : return "Fixed32" ; FieldDescriptor 102 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_SFIXED32: return "SFixed32"; FieldDescriptor 103 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_INT64 : return "Int64" ; FieldDescriptor 104 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_UINT64 : return "UInt64" ; FieldDescriptor 105 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_SINT64 : return "SInt64" ; FieldDescriptor 106 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_FIXED64 : return "Fixed64" ; FieldDescriptor 107 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_SFIXED64: return "SFixed64"; FieldDescriptor 108 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_FLOAT : return "Float" ; FieldDescriptor 109 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_DOUBLE : return "Double" ; FieldDescriptor 110 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_BOOL : return "Bool" ; FieldDescriptor 111 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_STRING : return "String" ; FieldDescriptor 112 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_BYTES : return "Bytes" ; FieldDescriptor 113 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_ENUM : return "Enum" ; FieldDescriptor 114 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_GROUP : return "Group" ; FieldDescriptor 115 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_MESSAGE : return "Message" ; FieldDescriptor 127 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc int FixedSize(FieldDescriptor::Type type) { FieldDescriptor 129 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_INT32 : return -1; FieldDescriptor 130 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_INT64 : return -1; FieldDescriptor 131 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_UINT32 : return -1; FieldDescriptor 132 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_UINT64 : return -1; FieldDescriptor 133 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_SINT32 : return -1; FieldDescriptor 134 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_SINT64 : return -1; FieldDescriptor 135 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_FIXED32 : return WireFormatLite::kFixed32Size; FieldDescriptor 136 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; FieldDescriptor 137 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_SFIXED32: return WireFormatLite::kSFixed32Size; FieldDescriptor 138 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size; FieldDescriptor 139 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; FieldDescriptor 140 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize; FieldDescriptor 142 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; FieldDescriptor 143 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_ENUM : return -1; FieldDescriptor 145 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_STRING : return -1; FieldDescriptor 146 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_BYTES : return -1; FieldDescriptor 147 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_GROUP : return -1; FieldDescriptor 148 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_MESSAGE : return -1; FieldDescriptor 157 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc void SetPrimitiveVariables(const FieldDescriptor* descriptor, FieldDescriptor 231 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc PrimitiveFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 479 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc RepeatedPrimitiveFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 49 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.h explicit PrimitiveFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 74 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.h const FieldDescriptor* descriptor_; FieldDescriptor 84 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.h explicit RepeatedPrimitiveFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 110 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.h const FieldDescriptor* descriptor_; FieldDescriptor 57 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc void SetPrimitiveVariables(const FieldDescriptor* descriptor, FieldDescriptor 119 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc StringFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 392 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc RepeatedStringFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 50 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.h explicit StringFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 74 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.h const FieldDescriptor* descriptor_; FieldDescriptor 84 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.h explicit RepeatedStringFieldGenerator(const FieldDescriptor* descriptor, FieldDescriptor 109 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.h const FieldDescriptor* descriptor_; FieldDescriptor 567 third_party/protobuf/src/google/protobuf/compiler/parser.cc FieldDescriptor::kMaxNumber + 1; FieldDescriptor 962 third_party/protobuf/src/google/protobuf/compiler/parser.cc const FieldDescriptor* uninterpreted_option_field = options->GetDescriptor()-> FieldDescriptor 1392 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc const FieldDescriptor** output_field, FieldDescriptor 1405 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc const FieldDescriptor* field = descriptor->FindFieldByNumber(*path_begin); FieldDescriptor 1434 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 1451 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 1499 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc const FieldDescriptor* field = NULL; FieldDescriptor 1557 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc const FieldDescriptor* field = FieldDescriptor 1586 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc const FieldDescriptor* field, int index, FieldDescriptor 1640 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc const FieldDescriptor* field; FieldDescriptor 1645 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc const FieldDescriptor* field_param, FieldDescriptor 169 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc string StringifyDefaultValue(const FieldDescriptor& field) { FieldDescriptor 175 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc case FieldDescriptor::CPPTYPE_INT32: FieldDescriptor 177 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc case FieldDescriptor::CPPTYPE_UINT32: FieldDescriptor 179 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc case FieldDescriptor::CPPTYPE_INT64: FieldDescriptor 181 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc case FieldDescriptor::CPPTYPE_UINT64: FieldDescriptor 183 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc case FieldDescriptor::CPPTYPE_DOUBLE: { FieldDescriptor 199 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc case FieldDescriptor::CPPTYPE_FLOAT: { FieldDescriptor 215 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc case FieldDescriptor::CPPTYPE_BOOL: FieldDescriptor 217 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 219 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 220 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc if (field.type() == FieldDescriptor::TYPE_STRING) { FieldDescriptor 226 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 433 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const FieldDescriptor& extension_field = *file_->extension(i); FieldDescriptor 695 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const FieldDescriptor& field_descriptor = *descriptor.field(i); FieldDescriptor 727 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const FieldDescriptor& field, FieldDescriptor 756 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const FieldDescriptor& field, FieldDescriptor 817 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const FieldDescriptor& extension_field) const { FieldDescriptor 885 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const FieldDescriptor& field, bool is_extension) const { FieldDescriptor 920 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const { FieldDescriptor 1066 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const FieldDescriptor& field = *file_->extension(i); FieldDescriptor 1101 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const FieldDescriptor& field) const { FieldDescriptor 1135 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const FieldDescriptor& field = *descriptor.field(i); FieldDescriptor 1140 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const FieldDescriptor& field = *descriptor.extension(i); FieldDescriptor 49 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h class FieldDescriptor; FieldDescriptor 83 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h const FieldDescriptor& field, bool is_extension) const; FieldDescriptor 89 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const; FieldDescriptor 105 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h const FieldDescriptor& field, FieldDescriptor 109 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h const FieldDescriptor& field, FieldDescriptor 118 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h const FieldDescriptor& extension_field) const; FieldDescriptor 142 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void FixOptionsForField(const FieldDescriptor& field) const; FieldDescriptor 64 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor::CppType FieldDescriptor 65 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor::kTypeToCppTypeMap[MAX_TYPE + 1] = { FieldDescriptor 88 third_party/protobuf/src/google/protobuf/descriptor.cc const char * const FieldDescriptor::kTypeToName[MAX_TYPE + 1] = { FieldDescriptor 111 third_party/protobuf/src/google/protobuf/descriptor.cc const char * const FieldDescriptor::kCppTypeToName[MAX_CPPTYPE + 1] = { FieldDescriptor 126 third_party/protobuf/src/google/protobuf/descriptor.cc const char * const FieldDescriptor::kLabelToName[MAX_LABEL + 1] = { FieldDescriptor 135 third_party/protobuf/src/google/protobuf/descriptor.cc const int FieldDescriptor::kMaxNumber; FieldDescriptor 136 third_party/protobuf/src/google/protobuf/descriptor.cc const int FieldDescriptor::kFirstReservedNumber; FieldDescriptor 137 third_party/protobuf/src/google/protobuf/descriptor.cc const int FieldDescriptor::kLastReservedNumber; FieldDescriptor 243 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* field_descriptor; FieldDescriptor 268 third_party/protobuf/src/google/protobuf/descriptor.cc CONSTRUCTOR(FieldDescriptor , FIELD , field_descriptor ) FieldDescriptor 315 third_party/protobuf/src/google/protobuf/descriptor.cc typedef map<DescriptorIntPair, const FieldDescriptor*> FieldDescriptor 395 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FieldDescriptor* FindExtension(const Descriptor* extendee, FieldDescriptor 398 third_party/protobuf/src/google/protobuf/descriptor.cc vector<const FieldDescriptor*>* out) const; FieldDescriptor 409 third_party/protobuf/src/google/protobuf/descriptor.cc bool AddExtension(const FieldDescriptor* field); FieldDescriptor 507 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FieldDescriptor* FindFieldByNumber( FieldDescriptor 509 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FieldDescriptor* FindFieldByLowercaseName( FieldDescriptor 511 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FieldDescriptor* FindFieldByCamelcaseName( FieldDescriptor 525 third_party/protobuf/src/google/protobuf/descriptor.cc bool AddFieldByNumber(const FieldDescriptor* field); FieldDescriptor 530 third_party/protobuf/src/google/protobuf/descriptor.cc void AddFieldByStylizedNames(const FieldDescriptor* field); FieldDescriptor 691 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FieldDescriptor* FileDescriptorTables::FindFieldByNumber( FieldDescriptor 696 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FieldDescriptor* FileDescriptorTables::FindFieldByLowercaseName( FieldDescriptor 702 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FieldDescriptor* FileDescriptorTables::FindFieldByCamelcaseName( FieldDescriptor 713 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FieldDescriptor* DescriptorPool::Tables::FindExtension( FieldDescriptor 719 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* extendee, vector<const FieldDescriptor*>* out) const { FieldDescriptor 755 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* field) { FieldDescriptor 774 third_party/protobuf/src/google/protobuf/descriptor.cc bool FileDescriptorTables::AddFieldByNumber(const FieldDescriptor* field) { FieldDescriptor 785 third_party/protobuf/src/google/protobuf/descriptor.cc bool DescriptorPool::Tables::AddExtension(const FieldDescriptor* field) { FieldDescriptor 1000 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* DescriptorPool::FindFieldByName( FieldDescriptor 1011 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* DescriptorPool::FindExtensionByName( FieldDescriptor 1047 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* DescriptorPool::FindExtensionByNumber( FieldDescriptor 1050 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* result = tables_->FindExtension(extendee, number); FieldDescriptor 1068 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* extendee, vector<const FieldDescriptor*>* out) const { FieldDescriptor 1096 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* FieldDescriptor 1098 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* result = FieldDescriptor 1107 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* FieldDescriptor 1109 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* result = FieldDescriptor 1118 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* FieldDescriptor 1120 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* result = FieldDescriptor 1129 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* FieldDescriptor 1140 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* FieldDescriptor 1151 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* FieldDescriptor 1153 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* result = FieldDescriptor 1162 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* FieldDescriptor 1164 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* result = FieldDescriptor 1274 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* FieldDescriptor 1284 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* FieldDescriptor 1286 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* result = tables_->FindFieldByLowercaseName(this, key); FieldDescriptor 1294 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* FieldDescriptor 1296 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* result = tables_->FindFieldByCamelcaseName(this, key); FieldDescriptor 1420 third_party/protobuf/src/google/protobuf/descriptor.cc string FieldDescriptor::DefaultValueAsString(bool quote_string_type) const { FieldDescriptor 1534 third_party/protobuf/src/google/protobuf/descriptor.cc void FieldDescriptor::CopyTo(FieldDescriptorProto* proto) const { FieldDescriptor 1640 third_party/protobuf/src/google/protobuf/descriptor.cc vector<const FieldDescriptor*> fields; FieldDescriptor 1651 third_party/protobuf/src/google/protobuf/descriptor.cc if (fields[i]->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 1742 third_party/protobuf/src/google/protobuf/descriptor.cc if (extension(i)->type() == FieldDescriptor::TYPE_GROUP) { FieldDescriptor 1795 third_party/protobuf/src/google/protobuf/descriptor.cc if (field(i)->type() == FieldDescriptor::TYPE_GROUP) { FieldDescriptor 1800 third_party/protobuf/src/google/protobuf/descriptor.cc if (extension(i)->type() == FieldDescriptor::TYPE_GROUP) { FieldDescriptor 1843 third_party/protobuf/src/google/protobuf/descriptor.cc string FieldDescriptor::DebugString() const { FieldDescriptor 1858 third_party/protobuf/src/google/protobuf/descriptor.cc void FieldDescriptor::DebugString(int depth, string *contents) const { FieldDescriptor 2017 third_party/protobuf/src/google/protobuf/descriptor.cc bool FieldDescriptor::is_packed() const { FieldDescriptor 2027 third_party/protobuf/src/google/protobuf/descriptor.cc bool FieldDescriptor::GetSourceLocation(SourceLocation* out_location) const { FieldDescriptor 2069 third_party/protobuf/src/google/protobuf/descriptor.cc void FieldDescriptor::GetLocationPath(vector<int>* output) const { FieldDescriptor 2299 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor* result, FieldDescriptor 2303 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor* result) { FieldDescriptor 2308 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor* result) { FieldDescriptor 2334 third_party/protobuf/src/google/protobuf/descriptor.cc void CrossLinkField(FieldDescriptor* field, FieldDescriptor 2381 third_party/protobuf/src/google/protobuf/descriptor.cc vector<const FieldDescriptor*>::const_iterator intermediate_fields_iter, FieldDescriptor 2382 third_party/protobuf/src/google/protobuf/descriptor.cc vector<const FieldDescriptor*>::const_iterator intermediate_fields_end, FieldDescriptor 2383 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* innermost_field, const string& debug_msg_name, FieldDescriptor 2388 third_party/protobuf/src/google/protobuf/descriptor.cc bool SetOptionValue(const FieldDescriptor* option_field, FieldDescriptor 2393 third_party/protobuf/src/google/protobuf/descriptor.cc bool SetAggregateOption(const FieldDescriptor* option_field, FieldDescriptor 2398 third_party/protobuf/src/google/protobuf/descriptor.cc void SetInt32(int number, int32 value, FieldDescriptor::Type type, FieldDescriptor 2400 third_party/protobuf/src/google/protobuf/descriptor.cc void SetInt64(int number, int64 value, FieldDescriptor::Type type, FieldDescriptor 2402 third_party/protobuf/src/google/protobuf/descriptor.cc void SetUInt32(int number, uint32 value, FieldDescriptor::Type type, FieldDescriptor 2404 third_party/protobuf/src/google/protobuf/descriptor.cc void SetUInt64(int number, uint64 value, FieldDescriptor::Type type, FieldDescriptor 2481 third_party/protobuf/src/google/protobuf/descriptor.cc void ValidateFieldOptions(FieldDescriptor* field, FieldDescriptor 2492 third_party/protobuf/src/google/protobuf/descriptor.cc void ValidateMapKey(FieldDescriptor* field, FieldDescriptor 2831 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor::kMaxNumber + 1; FieldDescriptor 3285 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* field = result->field(i); FieldDescriptor 3318 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor* result, FieldDescriptor 3352 third_party/protobuf/src/google/protobuf/descriptor.cc result->type_ = static_cast<FieldDescriptor::Type>( FieldDescriptor 3354 third_party/protobuf/src/google/protobuf/descriptor.cc result->label_ = static_cast<FieldDescriptor::Label>( FieldDescriptor 3375 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_INT32: FieldDescriptor 3379 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_INT64: FieldDescriptor 3383 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_UINT32: FieldDescriptor 3387 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_UINT64: FieldDescriptor 3391 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_FLOAT: FieldDescriptor 3403 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_DOUBLE: FieldDescriptor 3415 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_BOOL: FieldDescriptor 3426 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 3430 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 3431 third_party/protobuf/src/google/protobuf/descriptor.cc if (result->type() == FieldDescriptor::TYPE_BYTES) { FieldDescriptor 3439 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 3460 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_INT32: FieldDescriptor 3463 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_INT64: FieldDescriptor 3466 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_UINT32: FieldDescriptor 3469 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_UINT64: FieldDescriptor 3472 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_FLOAT: FieldDescriptor 3475 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_DOUBLE: FieldDescriptor 3478 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_BOOL: FieldDescriptor 3481 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 3485 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 3488 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 3497 third_party/protobuf/src/google/protobuf/descriptor.cc } else if (!is_extension && result->number() > FieldDescriptor::kMaxNumber) { FieldDescriptor 3508 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor::kMaxNumber)); FieldDescriptor 3509 third_party/protobuf/src/google/protobuf/descriptor.cc } else if (result->number() >= FieldDescriptor::kFirstReservedNumber && FieldDescriptor 3510 third_party/protobuf/src/google/protobuf/descriptor.cc result->number() <= FieldDescriptor::kLastReservedNumber) { FieldDescriptor 3515 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor::kFirstReservedNumber, FieldDescriptor 3516 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor::kLastReservedNumber)); FieldDescriptor 3784 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor* field, const FieldDescriptorProto& proto) { FieldDescriptor 3837 third_party/protobuf/src/google/protobuf/descriptor.cc field->type_ = FieldDescriptor::TYPE_MESSAGE; FieldDescriptor 3839 third_party/protobuf/src/google/protobuf/descriptor.cc field->type_ = FieldDescriptor::TYPE_ENUM; FieldDescriptor 3848 third_party/protobuf/src/google/protobuf/descriptor.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 3862 third_party/protobuf/src/google/protobuf/descriptor.cc } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { FieldDescriptor 3905 third_party/protobuf/src/google/protobuf/descriptor.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE || FieldDescriptor 3906 third_party/protobuf/src/google/protobuf/descriptor.cc field->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { FieldDescriptor 3916 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* conflicting_field = FieldDescriptor 4062 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor::kMaxNumber); FieldDescriptor 4074 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorBuilder::ValidateFieldOptions(FieldDescriptor* field, FieldDescriptor 4082 third_party/protobuf/src/google/protobuf/descriptor.cc if (field->type() != FieldDescriptor::TYPE_MESSAGE) { FieldDescriptor 4105 third_party/protobuf/src/google/protobuf/descriptor.cc field->type() != FieldDescriptor::TYPE_MESSAGE) { FieldDescriptor 4184 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorBuilder::ValidateMapKey(FieldDescriptor* field, FieldDescriptor 4192 third_party/protobuf/src/google/protobuf/descriptor.cc if (field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 4220 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* key_field = key_symbol.field_descriptor; FieldDescriptor 4228 third_party/protobuf/src/google/protobuf/descriptor.cc if (key_field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 4262 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* uninterpreted_options_field = FieldDescriptor 4269 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* original_uninterpreted_options_field = FieldDescriptor 4352 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* field = NULL; FieldDescriptor 4353 third_party/protobuf/src/google/protobuf/descriptor.cc vector<const FieldDescriptor*> intermediate_fields; FieldDescriptor 4414 third_party/protobuf/src/google/protobuf/descriptor.cc if (field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 4451 third_party/protobuf/src/google/protobuf/descriptor.cc for (vector<const FieldDescriptor*>::reverse_iterator iter = FieldDescriptor 4456 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_MESSAGE: { FieldDescriptor 4467 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_GROUP: { FieldDescriptor 4491 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* field = FieldDescriptor 4500 third_party/protobuf/src/google/protobuf/descriptor.cc vector<const FieldDescriptor*>::const_iterator intermediate_fields_iter, FieldDescriptor 4501 third_party/protobuf/src/google/protobuf/descriptor.cc vector<const FieldDescriptor*>::const_iterator intermediate_fields_end, FieldDescriptor 4502 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* innermost_field, const string& debug_msg_name, FieldDescriptor 4523 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor::Type type = (*intermediate_fields_iter)->type(); FieldDescriptor 4526 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_MESSAGE: FieldDescriptor 4540 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_GROUP: FieldDescriptor 4561 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* option_field, FieldDescriptor 4566 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_INT32: FieldDescriptor 4593 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_INT64: FieldDescriptor 4614 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_UINT32: FieldDescriptor 4630 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_UINT64: FieldDescriptor 4641 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_FLOAT: { FieldDescriptor 4658 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_DOUBLE: { FieldDescriptor 4675 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_BOOL: FieldDescriptor 4692 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_ENUM: { FieldDescriptor 4745 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 4755 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 4770 third_party/protobuf/src/google/protobuf/descriptor.cc virtual const FieldDescriptor* FindExtension( FieldDescriptor 4788 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* extension = foreign_type->extension(i); FieldDescriptor 4790 third_party/protobuf/src/google/protobuf/descriptor.cc extension->type() == FieldDescriptor::TYPE_MESSAGE && FieldDescriptor 4825 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* option_field, FieldDescriptor 4856 third_party/protobuf/src/google/protobuf/descriptor.cc if (option_field->type() == FieldDescriptor::TYPE_MESSAGE) { FieldDescriptor 4859 third_party/protobuf/src/google/protobuf/descriptor.cc GOOGLE_CHECK_EQ(option_field->type(), FieldDescriptor::TYPE_GROUP); FieldDescriptor 4868 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor::Type type, UnknownFieldSet* unknown_fields) { FieldDescriptor 4870 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_INT32: FieldDescriptor 4875 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_SFIXED32: FieldDescriptor 4879 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_SINT32: FieldDescriptor 4891 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor::Type type, UnknownFieldSet* unknown_fields) { FieldDescriptor 4893 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_INT64: FieldDescriptor 4897 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_SFIXED64: FieldDescriptor 4901 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_SINT64: FieldDescriptor 4913 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor::Type type, UnknownFieldSet* unknown_fields) { FieldDescriptor 4915 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_UINT32: FieldDescriptor 4919 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_FIXED32: FieldDescriptor 4930 third_party/protobuf/src/google/protobuf/descriptor.cc FieldDescriptor::Type type, UnknownFieldSet* unknown_fields) { FieldDescriptor 4932 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_UINT64: FieldDescriptor 4936 third_party/protobuf/src/google/protobuf/descriptor.cc case FieldDescriptor::TYPE_FIXED64: FieldDescriptor 71 third_party/protobuf/src/google/protobuf/descriptor.h class FieldDescriptor; FieldDescriptor 172 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* field(int index) const; FieldDescriptor 176 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindFieldByNumber(int number) const; FieldDescriptor 178 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindFieldByName(const string& name) const; FieldDescriptor 183 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindFieldByLowercaseName( FieldDescriptor 190 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindFieldByCamelcaseName( FieldDescriptor 244 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* extension(int index) const; FieldDescriptor 248 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindExtensionByName(const string& name) const; FieldDescriptor 252 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindExtensionByLowercaseName(const string& name) const; FieldDescriptor 256 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindExtensionByCamelcaseName(const string& name) const; FieldDescriptor 288 third_party/protobuf/src/google/protobuf/descriptor.h FieldDescriptor* fields_; FieldDescriptor 296 third_party/protobuf/src/google/protobuf/descriptor.h FieldDescriptor* extensions_; FieldDescriptor 305 third_party/protobuf/src/google/protobuf/descriptor.h friend class FieldDescriptor; FieldDescriptor 323 third_party/protobuf/src/google/protobuf/descriptor.h class LIBPROTOBUF_EXPORT FieldDescriptor { FieldDescriptor 494 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* experimental_map_key() const; FieldDescriptor 551 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* experimental_map_key_; FieldDescriptor 580 third_party/protobuf/src/google/protobuf/descriptor.h FieldDescriptor() {} FieldDescriptor 584 third_party/protobuf/src/google/protobuf/descriptor.h GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FieldDescriptor); FieldDescriptor 671 third_party/protobuf/src/google/protobuf/descriptor.h friend class FieldDescriptor; FieldDescriptor 948 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* extension(int index) const; FieldDescriptor 967 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindExtensionByName(const string& name) const; FieldDescriptor 970 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindExtensionByLowercaseName(const string& name) const; FieldDescriptor 973 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindExtensionByCamelcaseName(const string& name) const; FieldDescriptor 1016 third_party/protobuf/src/google/protobuf/descriptor.h FieldDescriptor* extensions_; FieldDescriptor 1028 third_party/protobuf/src/google/protobuf/descriptor.h friend class FieldDescriptor; FieldDescriptor 1114 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindFieldByName(const string& name) const; FieldDescriptor 1115 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindExtensionByName(const string& name) const; FieldDescriptor 1123 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindExtensionByNumber(const Descriptor* extendee, FieldDescriptor 1132 third_party/protobuf/src/google/protobuf/descriptor.h vector<const FieldDescriptor*>* out) const; FieldDescriptor 1259 third_party/protobuf/src/google/protobuf/descriptor.h friend class FieldDescriptor; FieldDescriptor 1331 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, field, const FieldDescriptor*) FieldDescriptor 1340 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor*) FieldDescriptor 1343 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_STRING_ACCESSOR(FieldDescriptor, name) FieldDescriptor 1344 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_STRING_ACCESSOR(FieldDescriptor, full_name) FieldDescriptor 1345 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_STRING_ACCESSOR(FieldDescriptor, lowercase_name) FieldDescriptor 1346 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_STRING_ACCESSOR(FieldDescriptor, camelcase_name) FieldDescriptor 1347 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, file, const FileDescriptor*) FieldDescriptor 1348 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, number, int) FieldDescriptor 1349 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, is_extension, bool) FieldDescriptor 1350 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, type, FieldDescriptor::Type) FieldDescriptor 1351 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, label, FieldDescriptor::Label) FieldDescriptor 1352 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, containing_type, const Descriptor*) FieldDescriptor 1353 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, extension_scope, const Descriptor*) FieldDescriptor 1354 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, message_type, const Descriptor*) FieldDescriptor 1355 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, enum_type, const EnumDescriptor*) FieldDescriptor 1356 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, experimental_map_key, FieldDescriptor 1357 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor*) FieldDescriptor 1358 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_OPTIONS_ACCESSOR(FieldDescriptor, FieldOptions) FieldDescriptor 1359 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, has_default_value, bool) FieldDescriptor 1360 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, default_value_int32 , int32 ) FieldDescriptor 1361 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, default_value_int64 , int64 ) FieldDescriptor 1362 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, default_value_uint32, uint32) FieldDescriptor 1363 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, default_value_uint64, uint64) FieldDescriptor 1364 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, default_value_float , float ) FieldDescriptor 1365 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, default_value_double, double) FieldDescriptor 1366 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, default_value_bool , bool ) FieldDescriptor 1367 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, default_value_enum, FieldDescriptor 1369 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_STRING_ACCESSOR(FieldDescriptor, default_value_string) FieldDescriptor 1417 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor*) FieldDescriptor 1425 third_party/protobuf/src/google/protobuf/descriptor.h inline bool FieldDescriptor::is_required() const { FieldDescriptor 1429 third_party/protobuf/src/google/protobuf/descriptor.h inline bool FieldDescriptor::is_optional() const { FieldDescriptor 1433 third_party/protobuf/src/google/protobuf/descriptor.h inline bool FieldDescriptor::is_repeated() const { FieldDescriptor 1437 third_party/protobuf/src/google/protobuf/descriptor.h inline bool FieldDescriptor::is_packable() const { FieldDescriptor 1443 third_party/protobuf/src/google/protobuf/descriptor.h inline int FieldDescriptor::index() const { FieldDescriptor 1481 third_party/protobuf/src/google/protobuf/descriptor.h inline const char* FieldDescriptor::type_name() const { FieldDescriptor 1485 third_party/protobuf/src/google/protobuf/descriptor.h inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { FieldDescriptor 1489 third_party/protobuf/src/google/protobuf/descriptor.h inline const char* FieldDescriptor::cpp_type_name() const { FieldDescriptor 1493 third_party/protobuf/src/google/protobuf/descriptor.h inline FieldDescriptor::CppType FieldDescriptor::TypeToCppType(Type type) { FieldDescriptor 1497 third_party/protobuf/src/google/protobuf/descriptor.h inline bool FieldDescriptor::IsTypePackable(Type field_type) { FieldDescriptor 1498 third_party/protobuf/src/google/protobuf/descriptor.h return (field_type != FieldDescriptor::TYPE_STRING && FieldDescriptor 1499 third_party/protobuf/src/google/protobuf/descriptor.h field_type != FieldDescriptor::TYPE_GROUP && FieldDescriptor 1500 third_party/protobuf/src/google/protobuf/descriptor.h field_type != FieldDescriptor::TYPE_MESSAGE && FieldDescriptor 1501 third_party/protobuf/src/google/protobuf/descriptor.h field_type != FieldDescriptor::TYPE_BYTES); FieldDescriptor 423 third_party/protobuf/src/google/protobuf/descriptor_database.cc const FieldDescriptor* extension = FieldDescriptor 438 third_party/protobuf/src/google/protobuf/descriptor_database.cc vector<const FieldDescriptor*> extensions; FieldDescriptor 258 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* foo_extension_; FieldDescriptor 264 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* bar_extension_; FieldDescriptor 476 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* foo_; FieldDescriptor 477 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* bar_; FieldDescriptor 478 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* baz_; FieldDescriptor 479 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* qux_; FieldDescriptor 481 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* foo2_; FieldDescriptor 482 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* bar2_; FieldDescriptor 483 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* quux2_; FieldDescriptor 588 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::TYPE_STRING , foo_->type()); FieldDescriptor 589 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::TYPE_ENUM , bar_->type()); FieldDescriptor 590 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::TYPE_MESSAGE, baz_->type()); FieldDescriptor 591 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::TYPE_GROUP , qux_->type()); FieldDescriptor 595 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::LABEL_REQUIRED, foo_->label()); FieldDescriptor 596 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, bar_->label()); FieldDescriptor 597 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::LABEL_REPEATED, baz_->label()); FieldDescriptor 598 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, qux_->label()); FieldDescriptor 1460 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::TYPE_INT32 , foo_file_->extension(0)->type()); FieldDescriptor 1461 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::TYPE_ENUM , foo_file_->extension(1)->type()); FieldDescriptor 1462 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::TYPE_MESSAGE, bar_->extension(0)->type()); FieldDescriptor 1463 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::TYPE_GROUP , bar_->extension(1)->type()); FieldDescriptor 1469 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, foo_file_->extension(0)->label()); FieldDescriptor 1470 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::LABEL_REPEATED, foo_file_->extension(1)->label()); FieldDescriptor 1471 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::LABEL_OPTIONAL, bar_->extension(0)->label()); FieldDescriptor 1472 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::LABEL_REPEATED, bar_->extension(1)->label()); FieldDescriptor 1510 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc vector<const FieldDescriptor*> extensions; FieldDescriptor 1524 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* GetFieldDescriptorOfType(FieldDescriptor::Type type) { FieldDescriptor 1534 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc if (type == FieldDescriptor::TYPE_MESSAGE || FieldDescriptor 1535 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc type == FieldDescriptor::TYPE_GROUP) { FieldDescriptor 1537 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc } else if (type == FieldDescriptor::TYPE_ENUM) { FieldDescriptor 1554 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const char* GetTypeNameForFieldType(FieldDescriptor::Type type) { FieldDescriptor 1555 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* field = GetFieldDescriptorOfType(type); FieldDescriptor 1559 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptor::CppType GetCppTypeForFieldType(FieldDescriptor::Type type) { FieldDescriptor 1560 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* field = GetFieldDescriptorOfType(type); FieldDescriptor 1562 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc static_cast<FieldDescriptor::CppType>(0); FieldDescriptor 1565 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const char* GetCppTypeNameForFieldType(FieldDescriptor::Type type) { FieldDescriptor 1566 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* field = GetFieldDescriptorOfType(type); FieldDescriptor 1576 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc typedef FieldDescriptor FD; // avoid ugly line wrapping FieldDescriptor 1601 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc typedef FieldDescriptor FD; // avoid ugly line wrapping FieldDescriptor 1626 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc typedef FieldDescriptor FD; // avoid ugly line wrapping FieldDescriptor 1798 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* foo = message->field(0); FieldDescriptor 1799 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* bar = message->field(1); FieldDescriptor 1902 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* bar_field_; FieldDescriptor 1903 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* baz_field_; FieldDescriptor 1904 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* qux_field_; FieldDescriptor 1924 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc ASSERT_EQ(FieldDescriptor::TYPE_MESSAGE, bar_field_->type()); FieldDescriptor 1927 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc ASSERT_EQ(FieldDescriptor::TYPE_MESSAGE, baz_field_->type()); FieldDescriptor 1934 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc ASSERT_EQ(FieldDescriptor::TYPE_ENUM, qux_field_->type()); FieldDescriptor 1998 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FieldDescriptor::kMaxNumber + 1, extendee->extension_range(0)->end); FieldDescriptor 2047 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc vector<const FieldDescriptor*> fields; FieldDescriptor 2115 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* quux_field = corge_desc->field(0); FieldDescriptor 2116 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc ASSERT_EQ(FieldDescriptor::TYPE_MESSAGE, quux_field->type()); FieldDescriptor 2135 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* field = message->FindFieldByName("field1"); FieldDescriptor 2397 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* field = msg->FindFieldByName("fieldname"); FieldDescriptor 4228 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const FieldDescriptor* extension = pool.FindExtensionByNumber(foo, 5); FieldDescriptor 4244 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc vector<const FieldDescriptor*> extensions; FieldDescriptor 94 third_party/protobuf/src/google/protobuf/dynamic_message.cc int FieldSpaceUsed(const FieldDescriptor* field) { FieldDescriptor 95 third_party/protobuf/src/google/protobuf/dynamic_message.cc typedef FieldDescriptor FD; // avoid line wrapping FieldDescriptor 255 third_party/protobuf/src/google/protobuf/dynamic_message.cc const FieldDescriptor* field = descriptor->field(i); FieldDescriptor 259 third_party/protobuf/src/google/protobuf/dynamic_message.cc case FieldDescriptor::CPPTYPE_##CPPTYPE: \ FieldDescriptor 276 third_party/protobuf/src/google/protobuf/dynamic_message.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 284 third_party/protobuf/src/google/protobuf/dynamic_message.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 305 third_party/protobuf/src/google/protobuf/dynamic_message.cc case FieldDescriptor::CPPTYPE_MESSAGE: { FieldDescriptor 335 third_party/protobuf/src/google/protobuf/dynamic_message.cc const FieldDescriptor* field = descriptor->field(i); FieldDescriptor 341 third_party/protobuf/src/google/protobuf/dynamic_message.cc case FieldDescriptor::CPPTYPE_##UPPERCASE : \ FieldDescriptor 356 third_party/protobuf/src/google/protobuf/dynamic_message.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 366 third_party/protobuf/src/google/protobuf/dynamic_message.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 372 third_party/protobuf/src/google/protobuf/dynamic_message.cc } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { FieldDescriptor 383 third_party/protobuf/src/google/protobuf/dynamic_message.cc } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 403 third_party/protobuf/src/google/protobuf/dynamic_message.cc const FieldDescriptor* field = descriptor->field(i); FieldDescriptor 406 third_party/protobuf/src/google/protobuf/dynamic_message.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE && FieldDescriptor 252 third_party/protobuf/src/google/protobuf/extension_set.cc const FieldDescriptor* descriptor) { \ FieldDescriptor 282 third_party/protobuf/src/google/protobuf/extension_set.cc const FieldDescriptor* descriptor) { \ FieldDescriptor 330 third_party/protobuf/src/google/protobuf/extension_set.cc const FieldDescriptor* descriptor) { FieldDescriptor 359 third_party/protobuf/src/google/protobuf/extension_set.cc const FieldDescriptor* descriptor) { FieldDescriptor 390 third_party/protobuf/src/google/protobuf/extension_set.cc const FieldDescriptor* descriptor) { FieldDescriptor 419 third_party/protobuf/src/google/protobuf/extension_set.cc const FieldDescriptor* descriptor) { FieldDescriptor 459 third_party/protobuf/src/google/protobuf/extension_set.cc const FieldDescriptor* descriptor) { FieldDescriptor 486 third_party/protobuf/src/google/protobuf/extension_set.cc const FieldDescriptor* descriptor, FieldDescriptor 552 third_party/protobuf/src/google/protobuf/extension_set.cc const FieldDescriptor* descriptor) { FieldDescriptor 1085 third_party/protobuf/src/google/protobuf/extension_set.cc const FieldDescriptor* descriptor, FieldDescriptor 53 third_party/protobuf/src/google/protobuf/extension_set.h class FieldDescriptor; // descriptor.h FieldDescriptor 113 third_party/protobuf/src/google/protobuf/extension_set.h const FieldDescriptor* descriptor; FieldDescriptor 183 third_party/protobuf/src/google/protobuf/extension_set.h vector<const FieldDescriptor*>* output) const; FieldDescriptor 240 third_party/protobuf/src/google/protobuf/extension_set.h #define desc const FieldDescriptor* descriptor // avoid line wrapping FieldDescriptor 253 third_party/protobuf/src/google/protobuf/extension_set.h MessageLite* MutableMessage(const FieldDescriptor* decsriptor, FieldDescriptor 259 third_party/protobuf/src/google/protobuf/extension_set.h const FieldDescriptor* descriptor, FieldDescriptor 262 third_party/protobuf/src/google/protobuf/extension_set.h MessageLite* ReleaseMessage(const FieldDescriptor* descriptor, FieldDescriptor 293 third_party/protobuf/src/google/protobuf/extension_set.h #define desc const FieldDescriptor* descriptor // avoid line wrapping FieldDescriptor 306 third_party/protobuf/src/google/protobuf/extension_set.h MessageLite* AddMessage(const FieldDescriptor* descriptor, FieldDescriptor 485 third_party/protobuf/src/google/protobuf/extension_set.h const FieldDescriptor* descriptor; FieldDescriptor 530 third_party/protobuf/src/google/protobuf/extension_set.h bool MaybeNewExtension(int number, const FieldDescriptor* descriptor, FieldDescriptor 564 third_party/protobuf/src/google/protobuf/extension_set.h const FieldDescriptor* descriptor) { FieldDescriptor 573 third_party/protobuf/src/google/protobuf/extension_set.h const FieldDescriptor* descriptor) { FieldDescriptor 73 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc vector<const FieldDescriptor*>* output) const { FieldDescriptor 99 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc inline FieldDescriptor::Type real_type(FieldType type) { FieldDescriptor 100 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc GOOGLE_DCHECK(type > 0 && type <= FieldDescriptor::MAX_TYPE); FieldDescriptor 101 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc return static_cast<FieldDescriptor::Type>(type); FieldDescriptor 104 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc inline FieldDescriptor::CppType cpp_type(FieldType type) { FieldDescriptor 105 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc return FieldDescriptor::TypeToCppType( FieldDescriptor 106 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc static_cast<FieldDescriptor::Type>(type)); FieldDescriptor 115 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc GOOGLE_DCHECK_EQ((EXTENSION).is_repeated ? FieldDescriptor::LABEL_REPEATED \ FieldDescriptor 116 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc : FieldDescriptor::LABEL_OPTIONAL, \ FieldDescriptor 117 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc FieldDescriptor::LABEL_##LABEL); \ FieldDescriptor 118 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), FieldDescriptor::CPPTYPE_##CPPTYPE) FieldDescriptor 138 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc MessageLite* ExtensionSet::MutableMessage(const FieldDescriptor* descriptor, FieldDescriptor 143 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE); FieldDescriptor 164 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc MessageLite* ExtensionSet::ReleaseMessage(const FieldDescriptor* descriptor, FieldDescriptor 185 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc MessageLite* ExtensionSet::AddMessage(const FieldDescriptor* descriptor, FieldDescriptor 190 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE); FieldDescriptor 222 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc const FieldDescriptor* extension = FieldDescriptor 231 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc if (extension->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 237 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc } else if (extension->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) { FieldDescriptor 298 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc case FieldDescriptor::CPPTYPE_##UPPERCASE: \ FieldDescriptor 314 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 325 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 329 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 381 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc case FieldDescriptor::TYPE_##UPPERCASE: \ FieldDescriptor 414 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc case FieldDescriptor::TYPE_##UPPERCASE: \ FieldDescriptor 445 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc case FieldDescriptor::TYPE_##UPPERCASE: \ FieldDescriptor 468 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc case FieldDescriptor::TYPE_MESSAGE: FieldDescriptor 692 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc const FieldDescriptor* message_extension = FieldDescriptor 710 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc const FieldDescriptor* dynamic_message_extension = FieldDescriptor 69 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Descriptor* descriptor, const FieldDescriptor* field, FieldDescriptor 79 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const char* cpptype_names_[FieldDescriptor::MAX_CPPTYPE + 1] = { FieldDescriptor 94 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Descriptor* descriptor, const FieldDescriptor* field, FieldDescriptor 96 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc FieldDescriptor::CppType expected_type) { FieldDescriptor 108 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Descriptor* descriptor, const FieldDescriptor* field, FieldDescriptor 129 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc if (field->cpp_type() != FieldDescriptor::CPPTYPE_##CPPTYPE) \ FieldDescriptor 131 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc FieldDescriptor::CPPTYPE_##CPPTYPE) FieldDescriptor 141 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc USAGE_CHECK_NE(field->label(), FieldDescriptor::LABEL_REPEATED, METHOD, \ FieldDescriptor 144 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc USAGE_CHECK_EQ(field->label(), FieldDescriptor::LABEL_REPEATED, METHOD, \ FieldDescriptor 206 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 211 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_##UPPERCASE : \ FieldDescriptor 226 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 236 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 246 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_INT32 : FieldDescriptor 247 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_INT64 : FieldDescriptor 248 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_UINT32: FieldDescriptor 249 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_UINT64: FieldDescriptor 250 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_DOUBLE: FieldDescriptor 251 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_FLOAT : FieldDescriptor 252 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_BOOL : FieldDescriptor 253 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_ENUM : FieldDescriptor 257 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_STRING: { FieldDescriptor 279 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 327 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 331 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_##CPPTYPE: \ FieldDescriptor 346 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 347 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 358 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_##CPPTYPE: \ FieldDescriptor 372 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 377 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 403 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* field) const { FieldDescriptor 415 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* field) const { FieldDescriptor 424 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_##UPPERCASE : \ FieldDescriptor 437 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 438 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 448 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field) const { FieldDescriptor 460 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_##CPPTYPE: \ FieldDescriptor 474 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 479 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_STRING: { FieldDescriptor 497 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 505 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_##UPPERCASE : \ FieldDescriptor 519 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_STRING: { FieldDescriptor 529 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_MESSAGE: { FieldDescriptor 542 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* field) const { FieldDescriptor 551 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_##UPPERCASE : \ FieldDescriptor 565 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 574 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 584 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* field) const { FieldDescriptor 598 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* field, FieldDescriptor 609 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_##UPPERCASE : \ FieldDescriptor 624 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_STRING: FieldDescriptor 625 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 636 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc bool operator()(const FieldDescriptor* left, FieldDescriptor 637 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* right) const { FieldDescriptor 645 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc vector<const FieldDescriptor*>* output) const { FieldDescriptor 652 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* field = descriptor_->field(i); FieldDescriptor 678 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Message& message, const FieldDescriptor* field) const { \ FieldDescriptor 689 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, \ FieldDescriptor 702 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* field, int index) const { \ FieldDescriptor 713 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, \ FieldDescriptor 725 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, \ FieldDescriptor 749 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Message& message, const FieldDescriptor* field) const { FieldDescriptor 768 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* field, string* scratch) const { FieldDescriptor 787 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, FieldDescriptor 811 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Message& message, const FieldDescriptor* field, int index) const { FieldDescriptor 828 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Message& message, const FieldDescriptor* field, FieldDescriptor 847 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, FieldDescriptor 865 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, FieldDescriptor 885 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Message& message, const FieldDescriptor* field) const { FieldDescriptor 904 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, FieldDescriptor 918 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Message& message, const FieldDescriptor* field, int index) const { FieldDescriptor 937 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* field, int index, FieldDescriptor 951 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, FieldDescriptor 968 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Message& message, const FieldDescriptor* field, FieldDescriptor 989 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, FieldDescriptor 1012 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* field, FieldDescriptor 1031 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Message& message, const FieldDescriptor* field, int index) const { FieldDescriptor 1044 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, int index) const { FieldDescriptor 1058 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, FieldDescriptor 1089 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, FieldDescriptor 1090 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc FieldDescriptor::CppType cpptype, FieldDescriptor 1109 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* GeneratedMessageReflection::FindKnownExtensionByName( FieldDescriptor 1113 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* result = descriptor_pool_->FindExtensionByName(name); FieldDescriptor 1124 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* extension = type->extension(i); FieldDescriptor 1126 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc extension->type() == FieldDescriptor::TYPE_MESSAGE && FieldDescriptor 1139 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* GeneratedMessageReflection::FindKnownExtensionByNumber( FieldDescriptor 1152 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Message& message, const FieldDescriptor* field) const { FieldDescriptor 1160 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field) const { FieldDescriptor 1167 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const FieldDescriptor* field) const { FieldDescriptor 1200 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Message& message, const FieldDescriptor* field) const { FieldDescriptor 1206 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field) const { FieldDescriptor 1211 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field) const { FieldDescriptor 1220 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Message& message, const FieldDescriptor* field) const { FieldDescriptor 1226 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, const Type& value) const { FieldDescriptor 1233 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field) const { FieldDescriptor 1240 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Message& message, const FieldDescriptor* field, int index) const { FieldDescriptor 1246 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Message& message, const FieldDescriptor* field, int index) const { FieldDescriptor 1252 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, FieldDescriptor 1259 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, int index) const { FieldDescriptor 1267 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field, const Type& value) const { FieldDescriptor 1273 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc Message* message, const FieldDescriptor* field) const { FieldDescriptor 146 third_party/protobuf/src/google/protobuf/generated_message_reflection.h bool HasField(const Message& message, const FieldDescriptor* field) const; FieldDescriptor 147 third_party/protobuf/src/google/protobuf/generated_message_reflection.h int FieldSize(const Message& message, const FieldDescriptor* field) const; FieldDescriptor 148 third_party/protobuf/src/google/protobuf/generated_message_reflection.h void ClearField(Message* message, const FieldDescriptor* field) const; FieldDescriptor 149 third_party/protobuf/src/google/protobuf/generated_message_reflection.h void RemoveLast(Message* message, const FieldDescriptor* field) const; FieldDescriptor 150 third_party/protobuf/src/google/protobuf/generated_message_reflection.h Message* ReleaseLast(Message* message, const FieldDescriptor* field) const; FieldDescriptor 152 third_party/protobuf/src/google/protobuf/generated_message_reflection.h void SwapElements(Message* message, const FieldDescriptor* field, FieldDescriptor 155 third_party/protobuf/src/google/protobuf/generated_message_reflection.h vector<const FieldDescriptor*>* output) const; FieldDescriptor 158 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 160 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 162 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 164 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 166 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 168 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 170 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 172 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 174 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, FieldDescriptor 177 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 179 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, FieldDescriptor 183 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int32 value) const; FieldDescriptor 185 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int64 value) const; FieldDescriptor 187 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, uint32 value) const; FieldDescriptor 189 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, uint64 value) const; FieldDescriptor 191 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, float value) const; FieldDescriptor 193 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, double value) const; FieldDescriptor 195 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, bool value) const; FieldDescriptor 197 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, FieldDescriptor 199 third_party/protobuf/src/google/protobuf/generated_message_reflection.h void SetEnum (Message* message, const FieldDescriptor* field, FieldDescriptor 201 third_party/protobuf/src/google/protobuf/generated_message_reflection.h Message* MutableMessage(Message* message, const FieldDescriptor* field, FieldDescriptor 203 third_party/protobuf/src/google/protobuf/generated_message_reflection.h Message* ReleaseMessage(Message* message, const FieldDescriptor* field, FieldDescriptor 207 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index) const; FieldDescriptor 209 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index) const; FieldDescriptor 211 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index) const; FieldDescriptor 213 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index) const; FieldDescriptor 215 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index) const; FieldDescriptor 217 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index) const; FieldDescriptor 219 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index) const; FieldDescriptor 221 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index) const; FieldDescriptor 223 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, FieldDescriptor 226 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, FieldDescriptor 229 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, FieldDescriptor 234 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index, int32 value) const; FieldDescriptor 236 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index, int64 value) const; FieldDescriptor 238 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index, uint32 value) const; FieldDescriptor 240 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index, uint64 value) const; FieldDescriptor 242 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index, float value) const; FieldDescriptor 244 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index, double value) const; FieldDescriptor 246 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index, bool value) const; FieldDescriptor 248 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index, FieldDescriptor 250 third_party/protobuf/src/google/protobuf/generated_message_reflection.h void SetRepeatedEnum(Message* message, const FieldDescriptor* field, FieldDescriptor 254 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, FieldDescriptor 258 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int32 value) const; FieldDescriptor 260 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int64 value) const; FieldDescriptor 262 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, uint32 value) const; FieldDescriptor 264 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, uint64 value) const; FieldDescriptor 266 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, float value) const; FieldDescriptor 268 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, double value) const; FieldDescriptor 270 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, bool value) const; FieldDescriptor 272 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, const string& value) const; FieldDescriptor 274 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, FieldDescriptor 276 third_party/protobuf/src/google/protobuf/generated_message_reflection.h Message* AddMessage(Message* message, const FieldDescriptor* field, FieldDescriptor 279 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* FindKnownExtensionByName(const string& name) const; FieldDescriptor 280 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* FindKnownExtensionByNumber(int number) const; FieldDescriptor 284 third_party/protobuf/src/google/protobuf/generated_message_reflection.h Message* message, const FieldDescriptor* field, FieldDescriptor::CppType, FieldDescriptor 308 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 311 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 313 third_party/protobuf/src/google/protobuf/generated_message_reflection.h inline const Type& DefaultRaw(const FieldDescriptor* field) const; FieldDescriptor 321 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 323 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 325 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 329 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 332 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, const Type& value) const; FieldDescriptor 335 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 338 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, FieldDescriptor 342 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, FieldDescriptor 346 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, int index, FieldDescriptor 350 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, FieldDescriptor 354 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field, const Type& value) const; FieldDescriptor 357 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const FieldDescriptor* field) const; FieldDescriptor 60 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc const FieldDescriptor* F(const string& name) { FieldDescriptor 61 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc const FieldDescriptor* result = FieldDescriptor 332 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc const FieldDescriptor* extension1 = FieldDescriptor 335 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc const FieldDescriptor* extension2 = FieldDescriptor 357 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc const FieldDescriptor* extension1 = FieldDescriptor 360 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc const FieldDescriptor* extension2 = FieldDescriptor 194 third_party/protobuf/src/google/protobuf/message.cc const Message& message, const FieldDescriptor* field) const { \ FieldDescriptor 202 third_party/protobuf/src/google/protobuf/message.cc Message* message, const FieldDescriptor* field) const { \ FieldDescriptor 207 third_party/protobuf/src/google/protobuf/message.cc HANDLE_TYPE(int32, FieldDescriptor::CPPTYPE_INT32, -1); FieldDescriptor 208 third_party/protobuf/src/google/protobuf/message.cc HANDLE_TYPE(int64, FieldDescriptor::CPPTYPE_INT64, -1); FieldDescriptor 209 third_party/protobuf/src/google/protobuf/message.cc HANDLE_TYPE(uint32, FieldDescriptor::CPPTYPE_UINT32, -1); FieldDescriptor 210 third_party/protobuf/src/google/protobuf/message.cc HANDLE_TYPE(uint64, FieldDescriptor::CPPTYPE_UINT64, -1); FieldDescriptor 211 third_party/protobuf/src/google/protobuf/message.cc HANDLE_TYPE(float, FieldDescriptor::CPPTYPE_FLOAT, -1); FieldDescriptor 212 third_party/protobuf/src/google/protobuf/message.cc HANDLE_TYPE(double, FieldDescriptor::CPPTYPE_DOUBLE, -1); FieldDescriptor 213 third_party/protobuf/src/google/protobuf/message.cc HANDLE_TYPE(bool, FieldDescriptor::CPPTYPE_BOOL, -1); FieldDescriptor 219 third_party/protobuf/src/google/protobuf/message.cc Message* message, const FieldDescriptor* field, bool is_string) const { FieldDescriptor 221 third_party/protobuf/src/google/protobuf/message.cc FieldDescriptor::CPPTYPE_STRING, FieldOptions::STRING, NULL); FieldDescriptor 380 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field) const = 0; FieldDescriptor 384 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field) const = 0; FieldDescriptor 389 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field) const = 0; FieldDescriptor 399 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field) const = 0; FieldDescriptor 403 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field) const = 0; FieldDescriptor 410 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 420 third_party/protobuf/src/google/protobuf/message.h vector<const FieldDescriptor*>* output) const = 0; FieldDescriptor 427 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field) const = 0; FieldDescriptor 429 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field) const = 0; FieldDescriptor 431 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field) const = 0; FieldDescriptor 433 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field) const = 0; FieldDescriptor 435 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field) const = 0; FieldDescriptor 437 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field) const = 0; FieldDescriptor 439 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field) const = 0; FieldDescriptor 441 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field) const = 0; FieldDescriptor 443 third_party/protobuf/src/google/protobuf/message.h const Message& message, const FieldDescriptor* field) const = 0; FieldDescriptor 446 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 465 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 473 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, int32 value) const = 0; FieldDescriptor 475 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, int64 value) const = 0; FieldDescriptor 477 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, uint32 value) const = 0; FieldDescriptor 479 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, uint64 value) const = 0; FieldDescriptor 481 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, float value) const = 0; FieldDescriptor 483 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, double value) const = 0; FieldDescriptor 485 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, bool value) const = 0; FieldDescriptor 487 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 490 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 503 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 513 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 521 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 524 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 527 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 530 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 533 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 536 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 539 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 542 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 546 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, int index) const = 0; FieldDescriptor 549 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, int index) const = 0; FieldDescriptor 553 third_party/protobuf/src/google/protobuf/message.h const Message& message, const FieldDescriptor* field, FieldDescriptor 561 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 564 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 567 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 570 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 573 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 576 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 579 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 582 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 585 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, int index, FieldDescriptor 590 third_party/protobuf/src/google/protobuf/message.h Message* message, const FieldDescriptor* field, int index) const = 0; FieldDescriptor 597 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, int32 value) const = 0; FieldDescriptor 599 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, int64 value) const = 0; FieldDescriptor 601 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, uint32 value) const = 0; FieldDescriptor 603 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, uint64 value) const = 0; FieldDescriptor 605 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, float value) const = 0; FieldDescriptor 607 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, double value) const = 0; FieldDescriptor 609 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, bool value) const = 0; FieldDescriptor 611 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 614 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 618 third_party/protobuf/src/google/protobuf/message.h const FieldDescriptor* field, FieldDescriptor 635 third_party/protobuf/src/google/protobuf/message.h const Message&, const FieldDescriptor*) const; FieldDescriptor 640 third_party/protobuf/src/google/protobuf/message.h Message*, const FieldDescriptor*) const; FieldDescriptor 646 third_party/protobuf/src/google/protobuf/message.h const Message&, const FieldDescriptor*) const; FieldDescriptor 652 third_party/protobuf/src/google/protobuf/message.h Message*, const FieldDescriptor*) const; FieldDescriptor 658 third_party/protobuf/src/google/protobuf/message.h virtual const FieldDescriptor* FindKnownExtensionByName( FieldDescriptor 663 third_party/protobuf/src/google/protobuf/message.h virtual const FieldDescriptor* FindKnownExtensionByNumber( FieldDescriptor 675 third_party/protobuf/src/google/protobuf/message.h Message* message, const FieldDescriptor* field, FieldDescriptor::CppType, FieldDescriptor 684 third_party/protobuf/src/google/protobuf/message.h Message* message, const FieldDescriptor* field, bool is_string) const; FieldDescriptor 757 third_party/protobuf/src/google/protobuf/message.h const Message& message, const FieldDescriptor* field) const; \ FieldDescriptor 762 third_party/protobuf/src/google/protobuf/message.h Message* message, const FieldDescriptor* field) const; FieldDescriptor 783 third_party/protobuf/src/google/protobuf/message.h const Message& message, const FieldDescriptor* field) const { FieldDescriptor 790 third_party/protobuf/src/google/protobuf/message.h Message* message, const FieldDescriptor* field) const { FieldDescriptor 800 third_party/protobuf/src/google/protobuf/message.h const Message& message, const FieldDescriptor* field) const { FieldDescriptor 803 third_party/protobuf/src/google/protobuf/message.h FieldDescriptor::CPPTYPE_MESSAGE, -1, FieldDescriptor 809 third_party/protobuf/src/google/protobuf/message.h Message* message, const FieldDescriptor* field) const { FieldDescriptor 812 third_party/protobuf/src/google/protobuf/message.h FieldDescriptor::CPPTYPE_MESSAGE, -1, FieldDescriptor 818 third_party/protobuf/src/google/protobuf/message.h const Message& message, const FieldDescriptor* field) const { FieldDescriptor 821 third_party/protobuf/src/google/protobuf/message.h FieldDescriptor::CPPTYPE_MESSAGE, -1, FieldDescriptor 827 third_party/protobuf/src/google/protobuf/message.h Message* message, const FieldDescriptor* field) const { FieldDescriptor 830 third_party/protobuf/src/google/protobuf/message.h FieldDescriptor::CPPTYPE_MESSAGE, -1, FieldDescriptor 64 third_party/protobuf/src/google/protobuf/reflection_ops.cc vector<const FieldDescriptor*> fields; FieldDescriptor 67 third_party/protobuf/src/google/protobuf/reflection_ops.cc const FieldDescriptor* field = fields[i]; FieldDescriptor 74 third_party/protobuf/src/google/protobuf/reflection_ops.cc case FieldDescriptor::CPPTYPE_##CPPTYPE: \ FieldDescriptor 90 third_party/protobuf/src/google/protobuf/reflection_ops.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 99 third_party/protobuf/src/google/protobuf/reflection_ops.cc case FieldDescriptor::CPPTYPE_##CPPTYPE: \ FieldDescriptor 115 third_party/protobuf/src/google/protobuf/reflection_ops.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 130 third_party/protobuf/src/google/protobuf/reflection_ops.cc vector<const FieldDescriptor*> fields; FieldDescriptor 153 third_party/protobuf/src/google/protobuf/reflection_ops.cc vector<const FieldDescriptor*> fields; FieldDescriptor 156 third_party/protobuf/src/google/protobuf/reflection_ops.cc const FieldDescriptor* field = fields[i]; FieldDescriptor 157 third_party/protobuf/src/google/protobuf/reflection_ops.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 184 third_party/protobuf/src/google/protobuf/reflection_ops.cc vector<const FieldDescriptor*> fields; FieldDescriptor 187 third_party/protobuf/src/google/protobuf/reflection_ops.cc const FieldDescriptor* field = fields[i]; FieldDescriptor 188 third_party/protobuf/src/google/protobuf/reflection_ops.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 203 third_party/protobuf/src/google/protobuf/reflection_ops.cc const FieldDescriptor* field, FieldDescriptor 239 third_party/protobuf/src/google/protobuf/reflection_ops.cc vector<const FieldDescriptor*> fields; FieldDescriptor 242 third_party/protobuf/src/google/protobuf/reflection_ops.cc const FieldDescriptor* field = fields[i]; FieldDescriptor 243 third_party/protobuf/src/google/protobuf/reflection_ops.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 75 third_party/protobuf/src/google/protobuf/repeated_field_reflection_unittest.cc const FieldDescriptor* fd_repeated_int32 = FieldDescriptor 77 third_party/protobuf/src/google/protobuf/repeated_field_reflection_unittest.cc const FieldDescriptor* fd_repeated_double = FieldDescriptor 79 third_party/protobuf/src/google/protobuf/repeated_field_reflection_unittest.cc const FieldDescriptor* fd_repeated_string = FieldDescriptor 81 third_party/protobuf/src/google/protobuf/repeated_field_reflection_unittest.cc const FieldDescriptor* fd_repeated_foreign_message = FieldDescriptor 149 third_party/protobuf/src/google/protobuf/repeated_field_reflection_unittest.cc const FieldDescriptor* fd_optional_int32 = FieldDescriptor 173 third_party/protobuf/src/google/protobuf/repeated_field_reflection_unittest.cc const FieldDescriptor* fd_repeated_int64_extension = FieldDescriptor 2187 third_party/protobuf/src/google/protobuf/test_util.cc const FieldDescriptor* TestUtil::ReflectionTester::F(const string& name) { FieldDescriptor 2188 third_party/protobuf/src/google/protobuf/test_util.cc const FieldDescriptor* result = NULL; FieldDescriptor 2973 third_party/protobuf/src/google/protobuf/test_util.cc vector<const FieldDescriptor*> output; FieldDescriptor 2976 third_party/protobuf/src/google/protobuf/test_util.cc const FieldDescriptor* field = output[i]; FieldDescriptor 2987 third_party/protobuf/src/google/protobuf/test_util.cc vector<const FieldDescriptor*> output; FieldDescriptor 2990 third_party/protobuf/src/google/protobuf/test_util.cc const FieldDescriptor* field = output[i]; FieldDescriptor 2992 third_party/protobuf/src/google/protobuf/test_util.cc if (field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) continue; FieldDescriptor 3006 third_party/protobuf/src/google/protobuf/test_util.cc vector<const FieldDescriptor*> output; FieldDescriptor 3009 third_party/protobuf/src/google/protobuf/test_util.cc const FieldDescriptor* field = output[i]; FieldDescriptor 156 third_party/protobuf/src/google/protobuf/test_util.h const FieldDescriptor* F(const string& name); FieldDescriptor 160 third_party/protobuf/src/google/protobuf/test_util.h const FieldDescriptor* group_a_; FieldDescriptor 161 third_party/protobuf/src/google/protobuf/test_util.h const FieldDescriptor* repeated_group_a_; FieldDescriptor 162 third_party/protobuf/src/google/protobuf/test_util.h const FieldDescriptor* nested_b_; FieldDescriptor 163 third_party/protobuf/src/google/protobuf/test_util.h const FieldDescriptor* foreign_c_; FieldDescriptor 164 third_party/protobuf/src/google/protobuf/test_util.h const FieldDescriptor* import_d_; FieldDescriptor 165 third_party/protobuf/src/google/protobuf/test_util.h const FieldDescriptor* import_e_; FieldDescriptor 110 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field, FieldDescriptor 116 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field) { FieldDescriptor 125 third_party/protobuf/src/google/protobuf/text_format.cc void CheckFieldIndex(const FieldDescriptor* field, int index) { FieldDescriptor 138 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field, int index) const { FieldDescriptor 152 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field, int index) const { FieldDescriptor 231 third_party/protobuf/src/google/protobuf/text_format.cc bool ParseField(const FieldDescriptor* field, Message* output) { FieldDescriptor 233 third_party/protobuf/src/google/protobuf/text_format.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 315 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field = NULL; FieldDescriptor 358 third_party/protobuf/src/google/protobuf/text_format.cc if (field != NULL && field->type() != FieldDescriptor::TYPE_GROUP) { FieldDescriptor 363 third_party/protobuf/src/google/protobuf/text_format.cc if (field != NULL && field->type() == FieldDescriptor::TYPE_GROUP FieldDescriptor 405 third_party/protobuf/src/google/protobuf/text_format.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 480 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field) { FieldDescriptor 528 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field) { FieldDescriptor 541 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_INT32: { FieldDescriptor 548 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_UINT32: { FieldDescriptor 555 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_INT64: { FieldDescriptor 562 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_UINT64: { FieldDescriptor 569 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_FLOAT: { FieldDescriptor 576 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_DOUBLE: { FieldDescriptor 583 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_STRING: { FieldDescriptor 590 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_BOOL: { FieldDescriptor 611 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_ENUM: { FieldDescriptor 642 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_MESSAGE: { FieldDescriptor 1094 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field, FieldDescriptor 1180 third_party/protobuf/src/google/protobuf/text_format.cc vector<const FieldDescriptor*> fields; FieldDescriptor 1190 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field, FieldDescriptor 1205 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field, FieldDescriptor 1209 third_party/protobuf/src/google/protobuf/text_format.cc field->cpp_type() != FieldDescriptor::CPPTYPE_STRING && FieldDescriptor 1210 third_party/protobuf/src/google/protobuf/text_format.cc field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 1226 third_party/protobuf/src/google/protobuf/text_format.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 1245 third_party/protobuf/src/google/protobuf/text_format.cc if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { FieldDescriptor 1265 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field, FieldDescriptor 1285 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field, FieldDescriptor 1291 third_party/protobuf/src/google/protobuf/text_format.cc && field->type() == FieldDescriptor::TYPE_MESSAGE FieldDescriptor 1300 third_party/protobuf/src/google/protobuf/text_format.cc if (field->type() == FieldDescriptor::TYPE_GROUP) { FieldDescriptor 1312 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field, FieldDescriptor 1320 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_##CPPTYPE: \ FieldDescriptor 1334 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_STRING: { FieldDescriptor 1352 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_BOOL: FieldDescriptor 1362 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_ENUM: FieldDescriptor 1368 third_party/protobuf/src/google/protobuf/text_format.cc case FieldDescriptor::CPPTYPE_MESSAGE: FieldDescriptor 1400 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field, FieldDescriptor 1408 third_party/protobuf/src/google/protobuf/text_format.cc const FieldDescriptor* field, FieldDescriptor 84 third_party/protobuf/src/google/protobuf/text_format.h const FieldDescriptor* field, FieldDescriptor 107 third_party/protobuf/src/google/protobuf/text_format.h const FieldDescriptor* field, FieldDescriptor 153 third_party/protobuf/src/google/protobuf/text_format.h const FieldDescriptor* field, FieldDescriptor 159 third_party/protobuf/src/google/protobuf/text_format.h const FieldDescriptor* field, FieldDescriptor 166 third_party/protobuf/src/google/protobuf/text_format.h const FieldDescriptor* field, FieldDescriptor 173 third_party/protobuf/src/google/protobuf/text_format.h const FieldDescriptor* field, FieldDescriptor 209 third_party/protobuf/src/google/protobuf/text_format.h const FieldDescriptor* field, FieldDescriptor 221 third_party/protobuf/src/google/protobuf/text_format.h virtual const FieldDescriptor* FindExtension( FieldDescriptor 246 third_party/protobuf/src/google/protobuf/text_format.h ParseLocation GetLocation(const FieldDescriptor* field, int index) const; FieldDescriptor 251 third_party/protobuf/src/google/protobuf/text_format.h ParseInfoTree* GetTreeForNested(const FieldDescriptor* field, FieldDescriptor 259 third_party/protobuf/src/google/protobuf/text_format.h void RecordLocation(const FieldDescriptor* field, ParseLocation location); FieldDescriptor 262 third_party/protobuf/src/google/protobuf/text_format.h ParseInfoTree* CreateNested(const FieldDescriptor* field); FieldDescriptor 319 third_party/protobuf/src/google/protobuf/text_format.h const FieldDescriptor* field, FieldDescriptor 347 third_party/protobuf/src/google/protobuf/text_format.h const FieldDescriptor* field, FieldDescriptor 350 third_party/protobuf/src/google/protobuf/text_format.h const FieldDescriptor* field); FieldDescriptor 356 third_party/protobuf/src/google/protobuf/text_format.h const FieldDescriptor* field, FieldDescriptor 362 third_party/protobuf/src/google/protobuf/text_format.h ParseInfoTree* info_tree, const FieldDescriptor* field) { FieldDescriptor 829 third_party/protobuf/src/google/protobuf/text_format_unittest.cc const FieldDescriptor* nested_field = FieldDescriptor 1239 third_party/protobuf/src/google/protobuf/text_format_unittest.cc vector<const FieldDescriptor*> descriptors; FieldDescriptor 67 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc const FieldDescriptor* field = descriptor_->FindFieldByName(name); FieldDescriptor 118 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc const FieldDescriptor* field = descriptor_->FindFieldByNumber(i); FieldDescriptor 172 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc const FieldDescriptor* nested_field_descriptor = FieldDescriptor 404 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc const FieldDescriptor* singular_field = FieldDescriptor 406 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc const FieldDescriptor* repeated_field = FieldDescriptor 83 third_party/protobuf/src/google/protobuf/wire_format.cc const FieldDescriptor* field = NULL; FieldDescriptor 119 third_party/protobuf/src/google/protobuf/wire_format.cc const FieldDescriptor* field, // May be NULL for unknown FieldDescriptor 151 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_##TYPE: { \ FieldDescriptor 180 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_ENUM: { FieldDescriptor 195 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_STRING: FieldDescriptor 196 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_GROUP: FieldDescriptor 197 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_MESSAGE: FieldDescriptor 198 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_BYTES: FieldDescriptor 210 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_##TYPE: { \ FieldDescriptor 241 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_ENUM: { FieldDescriptor 265 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_STRING: { FieldDescriptor 277 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_BYTES: { FieldDescriptor 288 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_GROUP: { FieldDescriptor 304 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_MESSAGE: { FieldDescriptor 339 third_party/protobuf/src/google/protobuf/wire_format.cc const FieldDescriptor* field = NULL; FieldDescriptor 414 third_party/protobuf/src/google/protobuf/wire_format.cc vector<const FieldDescriptor*> fields; FieldDescriptor 435 third_party/protobuf/src/google/protobuf/wire_format.cc const FieldDescriptor* field, FieldDescriptor 442 third_party/protobuf/src/google/protobuf/wire_format.cc field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE && FieldDescriptor 467 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_##TYPE: { \ FieldDescriptor 500 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_##TYPE: \ FieldDescriptor 514 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_ENUM: { FieldDescriptor 528 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_STRING: { FieldDescriptor 539 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_BYTES: { FieldDescriptor 553 third_party/protobuf/src/google/protobuf/wire_format.cc const FieldDescriptor* field, FieldDescriptor 584 third_party/protobuf/src/google/protobuf/wire_format.cc vector<const FieldDescriptor*> fields; FieldDescriptor 602 third_party/protobuf/src/google/protobuf/wire_format.cc const FieldDescriptor* field, FieldDescriptor 608 third_party/protobuf/src/google/protobuf/wire_format.cc field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE && FieldDescriptor 627 third_party/protobuf/src/google/protobuf/wire_format.cc our_size += TagSize(field->number(), FieldDescriptor::TYPE_STRING); FieldDescriptor 637 third_party/protobuf/src/google/protobuf/wire_format.cc const FieldDescriptor* field, FieldDescriptor 651 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_##TYPE: \ FieldDescriptor 665 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_##TYPE: \ FieldDescriptor 691 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_ENUM: { FieldDescriptor 706 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_STRING: FieldDescriptor 707 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_BYTES: { FieldDescriptor 723 third_party/protobuf/src/google/protobuf/wire_format.cc const FieldDescriptor* field, FieldDescriptor 80 third_party/protobuf/src/google/protobuf/wire_format.h const FieldDescriptor* field); FieldDescriptor 84 third_party/protobuf/src/google/protobuf/wire_format.h FieldDescriptor::Type type); FieldDescriptor 88 third_party/protobuf/src/google/protobuf/wire_format.h static inline int TagSize(int field_number, FieldDescriptor::Type type); FieldDescriptor 133 third_party/protobuf/src/google/protobuf/wire_format.h static uint32 MakeTag(const FieldDescriptor* field); FieldDescriptor 139 third_party/protobuf/src/google/protobuf/wire_format.h const FieldDescriptor* field, // May be NULL for unknown FieldDescriptor 145 third_party/protobuf/src/google/protobuf/wire_format.h const FieldDescriptor* field, // Cannot be NULL FieldDescriptor 153 third_party/protobuf/src/google/protobuf/wire_format.h const FieldDescriptor* field, // Cannot be NULL FieldDescriptor 162 third_party/protobuf/src/google/protobuf/wire_format.h const FieldDescriptor* field, FieldDescriptor 166 third_party/protobuf/src/google/protobuf/wire_format.h const FieldDescriptor* field, FieldDescriptor 174 third_party/protobuf/src/google/protobuf/wire_format.h const FieldDescriptor* field, // Cannot be NULL FieldDescriptor 200 third_party/protobuf/src/google/protobuf/wire_format.h const FieldDescriptor* field) { FieldDescriptor 209 third_party/protobuf/src/google/protobuf/wire_format.h FieldDescriptor::Type type) { FieldDescriptor 217 third_party/protobuf/src/google/protobuf/wire_format.h inline uint32 WireFormat::MakeTag(const FieldDescriptor* field) { FieldDescriptor 221 third_party/protobuf/src/google/protobuf/wire_format.h inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) { FieldDescriptor 58 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(implicit_cast<int>(FieldDescriptor::MAX_TYPE), FieldDescriptor 60 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(implicit_cast<int>(FieldDescriptor::MAX_CPPTYPE), FieldDescriptor 65 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc implicit_cast<int>(FieldDescriptor::TypeToCppType( FieldDescriptor 66 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc static_cast<FieldDescriptor::Type>(i))), FieldDescriptor 75 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc FieldDescriptor::kMaxNumber); FieldDescriptor 666 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc const google::protobuf::FieldDescriptor* field; FieldDescriptor 695 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc const FieldDescriptor* field = FieldDescriptor 716 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc const FieldDescriptor* field =