Home
last modified time | relevance | path

Searched defs:encodeZigZag32 (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java1071 public static int encodeZigZag32(final int n) { in encodeZigZag32() method in CodedOutputByteBufferNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java920 public static int encodeZigZag32(final int n) { in encodeZigZag32() method in CodedOutputStream