Searched refs:decodeFixed64 (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ArrayDecoders.java | 162 static long decodeFixed64(byte[] data, int position) { in decodeFixed64() method in ArrayDecoders 175 return Double.longBitsToDouble(decodeFixed64(data, position)); in decodeDouble() 324 output.addLong(decodeFixed64(data, position)); in decodeFixed64List() 331 output.addLong(decodeFixed64(data, nextPosition)); in decodeFixed64List() 477 output.addLong(decodeFixed64(data, position)); in decodePackedFixed64List() 915 value = decodeFixed64(data, position); in decodeExtension() 1003 unknownFields.storeField(tag, decodeFixed64(data, position)); in decodeUnknownField()
|
D | MessageSchema.java | 41 import static com.google.protobuf.ArrayDecoders.decodeFixed64; 4372 registers.object1 = decodeFixed64(data, position); in decodeMapEntryValue() 4727 unsafe.putObject(message, fieldOffset, decodeFixed64(data, position)); in parseOneofField() 4950 unsafe.putLong(message, fieldOffset, decodeFixed64(data, position)); in parseProto2Message() 5239 unsafe.putLong(message, fieldOffset, decodeFixed64(data, position)); in parseProto3Message()
|