Home
last modified time | relevance | path

Searched defs:readRaw (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/BinaryFormat/
DMsgPackReader.cpp181 template <class T> Expected<bool> Reader::readRaw(Object &Obj) { in readRaw() function in Reader
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp181 template <class T> Expected<bool> Reader::readRaw(Object &Obj) { in readRaw() function in Reader
/external/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php295 public function readRaw($size, &$buffer) function in Google\\Protobuf\\Internal\\CodedInputStream