Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java613 public static int computeLazyFieldSize(final int fieldNumber, final LazyFieldLite value) { in computeLazyFieldSize() method in CodedOutputStream
657 + computeLazyFieldSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeLazyFieldMessageSetExtensionSize()