Home
last modified time | relevance | path

Searched defs:computeMessageSize (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
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