Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DLazyFieldLite.java279 setValue(mergeValueAndBytes(other.value, this.delayedBytes, this.extensionRegistry)); in merge()
282 setValue(mergeValueAndBytes(this.value, other.delayedBytes, other.extensionRegistry)); in merge()
330 private static MessageLite mergeValueAndBytes( in mergeValueAndBytes() method in LazyFieldLite