Searched refs:computeGroupSize (Results 1 – 4 of 4) sorted by relevance
637 public static int computeGroupSize(final int fieldNumber, in computeGroupSize() method in CodedOutputByteBufferNano1128 return computeGroupSize(number, (MessageNano) object); in computeFieldSize()
323 return CodedOutputByteBufferNano.computeGroupSize(fieldNumber, groupValue); in computeSingularSerializedSize()
826 result += CodedOutputStream.computeGroupSize(fieldNumber, value); in getSerializedSize()
1055 public static int computeGroupSize(final int fieldNumber, final MessageLite value) { in computeGroupSize() method in CodedOutputStream