Home
last modified time | relevance | path

Searched defs:PerformanceEntryReporter (Results 1 – 4 of 4) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/__tests__/
H A DABI49_0_0PerformanceEntryReporterTest.cpp34 TEST(PerformanceEntryReporter, PerformanceEntryReporterTestStartReporting) { in TEST() argument
50 TEST(PerformanceEntryReporter, PerformanceEntryReporterTestStopReporting) { in TEST() argument
87 TEST(PerformanceEntryReporter, PerformanceEntryReporterTestReportMarks) { in TEST() argument
131 TEST(PerformanceEntryReporter, PerformanceEntryReporterTestReportMeasures) { in TEST() argument
249 TEST(PerformanceEntryReporter, PerformanceEntryReporterTestGetEntries) { in TEST() argument
302 TEST(PerformanceEntryReporter, PerformanceEntryReporterTestClearEntries) { in TEST() argument
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0NativePerformance.h17 class PerformanceEntryReporter; variable
H A DABI49_0_0NativePerformanceObserver.h17 class PerformanceEntryReporter; variable
H A DABI49_0_0PerformanceEntryReporter.h174 PerformanceEntryReporter() {} in PerformanceEntryReporter() function