Searched refs:section_ (Results 1 – 2 of 2) sorted by relevance
59 explicit HashEqual(DexContainer::Section* section) : section_(section) {} in HashEqual()67 DCHECK_LE(a.offset_ + a.length_, section_->Size()); in operator()68 DCHECK_LE(b.offset_ + b.length_, section_->Size()); in operator()74 DCHECK_LE(range.offset_ + range.length_, section_->Size()); in operator()79 return section_->Begin(); in Data()83 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