Home
last modified time | relevance | path

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

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0PerformanceEntryReporter.h135 return eventCounts_; in getEventCounts()
143 std::unordered_map<std::string, uint32_t> eventCounts_; variable
H A DABI49_0_0PerformanceEntryReporter.cpp87 eventCounts_[entry.name]++; in logEntry()