Searched refs:readRaw (Results 1 – 2 of 2) sorted by relevance
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
137 template <class T> Expected<bool> readRaw(Object &Obj);