Home
last modified time | relevance | path

Searched refs:EventEntry (Results 1 – 2 of 2) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0PerformanceEntryReporter.h159 struct EventEntry { struct
169 std::unordered_map<EventTag, EventEntry> eventsInFlight_; argument
H A DABI49_0_0PerformanceEntryReporter.cpp361 sCurrentEventTag_, EventEntry{reportedName, timeStamp, 0.0})); in onEventStart()