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

  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 528 public static int computeMessageSize(final int fieldNumber,
602 computeMessageSize(WireFormat.MESSAGE_SET_MESSAGE, value);
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 489 public static int computeMessageSize(final int fieldNumber,
572 // computeMessageSize(WireFormatMicro.MESSAGE_SET_MESSAGE, value);
    [all...]

Completed in 510 milliseconds