Searched refs:readExt (Results 1 – 2 of 2) sorted by relevance
138 return readExt<uint8_t>(Obj); in read()141 return readExt<uint16_t>(Obj); in read()144 return readExt<uint32_t>(Obj); in read()224 template <class T> Expected<bool> Reader::readExt(Object &Obj) { in readExt() function in Reader
145 template <class T> Expected<bool> readExt(Object &Obj);