FieldSet          122 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         FieldSet.writeField(field, value, output);
FieldSet          156 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         size += FieldSet.computeFieldSize(field, value);
FieldSet          366 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         FieldSet<FieldDescriptor> extensions,
FieldSet          379 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         FieldSet<FieldDescriptor> extensions,
FieldSet          392 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         FieldSet<FieldDescriptor> extensions,
FieldSet          404 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         FieldSet<FieldDescriptor> extensions,
FieldSet          416 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         FieldSet<FieldDescriptor> extensions,
FieldSet          444 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         FieldSet<FieldDescriptor> extensions,
FieldSet          494 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java       } else if (wireType == FieldSet.getWireFormatForFieldType(
FieldSet          499 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java                  wireType == FieldSet.getWireFormatForFieldType(
FieldSet          528 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java               FieldSet.readPrimitiveField(input, field.getLiteType());
FieldSet          575 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java             value = FieldSet.readPrimitiveField(input, field.getLiteType());
FieldSet          601 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         FieldSet<FieldDescriptor> extensions) throws IOException {
FieldSet          686 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         FieldSet<FieldDescriptor> extensions) throws IOException {
FieldSet          713 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         FieldSet<FieldDescriptor> extensions) throws IOException {
FieldSet          660 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java                  FieldSet.FieldDescriptorLite<FieldDescriptor> {
FieldSet           49 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java   private final FieldSet<FieldDescriptor> fields;
FieldSet           56 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java   private DynamicMessage(Descriptor type, FieldSet<FieldDescriptor> fields,
FieldSet           68 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java     return new DynamicMessage(type, FieldSet.<FieldDescriptor>emptySet(),
FieldSet          190 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java                                        FieldSet<FieldDescriptor> fields) {
FieldSet          280 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java     private FieldSet<FieldDescriptor> fields;
FieldSet          286 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java       this.fields = FieldSet.newFieldSet();
FieldSet          296 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java         fields = FieldSet.newFieldSet();
FieldSet           51 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       FieldSet.FieldDescriptorLite<FieldDescriptorType>> {
FieldSet           90 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java   public static <T extends FieldSet.FieldDescriptorLite<T>>
FieldSet           91 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       FieldSet<T> newFieldSet() {
FieldSet           92 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     return new FieldSet<T>();
FieldSet           97 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java   public static <T extends FieldSet.FieldDescriptorLite<T>>
FieldSet           98 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       FieldSet<T> emptySet() {
FieldSet          102 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java   private static final FieldSet DEFAULT_INSTANCE = new FieldSet(true);
FieldSet          131 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java   public FieldSet<FieldDescriptorType> clone() {
FieldSet          134 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     FieldSet<FieldDescriptorType> clone = FieldSet.newFieldSet();
FieldSet          476 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java   public void mergeFrom(final FieldSet<FieldDescriptorType> other) {
FieldSet          568 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java     private final FieldSet<FieldDescriptor> extensions;
FieldSet          571 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       this.extensions = FieldSet.newFieldSet();
FieldSet          718 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java             FieldSet.writeField(descriptor, next.getValue(), output);
FieldSet          862 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java     private FieldSet<FieldDescriptor> extensions = FieldSet.emptySet();
FieldSet          873 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       extensions = FieldSet.emptySet();
FieldSet         1013 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java     private FieldSet<FieldDescriptor> buildExtensions() {
FieldSet          153 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java     private final FieldSet<ExtensionDescriptor> extensions;
FieldSet          156 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       this.extensions = FieldSet.newFieldSet();
FieldSet          276 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java             FieldSet.writeField(extension, next.getValue(), output);
FieldSet          314 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java     private FieldSet<ExtensionDescriptor> extensions = FieldSet.emptySet();
FieldSet          335 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java     private FieldSet<ExtensionDescriptor> buildExtensions() {
FieldSet          477 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           FieldSet<ExtensionDescriptor> extensions,
FieldSet          493 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java     } else if (wireType == FieldSet.getWireFormatForFieldType(
FieldSet          499 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java                wireType == FieldSet.getWireFormatForFieldType(
FieldSet          529 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java             FieldSet.readPrimitiveField(input,
FieldSet          571 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           value = FieldSet.readPrimitiveField(input,
FieldSet          628 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       implements FieldSet.FieldDescriptorLite<
FieldSet           98 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       FieldSet.FieldDescriptorLite<FieldDescriptorType>>