Home | History | Annotate | Download | only in base

Lines Matching refs:section_begin

770     size_t section_begin) {
776 ClampComponentOffset(section_begin));
778 SubtractFromOffset(section_begin));
787 size_t section_begin) {
797 if (offset == std::wstring::npos || offset < section_begin) {
801 if (offset >= section_begin + old_section_len) {
807 offset = section_begin + *host_offsets_iter;