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/ |
D | MsgPackReader.cpp | 90 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/ |
D | CodedInputStream.php | 230 if (!$this->readRaw(4, $data)) { 246 if (!$this->readRaw(4, $data)) { 250 if (!$this->readRaw(4, $data)) { 295 public function readRaw($size, &$buffer) function in Google\\Protobuf\\Internal\\CodedInputStream
|
D | GPBWire.php | 241 if (!$input->readRaw(4, $data)) { 251 if (!$input->readRaw(8, $data)) { 274 return $input->readVarintSizeAsInt($length) && $input->readRaw($length, $value);
|
D | Message.php | 341 if (!$input->readRaw($length, $data)) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackReader.h | 135 template <class T> Expected<bool> readRaw(Object &Obj);
|
/third_party/libsnd/include/ |
D | sndfile.hh | 148 sf_count_t readRaw (void *ptr, sf_count_t bytes) ; 401 SndfileHandle::readRaw (void *ptr, sf_count_t bytes) in readRaw() function in SndfileHandle
|
/third_party/protobuf/php/tests/ |
D | PhpImplementationTest.php | 475 $this->assertTrue($input->readRaw(3, $buffer)); 478 $this->assertFalse($input->readRaw(1, $buffer));
|