Searched refs:computeSInt64Size (Results 1 – 3 of 3) sorted by relevance
707 public static int computeSInt64Size(final int fieldNumber, final long value) { in computeSInt64Size() method in CodedOutputByteBufferNano1120 return computeSInt64Size(number, (Long) object); in computeFieldSize()
700 return CodedOutputByteBufferNano.computeSInt64Size(fieldNumber, sint64Value); in computeSingularSerializedSize()
558 public static int computeSInt64Size(final int fieldNumber, final long value) { in computeSInt64Size() method in CodedOutputStream