Searched refs:section_map (Results 1 – 3 of 3) sorted by relevance
184 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection() local185 for (const auto& pair : section_map) { in DumpFeatureSection()
324 std::map<int, SectionDesc> section_map = reader->FeatureSectionDescriptors(); in TEST() local325 ASSERT_NE(section_map.find(FEAT_FILE), section_map.end()); in TEST()
311 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection() local312 auto it = section_map.find(feature); in ReadFeatureSection()313 if (it == section_map.end()) { in ReadFeatureSection()