HomeSort by relevance Sort by last modified time
    Searched refs:computeUInt32Size (Results 1 - 2 of 2) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 546 public static int computeUInt32Size(final int fieldNumber, final int value) {
601 computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) +
613 computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) +
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 516 public static int computeUInt32Size(final int fieldNumber, final int value) {
571 // computeUInt32Size(WireFormatMicro.MESSAGE_SET_TYPE_ID, fieldNumber) +
583 // computeUInt32Size(WireFormatMicro.MESSAGE_SET_TYPE_ID, fieldNumber) +
    [all...]

Completed in 25 milliseconds