OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeBoolSizeNoTag
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java
489
return computeTagSize(fieldNumber) +
computeBoolSizeNoTag
(value);
684
public static int
computeBoolSizeNoTag
(final boolean value) {
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java
464
return computeTagSize(fieldNumber) +
computeBoolSizeNoTag
(value);
654
public static int
computeBoolSizeNoTag
(final boolean value) {
[
all
...]
Completed in 20 milliseconds