Searched refs:computeBytesSize (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java537 public static int computeBytesSize(final int fieldNumber, method in class:CodedOutputStream
614 computeBytesSize(WireFormat.MESSAGE_SET_MESSAGE, value);
H A DUnknownFieldSet.java766 result += CodedOutputStream.computeBytesSize(fieldNumber, value);
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedOutputStreamMicro.java498 public static int computeBytesSize(final int fieldNumber, method in class:CodedOutputStreamMicro
584 // computeBytesSize(WireFormatMicro.MESSAGE_SET_MESSAGE, value);

Completed in 129 milliseconds