OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeBoolSizeNoTag
(Results
1 - 3
of
3
) 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
...]
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java
430
return computeTagSize(fieldNumber) +
computeBoolSizeNoTag
(value);
620
public static int
computeBoolSizeNoTag
(final boolean value) {
Completed in 161 milliseconds