| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | ABI47_0_0EXTypedArrayApi.h | 22 class TypedArray; variable 97 TypedArray<T> get(jsi::Runtime &runtime) &&; 99 TypedArray<T> as(jsi::Runtime &runtime) const &; 101 TypedArray<T> as(jsi::Runtime &runtime) &&; 114 friend class TypedArray; 128 class TypedArray : public TypedArrayBase { 130 TypedArray(jsi::Runtime &runtime, size_t size); 132 TypedArray(TypedArrayBase &&base); 133 TypedArray(TypedArray &&) = default; 134 TypedArray &operator=(TypedArray &&) = default; [all …]
|
| H A D | ABI47_0_0EXTypedArrayApi.cpp | 184 TypedArray<T>::TypedArray(jsi::Runtime &runtime, size_t size) : TypedArrayBase(runtime, size, T){}; in TypedArray() function in ABI47_0_0expo::gl_cpp::TypedArray 187 TypedArray<T>::TypedArray(jsi::Runtime &runtime, std::vector<ContentType<T>> data) in TypedArray() function in ABI47_0_0expo::gl_cpp::TypedArray 193 TypedArray<T>::TypedArray(TypedArrayBase &&base) : TypedArrayBase(std::move(base)) {} in TypedArray() function in ABI47_0_0expo::gl_cpp::TypedArray 297 template class TypedArray<TypedArrayKind::Int8Array>; variable 298 template class TypedArray<TypedArrayKind::Int16Array>; variable 299 template class TypedArray<TypedArrayKind::Int32Array>; variable 300 template class TypedArray<TypedArrayKind::Uint8Array>; variable 302 template class TypedArray<TypedArrayKind::Uint16Array>; variable 303 template class TypedArray<TypedArrayKind::Uint32Array>; variable 304 template class TypedArray<TypedArrayKind::Float32Array>; variable [all …]
|
| /expo/packages/expo-gl/common/ |
| H A D | EXTypedArrayApi.h | 22 class TypedArray; variable 97 TypedArray<T> get(jsi::Runtime &runtime) &&; 99 TypedArray<T> as(jsi::Runtime &runtime) const &; 101 TypedArray<T> as(jsi::Runtime &runtime) &&; 114 friend class TypedArray; 128 class TypedArray : public TypedArrayBase { 130 TypedArray(jsi::Runtime &runtime, size_t size); 132 TypedArray(TypedArrayBase &&base); 133 TypedArray(TypedArray &&) = default; 134 TypedArray &operator=(TypedArray &&) = default; [all …]
|
| H A D | EXTypedArrayApi.cpp | 184 TypedArray<T>::TypedArray(jsi::Runtime &runtime, size_t size) : TypedArrayBase(runtime, size, T){}; in TypedArray() function in expo::gl_cpp::TypedArray 187 TypedArray<T>::TypedArray(jsi::Runtime &runtime, std::vector<ContentType<T>> data) in TypedArray() function in expo::gl_cpp::TypedArray 193 TypedArray<T>::TypedArray(TypedArrayBase &&base) : TypedArrayBase(std::move(base)) {} in TypedArray() function in expo::gl_cpp::TypedArray 297 template class TypedArray<TypedArrayKind::Int8Array>; variable 298 template class TypedArray<TypedArrayKind::Int16Array>; variable 299 template class TypedArray<TypedArrayKind::Int32Array>; variable 300 template class TypedArray<TypedArrayKind::Uint8Array>; variable 302 template class TypedArray<TypedArrayKind::Uint16Array>; variable 303 template class TypedArray<TypedArrayKind::Uint32Array>; variable 304 template class TypedArray<TypedArrayKind::Float32Array>; variable [all …]
|
| /expo/ios/versioned/sdk49/ExpoGL/common/ |
| H A D | ABI49_0_0EXTypedArrayApi.h | 22 class TypedArray; variable 97 TypedArray<T> get(jsi::Runtime &runtime) &&; 99 TypedArray<T> as(jsi::Runtime &runtime) const &; 101 TypedArray<T> as(jsi::Runtime &runtime) &&; 114 friend class TypedArray; 128 class TypedArray : public TypedArrayBase { 130 TypedArray(jsi::Runtime &runtime, size_t size); 132 TypedArray(TypedArrayBase &&base); 133 TypedArray(TypedArray &&) = default; 134 TypedArray &operator=(TypedArray &&) = default; [all …]
|
| H A D | ABI49_0_0EXTypedArrayApi.cpp | 184 TypedArray<T>::TypedArray(jsi::Runtime &runtime, size_t size) : TypedArrayBase(runtime, size, T){}; in TypedArray() function in ABI49_0_0expo::gl_cpp::TypedArray 187 TypedArray<T>::TypedArray(jsi::Runtime &runtime, std::vector<ContentType<T>> data) in TypedArray() function in ABI49_0_0expo::gl_cpp::TypedArray 193 TypedArray<T>::TypedArray(TypedArrayBase &&base) : TypedArrayBase(std::move(base)) {} in TypedArray() function in ABI49_0_0expo::gl_cpp::TypedArray 297 template class TypedArray<TypedArrayKind::Int8Array>; variable 298 template class TypedArray<TypedArrayKind::Int16Array>; variable 299 template class TypedArray<TypedArrayKind::Int32Array>; variable 300 template class TypedArray<TypedArrayKind::Uint8Array>; variable 302 template class TypedArray<TypedArrayKind::Uint16Array>; variable 303 template class TypedArray<TypedArrayKind::Uint32Array>; variable 304 template class TypedArray<TypedArrayKind::Float32Array>; variable [all …]
|
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | ABI48_0_0EXTypedArrayApi.h | 22 class TypedArray; variable 97 TypedArray<T> get(jsi::Runtime &runtime) &&; 99 TypedArray<T> as(jsi::Runtime &runtime) const &; 101 TypedArray<T> as(jsi::Runtime &runtime) &&; 114 friend class TypedArray; 128 class TypedArray : public TypedArrayBase { 130 TypedArray(jsi::Runtime &runtime, size_t size); 132 TypedArray(TypedArrayBase &&base); 133 TypedArray(TypedArray &&) = default; 134 TypedArray &operator=(TypedArray &&) = default; [all …]
|
| H A D | ABI48_0_0EXTypedArrayApi.cpp | 184 TypedArray<T>::TypedArray(jsi::Runtime &runtime, size_t size) : TypedArrayBase(runtime, size, T){}; in TypedArray() function in ABI48_0_0expo::gl_cpp::TypedArray 187 TypedArray<T>::TypedArray(jsi::Runtime &runtime, std::vector<ContentType<T>> data) in TypedArray() function in ABI48_0_0expo::gl_cpp::TypedArray 193 TypedArray<T>::TypedArray(TypedArrayBase &&base) : TypedArrayBase(std::move(base)) {} in TypedArray() function in ABI48_0_0expo::gl_cpp::TypedArray 297 template class TypedArray<TypedArrayKind::Int8Array>; variable 298 template class TypedArray<TypedArrayKind::Int16Array>; variable 299 template class TypedArray<TypedArrayKind::Int32Array>; variable 300 template class TypedArray<TypedArrayKind::Uint8Array>; variable 302 template class TypedArray<TypedArrayKind::Uint16Array>; variable 303 template class TypedArray<TypedArrayKind::Uint32Array>; variable 304 template class TypedArray<TypedArrayKind::Float32Array>; variable [all …]
|
| /expo/packages/expo-modules-core/build/ |
| H A D | TypedArrays.types.js.map | 1 …TypedArray` objects](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Obje…
|
| /expo/packages/expo-modules-core/common/cpp/ |
| H A D | TypedArray.h | 29 class TypedArray : public jsi::Object { 31 TypedArray(jsi::Runtime &, const jsi::Object &); 32 TypedArray(TypedArray &&) = default; 33 TypedArray &operator=(TypedArray &&) = default;
|
| H A D | TypedArray.cpp | 26 TypedArray::TypedArray(jsi::Runtime &runtime, const jsi::Object &obj) in TypedArray() function in expo::TypedArray 29 TypedArrayKind TypedArray::getKind(jsi::Runtime &runtime) const { in getKind() 37 size_t TypedArray::byteOffset(jsi::Runtime &runtime) const { in byteOffset() 41 size_t TypedArray::byteLength(jsi::Runtime &runtime) const { in byteLength() 45 jsi::ArrayBuffer TypedArray::getBuffer(jsi::Runtime &runtime) const { in getBuffer() 54 void* TypedArray::getRawPointer(jsi::Runtime &runtime) { in getRawPointer()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/common/cpp/ |
| H A D | TypedArray.h | 29 class TypedArray : public jsi::Object { 31 TypedArray(jsi::Runtime &, const jsi::Object &); 32 TypedArray(TypedArray &&) = default; 33 TypedArray &operator=(TypedArray &&) = default;
|
| H A D | TypedArray.cpp | 26 TypedArray::TypedArray(jsi::Runtime &runtime, const jsi::Object &obj) in TypedArray() function in ABI49_0_0expo::TypedArray 29 TypedArrayKind TypedArray::getKind(jsi::Runtime &runtime) const { in getKind() 37 size_t TypedArray::byteOffset(jsi::Runtime &runtime) const { in byteOffset() 41 size_t TypedArray::byteLength(jsi::Runtime &runtime) const { in byteLength() 45 jsi::ArrayBuffer TypedArray::getBuffer(jsi::Runtime &runtime) const { in getBuffer() 54 void* TypedArray::getRawPointer(jsi::Runtime &runtime) { in getRawPointer()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/common/cpp/ |
| H A D | TypedArray.h | 29 class TypedArray : public jsi::Object { 31 TypedArray(jsi::Runtime &, const jsi::Object &); 32 TypedArray(TypedArray &&) = default; 33 TypedArray &operator=(TypedArray &&) = default;
|
| H A D | TypedArray.cpp | 26 TypedArray::TypedArray(jsi::Runtime &runtime, const jsi::Object &obj) in TypedArray() function in ABI48_0_0expo::TypedArray 29 TypedArrayKind TypedArray::getKind(jsi::Runtime &runtime) const { in getKind() 37 size_t TypedArray::byteOffset(jsi::Runtime &runtime) const { in byteOffset() 41 size_t TypedArray::byteLength(jsi::Runtime &runtime) const { in byteLength() 45 jsi::ArrayBuffer TypedArray::getBuffer(jsi::Runtime &runtime) const { in getBuffer() 54 void* TypedArray::getRawPointer(jsi::Runtime &runtime) { in getRawPointer()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/common/cpp/ |
| H A D | TypedArray.h | 29 class TypedArray : public jsi::Object { 31 TypedArray(jsi::Runtime &, const jsi::Object &); 32 TypedArray(TypedArray &&) = default; 33 TypedArray &operator=(TypedArray &&) = default;
|
| H A D | TypedArray.cpp | 26 TypedArray::TypedArray(jsi::Runtime &runtime, const jsi::Object &obj) in TypedArray() function in ABI47_0_0expo::TypedArray 29 TypedArrayKind TypedArray::getKind(jsi::Runtime &runtime) const { in getKind() 37 size_t TypedArray::byteOffset(jsi::Runtime &runtime) const { in byteOffset() 41 size_t TypedArray::byteLength(jsi::Runtime &runtime) const { in byteLength() 45 jsi::ArrayBuffer TypedArray::getBuffer(jsi::Runtime &runtime) const { in getBuffer() 54 void* TypedArray::getRawPointer(jsi::Runtime &runtime) { in getRawPointer()
|
| /expo/packages/expo-standard-web-crypto/src/__tests__/ |
| H A D | getRandomValues-test.ts | 17 ])(`fills %s with random values`, (_, TypedArray) => { 19 const array = new TypedArray(valueCount); 27 const zeros = new TypedArray(valueCount); 65 ])(`fills %s with random values`, (_, TypedArray) => { 67 const array = new TypedArray(valueCount); 72 const zeros = new TypedArray(valueCount);
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/typedarray/ |
| H A D | ConcreteTypedArrays.kt | 6 private inline fun TypedArray.checkIfInRange(index: Int) { in checkIfInRange() 13 TypedArray by rawArray, GenericTypedArray<Byte> { 26 TypedArray by rawArray, GenericTypedArray<Short> { 39 TypedArray by rawArray, GenericTypedArray<Int> { 52 TypedArray by rawArray, GenericTypedArray<UByte> { 65 TypedArray by rawArray, GenericTypedArray<UByte> { 78 TypedArray by rawArray, GenericTypedArray<UShort> { 91 TypedArray by rawArray, GenericTypedArray<UInt> { 104 TypedArray by rawArray, GenericTypedArray<Float> { 131 TypedArray by rawArray, GenericTypedArray<Long> { [all …]
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/typedarray/ |
| H A D | ConcreteTypedArrays.kt | 6 private inline fun TypedArray.checkIfInRange(index: Int) { in checkIfInRange() 13 TypedArray by rawArray, GenericTypedArray<Byte> { 26 TypedArray by rawArray, GenericTypedArray<Short> { 39 TypedArray by rawArray, GenericTypedArray<Int> { 52 TypedArray by rawArray, GenericTypedArray<UByte> { 65 TypedArray by rawArray, GenericTypedArray<UByte> { 78 TypedArray by rawArray, GenericTypedArray<UShort> { 91 TypedArray by rawArray, GenericTypedArray<UInt> { 104 TypedArray by rawArray, GenericTypedArray<Float> { 131 TypedArray by rawArray, GenericTypedArray<Long> { [all …]
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/typedarray/ |
| H A D | ConcreteTypedArrays.kt | 6 private inline fun TypedArray.checkIfInRange(index: Int) { in checkIfInRange() 13 TypedArray by rawArray, GenericTypedArray<Byte> { 26 TypedArray by rawArray, GenericTypedArray<Short> { 39 TypedArray by rawArray, GenericTypedArray<Int> { 52 TypedArray by rawArray, GenericTypedArray<UByte> { 65 TypedArray by rawArray, GenericTypedArray<UByte> { 78 TypedArray by rawArray, GenericTypedArray<UShort> { 91 TypedArray by rawArray, GenericTypedArray<UInt> { 104 TypedArray by rawArray, GenericTypedArray<Float> { 131 TypedArray by rawArray, GenericTypedArray<Long> { [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/typedarray/ |
| H A D | ConcreteTypedArrays.kt | 6 private inline fun TypedArray.checkIfInRange(index: Int) { in checkIfInRange() 13 TypedArray by rawArray, GenericTypedArray<Byte> { 26 TypedArray by rawArray, GenericTypedArray<Short> { 39 TypedArray by rawArray, GenericTypedArray<Int> { 52 TypedArray by rawArray, GenericTypedArray<UByte> { 65 TypedArray by rawArray, GenericTypedArray<UByte> { 78 TypedArray by rawArray, GenericTypedArray<UShort> { 91 TypedArray by rawArray, GenericTypedArray<UInt> { 104 TypedArray by rawArray, GenericTypedArray<Float> { 131 TypedArray by rawArray, GenericTypedArray<Long> { [all …]
|
| /expo/packages/expo-crypto/build/ |
| H A D | ExpoCrypto.web.d.ts | 1 import { TypedArray } from 'expo-modules-core'; 8 getRandomValues(typedArray: TypedArray): TypedArray;
|
| /expo/packages/expo-modules-core/ios/Swift/DynamicTypes/ |
| H A D | DynamicTypedArrayType.swift | 24 return TypedArray.create(from: jsTypedArray) in cast() 32 guard let typedArray = value as? TypedArray else { in cast<ValueType>() 36 guard innerType == TypedArray.self || type(of: typedArray) == innerType else { in cast<ValueType>()
|
| /expo/packages/expo-modules-core/ios/JSI/ |
| H A D | EXJavaScriptTypedArray.mm | 4 #import <ExpoModulesCore/TypedArray.h> 9 std::shared_ptr<expo::TypedArray> _typedArrayPtr; 18 _typedArrayPtr = std::make_shared<expo::TypedArray>(*rt, *jsObjectPtr.get());
|