Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DLazyFieldLite.java90 private ByteString delayedBytes; field in LazyFieldLite
119 this.delayedBytes = bytes; in LazyFieldLite()
180 || value == null && (delayedBytes == null || delayedBytes == ByteString.EMPTY); in containsDefaultInstance()
193 delayedBytes = null; in clear()
205 this.delayedBytes = other.delayedBytes; in set()
236 this.delayedBytes = null; in setValue()
271 if (this.delayedBytes != null && other.delayedBytes != null) { in merge()
272 this.delayedBytes = this.delayedBytes.concat(other.delayedBytes); in merge()
280 setValue(mergeValueAndBytes(other.value, this.delayedBytes, this.extensionRegistry)); in merge()
283 setValue(mergeValueAndBytes(this.value, other.delayedBytes, other.extensionRegistry)); in merge()
[all …]