Home
last modified time | relevance | path

Searched defs:computeUInt64Size (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.java577 public static int computeUInt64Size(final int fieldNumber, final long value) { in computeUInt64Size() method in CodedOutputByteBufferNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java550 public static int computeUInt64Size(final int fieldNumber, final long value) { in computeUInt64Size() method in CodedOutputStream