Searched refs:feature_section_descriptors_ (Results 1 – 2 of 2) sorted by relevance
117 return feature_section_descriptors_; in FeatureSectionDescriptors()120 return feature_section_descriptors_.find(feature) != feature_section_descriptors_.end(); in HasFeature()176 std::map<int, PerfFileFormat::SectionDesc> feature_section_descriptors_; variable
150 feature_section_descriptors_.emplace(id, desc); in ReadFeatureSectionDescriptors()393 auto it = feature_section_descriptors_.find(FEAT_FILE); in ReadFileFeature()394 if (it == feature_section_descriptors_.end()) { in ReadFileFeature()