Searched refs:section_ (Results 1 – 2 of 2) sorted by relevance
60 explicit HashEqual(DexContainer::Section* section) : section_(section) {} in HashEqual()68 DCHECK_LE(a.offset_ + a.length_, section_->Size()); in operator()69 DCHECK_LE(b.offset_ + b.length_, section_->Size()); in operator()75 DCHECK_LE(range.offset_ + range.length_, section_->Size()); in operator()80 return section_->Begin(); in Data()84 DexContainer::Section* const section_;
72 explicit Stream(DexContainer::Section* section) : section_(section) { in Stream()159 section_->Resize(data_size_ * 3 / 2 + 1); in EnsureStorage()165 data_ = section_->Begin(); in SyncWithSection()166 data_size_ = section_->Size(); in SyncWithSection()171 DexContainer::Section* const section_ = nullptr; variable