Searched refs:computeFieldSize (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | InternalNano.java | 452 CodedOutputByteBufferNano.computeFieldSize(1, keyType, key) + in serializeMapField() 453 CodedOutputByteBufferNano.computeFieldSize(2, valueType, value); in serializeMapField() 473 CodedOutputByteBufferNano.computeFieldSize(1, keyType, key) + in computeMapFieldSize() 474 CodedOutputByteBufferNano.computeFieldSize(2, valueType, value); in computeMapFieldSize()
|
D | CodedOutputByteBufferNano.java | 1091 static int computeFieldSize(int number, int type, Object object) { in computeFieldSize() method in CodedOutputByteBufferNano
|
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | FieldSet.java | 764 size += computeFieldSize(entry.getKey(), entry.getValue()); in getSerializedSize() 767 size += computeFieldSize(entry.getKey(), entry.getValue()); in getSerializedSize() 798 return computeFieldSize(descriptor, value); in getMessageSetSerializedSize() 892 public static int computeFieldSize(final FieldDescriptorLite<?> descriptor, final Object value) { in computeFieldSize() method in FieldSet
|
D | MessageReflection.java | 100 size += FieldSet.computeFieldSize(field, value); in getSerializedSize()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | FieldSet.java | 764 size += computeFieldSize(entry.getKey(), entry.getValue()); in getSerializedSize() 767 size += computeFieldSize(entry.getKey(), entry.getValue()); in getSerializedSize() 798 return computeFieldSize(descriptor, value); in getMessageSetSerializedSize() 892 public static int computeFieldSize(final FieldDescriptorLite<?> descriptor, final Object value) { in computeFieldSize() method in FieldSet
|
D | MessageReflection.java | 100 size += FieldSet.computeFieldSize(field, value); in getSerializedSize()
|
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | FieldSet.java | 764 size += computeFieldSize(entry.getKey(), entry.getValue()); in getSerializedSize() 767 size += computeFieldSize(entry.getKey(), entry.getValue()); in getSerializedSize() 798 return computeFieldSize(descriptor, value); in getMessageSetSerializedSize() 892 public static int computeFieldSize(final FieldDescriptorLite<?> descriptor, final Object value) { in computeFieldSize() method in FieldSet
|
D | MessageReflection.java | 100 size += FieldSet.computeFieldSize(field, value); in getSerializedSize()
|