Home
last modified time | relevance | path

Searched refs:computeSInt32Size (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java699 public static int computeSInt32Size(final int fieldNumber, final int value) { in computeSInt32Size() method in CodedOutputByteBufferNano
1112 return computeSInt32Size(number, (Integer) object); in computeFieldSize()
DExtension.java697 return CodedOutputByteBufferNano.computeSInt32Size(fieldNumber, sint32Value); in computeSingularSerializedSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java518 public static int computeSInt32Size(final int fieldNumber, final int value) { in computeSInt32Size() method in CodedOutputStream