Searched refs:eventJSON (Results 1 – 6 of 6) sorted by relevance
| /expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/ |
| H A D | EventHandlerRegistry.cpp | 45 auto eventJSON = in processEvent() local 48 if (eventJSON.compare(std::string("null")) == 0) { in processEvent() 53 rt, reinterpret_cast<uint8_t *>(&eventJSON[0]), eventJSON.size()); in processEvent()
|
| /expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/ |
| H A D | EventHandlerRegistry.cpp | 45 auto eventJSON = in processEvent() local 48 if (eventJSON.compare(std::string("null")) == 0) { in processEvent() 53 rt, reinterpret_cast<uint8_t *>(&eventJSON[0]), eventJSON.size()); in processEvent()
|
| /expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/ |
| H A D | EventHandlerRegistry.cpp | 45 auto eventJSON = in processEvent() local 48 if (eventJSON.compare(std::string("null")) == 0) { in processEvent() 53 rt, reinterpret_cast<uint8_t *>(&eventJSON[0]), eventJSON.size()); in processEvent()
|
| /expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/ |
| H A D | EventHandlerRegistry.cpp | 45 auto eventJSON = in processEvent() local 48 if (eventJSON.compare(std::string("null")) == 0) { in processEvent() 53 rt, reinterpret_cast<uint8_t *>(&eventJSON[0]), eventJSON.size()); in processEvent()
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/src/main/cpp/ |
| H A D | NativeProxy.cpp | 362 std::string eventJSON = eventAsString; in handleEvent() local 365 std::string eventJSON = eventAsString.substr(13, eventAsString.length() - 15); in handleEvent() local 367 if (eventJSON == "null") { in handleEvent() 375 rt, reinterpret_cast<uint8_t *>(&eventJSON[0]), eventJSON.size()); in handleEvent()
|
| /expo/android/vendored/sdk49/react-native-reanimated/android/src/main/cpp/ |
| H A D | NativeProxy.cpp | 362 std::string eventJSON = eventAsString; in handleEvent() local 365 std::string eventJSON = eventAsString.substr(13, eventAsString.length() - 15); in handleEvent() local 367 if (eventJSON == "null") { in handleEvent() 375 rt, reinterpret_cast<uint8_t *>(&eventJSON[0]), eventJSON.size()); in handleEvent()
|