Home
last modified time | relevance | path

Searched refs:readLength (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp108 return readLength<uint16_t>(Obj); in read()
111 return readLength<uint32_t>(Obj); in read()
114 return readLength<uint16_t>(Obj); in read()
117 return readLength<uint32_t>(Obj); in read()
211 template <class T> Expected<bool> Reader::readLength(Object &Obj) { in readLength() function in Reader
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h140 template <class T> Expected<bool> readLength(Object &Obj);