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

  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
MessageMicro.java 49 abstract public int getCachedSize();
54 * using getCachedSize().
CodedOutputStreamMicro.java 347 writeRawVarint32(value.getCachedSize());
677 return value.getCachedSize();
685 final int size = value.getCachedSize();
    [all...]
  /hardware/ril/mock-ril/src/generated/java/com/android/internal/telephony/ril_proto/
RilCtrlCmds.java 62 public int getCachedSize() {
155 public int getCachedSize() {
248 public int getCachedSize() {
363 public int getCachedSize() {
464 public int getCachedSize() {
557 public int getCachedSize() {
RilCmds.java 284 public int getCachedSize() {
553 public int getCachedSize() {
750 public int getCachedSize() {
    [all...]
  /hardware/ril/mock-ril/src/generated/java/com/android/internal/communication/
MsgHeader.java 109 public int getCachedSize() {
  /hardware/ril/mock-ril/src/java/com/android/internal/communication/
Msg.java 48 ByteBuffer mhBuffer = ByteBuffer.allocateDirect(mh.getCachedSize());

Completed in 48 milliseconds