コード例 #1
0
 explicit RelocationIterator(CompactBufferReader& reader)
   : reader_(reader)
 {
     tableStart_ = reader_.readFixedUint32_t();
 }