Home
last modified time | relevance | path

Searched refs:EventTag (Results 1 – 4 of 4) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0EventLogger.h12 using EventTag = unsigned int; variable
27 virtual EventTag onEventStart(const char *name) = 0;
33 virtual void onEventDispatch(EventTag tag) = 0;
38 virtual void onEventEnd(EventTag tag) = 0;
H A DABI49_0_0RawEvent.h72 EventTag loggingTag{0};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0PerformanceEntryReporter.h130 EventTag onEventStart(const char *name) override;
131 void onEventDispatch(EventTag tag) override;
132 void onEventEnd(EventTag tag) override;
169 std::unordered_map<EventTag, EventEntry> eventsInFlight_;
172 static EventTag sCurrentEventTag_;
H A DABI49_0_0PerformanceEntryReporter.cpp21 EventTag PerformanceEntryReporter::sCurrentEventTag_{0};
339 EventTag PerformanceEntryReporter::onEventStart(const char *name) { in onEventStart()
366 void PerformanceEntryReporter::onEventDispatch(EventTag tag) { in onEventDispatch()
380 void PerformanceEntryReporter::onEventEnd(EventTag tag) { in onEventEnd()