Searched refs:section_map (Results 1 – 3 of 3) sorted by relevance
222 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection() local223 for (const auto& pair : section_map) { in DumpFeatureSection()
335 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection() local336 auto it = section_map.find(feature); in ReadFeatureSection()337 if (it == section_map.end()) { in ReadFeatureSection()
446 std::map<int, SectionDesc> section_map = reader->FeatureSectionDescriptors(); in TEST() local447 ASSERT_NE(section_map.find(FEAT_FILE), section_map.end()); in TEST()