Home
last modified time | relevance | path

Searched refs:getCachedSize (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DMessageMicro.java49 abstract public int getCachedSize(); in getCachedSize() method in MessageMicro
DCodedOutputStreamMicro.java347 writeRawVarint32(value.getCachedSize()); in writeMessageNoTag()
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DMessageNano.java51 public int getCachedSize() { in getCachedSize() method in MessageNano
DCodedOutputByteBufferNano.java519 writeRawVarint32(value.getCachedSize()); in writeMessageNoTag()
/external/protobuf/javanano/
DREADME.md112 getCachedSize(), and getSerializedSize() are all considered read-only