Searched refs:section_map (Results 1 – 2 of 2) sorted by relevance
376 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection() local377 auto it = section_map.find(feature); in ReadFeatureSection()378 if (it == section_map.end()) { in ReadFeatureSection()393 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection() local394 auto it = section_map.find(feature); in ReadFeatureSection()395 if (it == section_map.end()) { in ReadFeatureSection()
454 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection() local455 for (const auto& pair : section_map) { in DumpFeatureSection()