Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java1058 public static int computeGroupSize(final int fieldNumber, final MessageLite value) { in computeGroupSize() method in CodedOutputStream
1069 static int computeGroupSize(final int fieldNumber, final MessageLite value, Schema schema) { in computeGroupSize() method in CodedOutputStream