Searched refs:GetMetaInfoFeature (Results 1 – 11 of 11) sorted by relevance
559 auto& info_map = reader->GetMetaInfoFeature(); in TEST()602 auto info_map = reader->GetMetaInfoFeature(); in TEST()644 auto info_map = reader->GetMetaInfoFeature(); in TEST()852 const std::unordered_map<std::string, std::string>& meta_info = reader->GetMetaInfoFeature(); in TestRecordingApps()1379 const std::unordered_map<std::string, std::string>& meta_info = reader->GetMetaInfoFeature(); in TEST()1401 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()
186 const std::unordered_map<std::string, std::string>& GetMetaInfoFeature() { return meta_info_; } in GetMetaInfoFeature() function
154 ASSERT_EQ(reader->GetMetaInfoFeature(), info_map); in TEST_F()
566 auto& meta_info = record_file_reader_->GetMetaInfoFeature(); in OpenRecordFile()592 auto& meta_info = record_file_reader_->GetMetaInfoFeature(); in PrintMetaInfo()
856 auto& meta_info = record_file_reader_->GetMetaInfoFeature(); in ReadMetaInfoFromRecordFile()944 unwinder->LoadMetaInfo(record_file_reader_->GetMetaInfoFeature()); in ReadSampleTreeFromRecordFile()
551 for (auto& pair : record_file_reader_->GetMetaInfoFeature()) { in DumpFeatureSection()
336 auto& meta_info = record_file_reader_->GetMetaInfoFeature(); in OpenRecordFileIfNecessary()
154 unwinder_->LoadMetaInfo(reader_->GetMetaInfoFeature()); in ProcessFile()
259 auto& meta_info = GetMetaInfoFeature(); in UseRecordingEnvironment()
155 const auto& info_map = reader_->GetMetaInfoFeature(); in Read()