Home
last modified time | relevance | path

Searched refs:offsets_into_section (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/base/
Dnet_util.cc771 std::vector<size_t> offsets_into_section; in OffsetsIntoSection() local
775 std::back_inserter(offsets_into_section), in OffsetsIntoSection()
777 std::for_each(offsets_into_section.begin(), offsets_into_section.end(), in OffsetsIntoSection()
780 return offsets_into_section; in OffsetsIntoSection()
783 void ApplySectionAdjustments(const std::vector<size_t>& offsets_into_section, in ApplySectionAdjustments() argument
789 DCHECK_EQ(offsets_for_adjustment->size(), offsets_into_section.size()); in ApplySectionAdjustments()
791 offsets_into_section.begin(); in ApplySectionAdjustments()