Searched refs:rrtr_blocks_ (Results 1 – 2 of 2) sorted by relevance
460 size_t RrtrLength() const { return Rrtr::kLength * rrtr_blocks_.size(); } in RrtrLength()469 std::vector<Rrtr> rrtr_blocks_; variable
548 for (const Rrtr& block : rrtr_blocks_) { in Create()565 if (rrtr_blocks_.size() >= kMaxNumberOfRrtrBlocks) { in WithRrtr()569 rrtr_blocks_.push_back(*rrtr); in WithRrtr()