Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DLazyFieldLite.java111 private volatile ByteString memoizedBytes; field in LazyFieldLite
179 return memoizedBytes == ByteString.EMPTY in containsDefaultInstance()
195 memoizedBytes = null; in clear()
207 this.memoizedBytes = other.memoizedBytes; in set()
237 this.memoizedBytes = null; in setValue()
371 this.memoizedBytes = null; in setByteString()
382 if (memoizedBytes != null) { in getSerializedSize()
383 return memoizedBytes.size(); in getSerializedSize()
397 if (memoizedBytes != null) { in toByteString()
398 return memoizedBytes; in toByteString()
[all …]