Home
last modified time | relevance | path

Searched refs:ObjectKind (Results 1 – 25 of 28) sorted by relevance

12

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/samples/platform/ios/
H A DABI48_0_0RCTNativeSampleTurboModuleSpec.mm70 .invokeObjCMethod(rt, ObjectKind, "getObject", @selector(getObject:), args, count);
80 … .invokeObjCMethod(rt, ObjectKind, "getUnsafeObject", @selector(getUnsafeObject:), args, count);
100 .invokeObjCMethod(rt, ObjectKind, "getValue", @selector(getValue:y:z:), args, count);
131 .invokeObjCMethod(rt, ObjectKind, "getConstants", @selector(getConstants), args, count);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/samples/platform/ios/
H A DABI47_0_0RCTNativeSampleTurboModuleSpec.mm70 .invokeObjCMethod(rt, ObjectKind, "getObject", @selector(getObject:), args, count);
80 … .invokeObjCMethod(rt, ObjectKind, "getUnsafeObject", @selector(getUnsafeObject:), args, count);
100 .invokeObjCMethod(rt, ObjectKind, "getValue", @selector(getValue:y:z:), args, count);
131 .invokeObjCMethod(rt, ObjectKind, "getConstants", @selector(getConstants), args, count);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/samples/platform/ios/ReactCommon/
H A DABI49_0_0RCTNativeSampleTurboModuleSpec.mm80 .invokeObjCMethod(rt, ObjectKind, "getObject", @selector(getObject:), args, count);
90 … .invokeObjCMethod(rt, ObjectKind, "getUnsafeObject", @selector(getUnsafeObject:), args, count);
110 .invokeObjCMethod(rt, ObjectKind, "getValue", @selector(getValue:y:z:), args, count);
141 .invokeObjCMethod(rt, ObjectKind, "getConstants", @selector(getConstants), args, count);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/samples/platform/android/ReactCommon/
H A DABI48_0_0SampleTurboModuleSpec.cpp97 ObjectKind, in __hostFunction_NativeSampleTurboModuleSpecJSI_getObject()
127 ObjectKind, in __hostFunction_NativeSampleTurboModuleSpecJSI_getValue()
181 ObjectKind, in __hostFunction_NativeSampleTurboModuleSpecJSI_getConstants()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/samples/platform/android/ReactCommon/
H A DABI47_0_0SampleTurboModuleSpec.cpp97 ObjectKind, in __hostFunction_NativeSampleTurboModuleSpecJSI_getObject()
127 ObjectKind, in __hostFunction_NativeSampleTurboModuleSpecJSI_getValue()
181 ObjectKind, in __hostFunction_NativeSampleTurboModuleSpecJSI_getConstants()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/samples/platform/android/ReactCommon/
H A DABI49_0_0SampleTurboModuleSpec.cpp109 ObjectKind, in __hostFunction_NativeSampleTurboModuleSpecJSI_getObject()
139 ObjectKind, in __hostFunction_NativeSampleTurboModuleSpecJSI_getValue()
193 ObjectKind, in __hostFunction_NativeSampleTurboModuleSpecJSI_getConstants()
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/cpp/
H A DTurboModule.h28 ObjectKind, enumerator
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/cpp/
H A DTurboModule.h28 ObjectKind, enumerator
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/cpp/
H A DTurboModule.h28 ObjectKind, enumerator
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/cpp/
H A DTurboModule.h28 ObjectKind, enumerator
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/core/ReactCommon/
H A DABI48_0_0TurboModule.h29 ObjectKind, enumerator
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/core/ReactCommon/
H A DABI47_0_0TurboModule.h29 ObjectKind, enumerator
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/ReactCommon/
H A DABI49_0_0TurboModule.h29 ObjectKind, enumerator
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI49_0_0jsi.cpp247 } else if (kind_ >= ObjectKind) { in Value()
282 case ObjectKind: in strictEquals()
H A DABI49_0_0jsi.h1139 Value(Runtime& runtime, const Object& obj) : Value(ObjectKind) { in Value()
1211 return kind_ == ObjectKind; in isObject()
1328 ObjectKind, enumerator
1360 return ObjectKind; in kindOf()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI47_0_0jsi.cpp243 } else if (kind_ >= ObjectKind) { in Value()
278 case ObjectKind: in strictEquals()
H A DABI47_0_0jsi.h1026 Value(Runtime& runtime, const Object& obj) : Value(ObjectKind) { in Value()
1098 return kind_ == ObjectKind; in isObject()
1215 ObjectKind, enumerator
1247 return ObjectKind; in kindOf()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI48_0_0jsi.cpp247 } else if (kind_ >= ObjectKind) { in Value()
282 case ObjectKind: in strictEquals()
H A DABI48_0_0jsi.h1133 Value(Runtime& runtime, const Object& obj) : Value(ObjectKind) { in Value()
1205 return kind_ == ObjectKind; in isObject()
1322 ObjectKind, enumerator
1354 return ObjectKind; in kindOf()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/codegen/ios/ABI47_0_0FBReactNativeSpec/
H A DABI47_0_0FBReactNativeSpec-generated.mm630 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
811 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1083 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1254 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1501 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1692 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1908 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1967 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
2007 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/codegen/ios/ABI49_0_0FBReactNativeSpec/
H A DABI49_0_0FBReactNativeSpec-generated.mm630 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
716 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1025 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1196 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1542 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1758 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1817 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1857 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/codegen/ios/ABI48_0_0FBReactNativeSpec/
H A DABI48_0_0FBReactNativeSpec-generated.mm630 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
709 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
981 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1152 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1498 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1714 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1773 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
1813 …return static_cast<ObjCTurboModule&>(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants",…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/android/ReactCommon/
H A DABI48_0_0JavaTurboModule.cpp601 case ObjectKind: { in invokeJavaMethod()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/android/ReactCommon/
H A DABI49_0_0JavaTurboModule.cpp588 case ObjectKind: { in invokeJavaMethod()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/android/ReactCommon/
H A DABI47_0_0JavaTurboModule.cpp601 case ObjectKind: { in invokeJavaMethod()

12