Home
last modified time | relevance | path

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

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0PerformanceEntryReporter.cpp274 struct StrKey { struct
276 constexpr StrKey(const char *s) in StrKey() function
279 constexpr bool operator==(const StrKey &rhs) const { in operator ==() argument
285 constexpr size_t operator()(const StrKey &strKey) const { in operator ()()
295 std::unordered_map<StrKey, const char *, StrKeyHash>;