Searched refs:computeFieldSize (Results 1 – 4 of 4) 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 | 1123 static int computeFieldSize(int number, int type, Object object) { in computeFieldSize() method in CodedOutputByteBufferNano
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | FieldSet.java | 754 size += computeFieldSize(entry.getKey(), entry.getValue()); in getSerializedSize() 758 size += computeFieldSize(entry.getKey(), entry.getValue()); in getSerializedSize() 792 return computeFieldSize(descriptor, value); in getMessageSetSerializedSize() 884 public static int computeFieldSize(final FieldDescriptorLite<?> descriptor, in computeFieldSize() method in FieldSet
|
D | MessageReflection.java | 103 size += FieldSet.computeFieldSize(field, value); in getSerializedSize()
|