Home
last modified time | relevance | path

Searched refs:readRaw (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp90 return readRaw<uint8_t>(Obj); in read()
93 return readRaw<uint16_t>(Obj); in read()
96 return readRaw<uint32_t>(Obj); in read()
99 return readRaw<uint8_t>(Obj); in read()
102 return readRaw<uint16_t>(Obj); in read()
105 return readRaw<uint32_t>(Obj); in read()
181 template <class T> Expected<bool> Reader::readRaw(Object &Obj) { in readRaw() function in Reader
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedInputStream.php230 if (!$this->readRaw(4, $data)) {
246 if (!$this->readRaw(4, $data)) {
250 if (!$this->readRaw(4, $data)) {
295 public function readRaw($size, &$buffer) function
H A DGPBWire.php241 if (!$input->readRaw(4, $data)) {
251 if (!$input->readRaw(8, $data)) {
274 return $input->readVarintSizeAsInt($length) && $input->readRaw($length, $value);
H A DMessage.php341 if (!$input->readRaw($length, $data)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h135 template <class T> Expected<bool> readRaw(Object &Obj);
/third_party/libsnd/include/
H A Dsndfile.hh150 sf_count_t readRaw (void *ptr, sf_count_t bytes) ;
403 SndfileHandle::readRaw (void *ptr, sf_count_t bytes) in readRaw() function in SndfileHandle
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php475 $this->assertTrue($input->readRaw(3, $buffer));
478 $this->assertFalse($input->readRaw(1, $buffer));

Completed in 7 milliseconds