Home
last modified time | relevance | path

Searched refs:onEventEnd (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.h38 virtual void onEventEnd(EventTag tag) = 0;
H A DABI49_0_0EventQueueProcessor.cpp64 eventLogger->onEventEnd(event.loggingTag); in flushEvents()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0PerformanceEntryReporter.h132 void onEventEnd(EventTag tag) override;
H A DABI49_0_0PerformanceEntryReporter.cpp380 void PerformanceEntryReporter::onEventEnd(EventTag tag) { in onEventEnd() function in ABI49_0_0facebook::ABI49_0_0React::PerformanceEntryReporter