Searched refs:readRaw (Results 1 – 2 of 2) sorted by relevance
93 return readRaw<uint8_t>(Obj); in read()96 return readRaw<uint16_t>(Obj); in read()99 return readRaw<uint32_t>(Obj); in read()102 return readRaw<uint8_t>(Obj); in read()105 return readRaw<uint16_t>(Obj); in read()108 return readRaw<uint32_t>(Obj); in read()184 template <class T> Expected<bool> Reader::readRaw(Object &Obj) { in readRaw() function in Reader
141 template <class T> Expected<bool> readRaw(Object &Obj);