Searched refs:readRaw (Results 1 – 2 of 2) sorted by relevance
92 return readRaw<uint8_t>(Obj); in read()95 return readRaw<uint16_t>(Obj); in read()98 return readRaw<uint32_t>(Obj); in read()101 return readRaw<uint8_t>(Obj); in read()104 return readRaw<uint16_t>(Obj); in read()107 return readRaw<uint32_t>(Obj); in read()183 template <class T> Expected<bool> Reader::readRaw(Object &Obj) { in readRaw() function in Reader
142 template <class T> Expected<bool> readRaw(Object &Obj);