Home
last modified time | relevance | path

Searched refs:readLittleEndian64 (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php215 return $input->readLittleEndian64($value);
231 $success = $input->readLittleEndian64($value);
DCodedInputStream.php243 public function readLittleEndian64(&$var) function in Google\\Protobuf\\Internal\\CodedInputStream
DMessage.php322 if (!$input->readLittleEndian64($uint64)) {
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DBinaryReader.java163 return Double.longBitsToDouble(readLittleEndian64()); in readDouble()
193 return readLittleEndian64(); in readFixed64()
347 return readLittleEndian64(); in readSFixed64()
1623 private long readLittleEndian64() throws IOException { in readLittleEndian64() method in BinaryReader.SafeHeapReader