OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeGroupSize
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java
505
public static int
computeGroupSize
(final int fieldNumber,
516
* call {@link #
computeGroupSize
}.
521
return
computeGroupSize
(fieldNumber, value);
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java
480
public static int
computeGroupSize
(final int fieldNumber,
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java
446
public static int
computeGroupSize
(final int fieldNumber,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java
616
private static int
computeGroupSize
(final CharGroupInfo info,
695
size =
computeGroupSize
(tmpInfo, formatOptions);
[
all
...]
Completed in 48 milliseconds