Searched refs:ReadIntValue (Results 1 – 1 of 1) sorted by relevance
43 bool ReadUint16(uint16_t* value) { return ReadIntValue(value); } in ReadUint16()44 bool ReadUint32(uint32_t* value) { return ReadIntValue(value); } in ReadUint32()45 bool ReadUint64(uint64_t* value) { return ReadIntValue(value); } in ReadUint64()71 bool ReadIntValue(T* dest) { in ReadIntValue() function