HomeSort by relevance Sort by last modified time
    Searched defs:getCachedSize (Results 1 - 3 of 3) 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...]
  /frameworks/base/core/java/com/android/internal/util/
MemInfoReader.java 107 public long getCachedSize() {

Completed in 195 milliseconds