OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 32 milliseconds