Searched refs:GetMetaInfoFeature (Results 1 – 11 of 11) sorted by relevance
507 auto& info_map = reader->GetMetaInfoFeature(); in TEST()546 auto info_map = reader->GetMetaInfoFeature(); in TEST()572 auto info_map = reader->GetMetaInfoFeature(); in TEST()743 const std::unordered_map<std::string, std::string>& meta_info = reader->GetMetaInfoFeature(); in TestRecordingApps()1166 const std::unordered_map<std::string, std::string>& meta_info = reader->GetMetaInfoFeature(); in TEST()1186 const std::unordered_map<std::string, std::string>& meta_info = reader->GetMetaInfoFeature(); in TEST()
188 auto it = reader->GetMetaInfoFeature().find(key); in CheckFeatureSection()189 return it == reader->GetMetaInfoFeature().end() ? "" : it->second; in CheckFeatureSection()
151 ASSERT_EQ(reader->GetMetaInfoFeature(), info_map); in TEST_F()
181 const std::unordered_map<std::string, std::string>& GetMetaInfoFeature() { return meta_info_; } in GetMetaInfoFeature() function
754 auto& meta_info = record_file_reader_->GetMetaInfoFeature(); in ReadMetaInfoFromRecordFile()811 if (record_file_reader_->GetMetaInfoFeature().count("system_wide_collection")) { in ReadFeaturesFromRecordFile()853 unwinder->LoadMetaInfo(record_file_reader_->GetMetaInfoFeature()); in ReadSampleTreeFromRecordFile()
486 auto& meta_info = record_file_reader_->GetMetaInfoFeature(); in OpenRecordFile()500 auto& meta_info = record_file_reader_->GetMetaInfoFeature(); in PrintMetaInfo()
210 auto& meta_info = record_file_reader_->GetMetaInfoFeature(); in OpenRecordFileIfNecessary()
216 const auto& info_map = record_file_reader_->GetMetaInfoFeature(); in ProcessInputFile()
497 for (auto& pair : record_file_reader_->GetMetaInfoFeature()) { in DumpFeatureSection()
222 auto& meta_info = GetMetaInfoFeature(); in UseRecordingEnvironment()
152 unwinder_->LoadMetaInfo(reader_->GetMetaInfoFeature()); in ProcessFile()