Searched refs:feature_section_descriptors_ (Results 1 – 2 of 2) sorted by relevance
122 return feature_section_descriptors_; in FeatureSectionDescriptors()125 return feature_section_descriptors_.find(feature) != feature_section_descriptors_.end(); in HasFeature()181 std::map<int, PerfFileFormat::SectionDesc> feature_section_descriptors_; variable
190 feature_section_descriptors_.emplace(id, desc); in ReadFeatureSectionDescriptors()419 auto it = feature_section_descriptors_.find(FEAT_FILE); in ReadFileFeature()420 if (it == feature_section_descriptors_.end()) { in ReadFileFeature()