Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DBinaryReader.java169 return Float.intBitsToFloat(readLittleEndian32()); in readFloat()
199 return readLittleEndian32(); in readFixed32()
341 return readLittleEndian32(); in readSFixed32()
1618 private int readLittleEndian32() throws IOException { in readLittleEndian32() method in BinaryReader.SafeHeapReader
/external/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php227 public function readLittleEndian32(&$var) function in Google\\Protobuf\\Internal\\CodedInputStream
DGPBWire.php210 return $input->readLittleEndian32($value);
DMessage.php283 if (!$input->readLittleEndian32($uint32)) {