Home
last modified time | relevance | path

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

/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java480 public static int computeGroupSize(final int fieldNumber, in computeGroupSize() method in CodedOutputStreamMicro
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java637 public static int computeGroupSize(final int fieldNumber, in computeGroupSize() method in CodedOutputByteBufferNano
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java1056 public static int computeGroupSize(final int fieldNumber, final MessageLite value) { in computeGroupSize() method in CodedOutputStream
1067 static int computeGroupSize(final int fieldNumber, final MessageLite value, Schema schema) { in computeGroupSize() method in CodedOutputStream
/external/cronet/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