OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeSInt32Size
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java
590
public static int
computeSInt32Size
(final int fieldNumber, final int value) {
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java
581
public static int
computeSInt32Size
(final int fieldNumber, final int value) {
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java
551
public static int
computeSInt32Size
(final int fieldNumber, final int value) {
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java
517
public static int
computeSInt32Size
(final int fieldNumber, final int value) {
Completed in 46 milliseconds