Searched refs:section_map (Results 1 – 2 of 2) sorted by relevance
420 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection() local421 auto it = section_map.find(feature); in ReadFeatureSection()422 if (it == section_map.end()) { in ReadFeatureSection()437 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection() local438 auto it = section_map.find(feature); in ReadFeatureSection()439 if (it == section_map.end()) { in ReadFeatureSection()
504 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection() local505 for (const auto& pair : section_map) { in DumpFeatureSection()