Searched refs:FeatureSectionDescriptors (Results 1 – 6 of 6) sorted by relevance
60 const std::map<int, PerfFileFormat::SectionDesc>& features = reader->FeatureSectionDescriptors(); in TEST()
121 const std::map<int, PerfFileFormat::SectionDesc>& FeatureSectionDescriptors() const { in FeatureSectionDescriptors() function
222 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection()
163 ASSERT_GT(reader->FeatureSectionDescriptors().size(), 0u); in TEST()446 std::map<int, SectionDesc> section_map = reader->FeatureSectionDescriptors(); in TEST()
344 const std::map<int, PerfFileFormat::SectionDesc>& features = reader_->FeatureSectionDescriptors(); in WriteFeatureSections()
335 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection()