Searched refs:kSubBlockLength (Results 1 – 2 of 2) sorted by relevance
53 read_at += kSubBlockLength; in Parse()61 return kBlockHeaderLength + kSubBlockLength * sub_blocks_.size(); in BlockLength()79 write_at += kSubBlockLength; in Create()
57 static const size_t kSubBlockLength = 12; variable