Searched refs:computeSInt32Size (Results 1 – 3 of 3) sorted by relevance
699 public static int computeSInt32Size(final int fieldNumber, final int value) { in computeSInt32Size() method in CodedOutputByteBufferNano1112 return computeSInt32Size(number, (Integer) object); in computeFieldSize()
697 return CodedOutputByteBufferNano.computeSInt32Size(fieldNumber, sint32Value); in computeSingularSerializedSize()
518 public static int computeSInt32Size(final int fieldNumber, final int value) { in computeSInt32Size() method in CodedOutputStream