Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMapFieldSchemaLite.java103 size += defaultEntryLite.computeMessageSize(fieldNumber, entry.getKey(), entry.getValue()); in getSerializedSizeLite()
DMapEntryLite.java156 public int computeMessageSize(int fieldNumber, K key, V value) { in computeMessageSize() method in MapEntryLite
DCodedOutputStream.java660 public static int computeMessageSize(final int fieldNumber, final MessageLite value) { in computeMessageSize() method in CodedOutputStream
668 static int computeMessageSize( in computeMessageSize() method in CodedOutputStream
680 + computeMessageSize(WireFormat.MESSAGE_SET_MESSAGE, value); in computeMessageSetExtensionSize()
DSchemaUtil.java672 return CodedOutputStream.computeMessageSize(fieldNumber, (MessageLite) value, schema); in computeSizeMessage()