Searched refs:computeBoolSize (Results 1 – 4 of 4) sorted by relevance
619 public static int computeBoolSize(final int fieldNumber, in computeBoolSize() method in CodedOutputByteBufferNano1094 return computeBoolSize(number, (Boolean) object); in computeFieldSize()
674 return CodedOutputByteBufferNano.computeBoolSize(fieldNumber, boolValue); in computeSingularSerializedSize()
598 public static int computeBoolSize(final int fieldNumber, final boolean value) { in computeBoolSize() method in CodedOutputStream
19583 HPLcom/android/framework/protobuf/nano/CodedOutputByteBufferNano;->computeBoolSize(IZ)I