Searched refs:ScopedEventTypes (Results 1 – 8 of 8) sorted by relevance
65 class ScopedEventTypes {69 ScopedEventTypes(const std::string& event_type_str);70 ~ScopedEventTypes();
115 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString()127 ScopedEventTypes::ScopedEventTypes(const std::string& event_type_str) { in ScopedEventTypes() function in ScopedEventTypes139 ScopedEventTypes::~ScopedEventTypes() { in ~ScopedEventTypes()
76 std::unique_ptr<ScopedEventTypes> scoped_event_types; in Run()84 scoped_event_types.reset(new ScopedEventTypes(it->second)); in Run()
190 std::unique_ptr<ScopedEventTypes> scoped_event_types; in ParseSchedEvents()198 scoped_event_types.reset(new ScopedEventTypes(it->second)); in ParseSchedEvents()
190 std::unique_ptr<ScopedEventTypes> scoped_event_types_;234 scoped_event_types_.reset(new ScopedEventTypes(it->second)); in OpenRecordFileIfNecessary()
139 std::unique_ptr<ScopedEventTypes> scoped_event_types_;430 scoped_event_types_.reset(new ScopedEventTypes(it->second)); in OpenRecordFile()
471 std::unique_ptr<ScopedEventTypes> scoped_event_types_;752 scoped_event_types_.reset(new ScopedEventTypes(it->second)); in ReadMetaInfoFromRecordFile()
1642 info_map["event_type_info"] = ScopedEventTypes::BuildString(event_selection_set_.GetEvents()); in DumpMetaInfoFeature()