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