Home
last modified time | relevance | path

Searched refs:TypedArray (Results 1 – 25 of 103) sorted by relevance

12345

/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXTypedArrayApi.h22 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 DABI47_0_0EXTypedArrayApi.cpp184 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 DEXTypedArrayApi.h22 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 DEXTypedArrayApi.cpp184 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 DABI49_0_0EXTypedArrayApi.h22 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 DABI49_0_0EXTypedArrayApi.cpp184 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 DABI48_0_0EXTypedArrayApi.h22 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 DABI48_0_0EXTypedArrayApi.cpp184 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 DTypedArrays.types.js.map1TypedArray` objects](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Obje…
/expo/packages/expo-modules-core/common/cpp/
H A DTypedArray.h29 class TypedArray : public jsi::Object {
31 TypedArray(jsi::Runtime &, const jsi::Object &);
32 TypedArray(TypedArray &&) = default;
33 TypedArray &operator=(TypedArray &&) = default;
H A DTypedArray.cpp26 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 DTypedArray.h29 class TypedArray : public jsi::Object {
31 TypedArray(jsi::Runtime &, const jsi::Object &);
32 TypedArray(TypedArray &&) = default;
33 TypedArray &operator=(TypedArray &&) = default;
H A DTypedArray.cpp26 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 DTypedArray.h29 class TypedArray : public jsi::Object {
31 TypedArray(jsi::Runtime &, const jsi::Object &);
32 TypedArray(TypedArray &&) = default;
33 TypedArray &operator=(TypedArray &&) = default;
H A DTypedArray.cpp26 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 DTypedArray.h29 class TypedArray : public jsi::Object {
31 TypedArray(jsi::Runtime &, const jsi::Object &);
32 TypedArray(TypedArray &&) = default;
33 TypedArray &operator=(TypedArray &&) = default;
H A DTypedArray.cpp26 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 DgetRandomValues-test.ts17 ])(`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 DConcreteTypedArrays.kt6 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 DConcreteTypedArrays.kt6 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 DConcreteTypedArrays.kt6 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 DConcreteTypedArrays.kt6 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 DExpoCrypto.web.d.ts1 import { TypedArray } from 'expo-modules-core';
8 getRandomValues(typedArray: TypedArray): TypedArray;
/expo/packages/expo-modules-core/ios/Swift/DynamicTypes/
H A DDynamicTypedArrayType.swift24 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 DEXJavaScriptTypedArray.mm4 #import <ExpoModulesCore/TypedArray.h>
9 std::shared_ptr<expo::TypedArray> _typedArrayPtr;
18 _typedArrayPtr = std::make_shared<expo::TypedArray>(*rt, *jsObjectPtr.get());

12345