Searched refs:ScopedEventTypes (Results 1 – 5 of 5) sorted by relevance
63 class ScopedEventTypes {67 ScopedEventTypes(const std::string& event_type_str);68 ~ScopedEventTypes();
242 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString()254 ScopedEventTypes::ScopedEventTypes(const std::string& event_type_str) { in ScopedEventTypes() function in ScopedEventTypes270 ScopedEventTypes::~ScopedEventTypes() { in ~ScopedEventTypes()
200 std::unique_ptr<ScopedEventTypes> scoped_event_types_;
217 scoped_event_types_.reset(new ScopedEventTypes(it->second)); in UseRecordingEnvironment()
1771 info_map["event_type_info"] = ScopedEventTypes::BuildString(event_selection_set_.GetEvents()); in DumpMetaInfoFeature()