| 114 | |
| 115 | template <typename WriterT> |
| 116 | void Save(WriterT & writer) const |
| 117 | { |
| 118 | WriteVarUint(writer, GetCoordBits()); |
| 119 | WriteVarUint(writer, m_BasePointUint64); |
| 120 | } |
| 121 | |
| 122 | template <typename SourceT> |
| 123 | void Load(SourceT & src) |
nothing calls this directly
no test coverage detected