Searched refs:feature_section_descriptors_ (Results 1 – 2 of 2) sorted by relevance
146 return feature_section_descriptors_; in FeatureSectionDescriptors()149 return feature_section_descriptors_.find(feature) != feature_section_descriptors_.end(); in HasFeature()213 std::map<int, PerfFileFormat::SectionDesc> feature_section_descriptors_; variable
199 feature_section_descriptors_.emplace(id, desc); in ReadFeatureSectionDescriptors()490 auto it = feature_section_descriptors_.find(FEAT_FILE); in ReadFileFeature()491 if (it == feature_section_descriptors_.end()) { in ReadFileFeature()555 if (feature_section_descriptors_.count(FEAT_META_INFO)) { in ReadMetaInfoFeature()574 if (feature_section_descriptors_.count(FEAT_DEBUG_UNWIND)) { in ReadDebugUnwindFeature()