Home
last modified time | relevance | path

Searched refs:mergeValueAndBytes (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.java280 setValue(mergeValueAndBytes(other.value, this.delayedBytes, this.extensionRegistry)); in merge()
283 setValue(mergeValueAndBytes(this.value, other.delayedBytes, other.extensionRegistry)); in merge()
300 setValue(mergeValueAndBytes(this.value, other.toByteString(), other.extensionRegistry)); in merge()
303 setValue(mergeValueAndBytes(other.value, this.toByteString(), this.extensionRegistry)); in merge()
307 setValue(mergeValueAndBytes(this.value, other.toByteString(), EMPTY_REGISTRY)); in merge()
352 private static MessageLite mergeValueAndBytes( in mergeValueAndBytes() method in LazyFieldLite