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

  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 635 public static int computeBytesSize(final int fieldNumber,
739 computeBytesSize(WireFormat.MESSAGE_SET_MESSAGE, value);
    [all...]
UnknownFieldSet.java 783 result += CodedOutputStream.computeBytesSize(fieldNumber, value);
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 498 public static int computeBytesSize(final int fieldNumber,
584 // computeBytesSize(WireFormatMicro.MESSAGE_SET_MESSAGE, value);
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java 652 public static int computeBytesSize(final int fieldNumber,
729 // computeBytesSize(WireFormatMicro.MESSAGE_SET_MESSAGE, value);
    [all...]
Extension.java 715 return CodedOutputByteBufferNano.computeBytesSize(fieldNumber, bytesValue);
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 37 milliseconds