Home
last modified time | relevance | path

Searched refs:computeLazyFieldSize (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/
DCodedOutputStream.java647 public static int computeLazyFieldSize(final int fieldNumber, final LazyFieldLite value) { in computeLazyFieldSize() method in CodedOutputStream
691 + computeLazyFieldSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeLazyFieldMessageSetExtensionSize()