Home
last modified time | relevance | path

Searched refs:MutableValue (Results 1 – 25 of 68) sorted by relevance

123

/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DMutableValue.cpp11 void MutableValue::setValue(jsi::Runtime &rt, const jsi::Value &newValue) { in setValue()
15 std::shared_ptr<MutableValue> thiz = shared_from_this(); in setValue()
29 jsi::Value MutableValue::getValue(jsi::Runtime &rt) { in getValue()
34 void MutableValue::set( in set()
83 jsi::Value MutableValue::get(jsi::Runtime &rt, const jsi::PropNameID &name) { in get()
106 std::vector<jsi::PropNameID> MutableValue::getPropertyNames(jsi::Runtime &rt) { in getPropertyNames()
112 MutableValue::MutableValue( in MutableValue() function in reanimated::MutableValue
121 unsigned long int MutableValue::addListener( in addListener()
128 void MutableValue::removeListener(unsigned long listenerId) { in removeListener()
H A DMutableValueSetterProxy.h14 friend MutableValue;
15 std::shared_ptr<MutableValue> mutableValue;
18 explicit MutableValueSetterProxy(std::shared_ptr<MutableValue> mutableValue) in MutableValueSetterProxy()
H A DMutableValue.h18 class MutableValue : public jsi::HostObject,
19 public std::enable_shared_from_this<MutableValue>,
37 MutableValue(
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DMutableValue.cpp11 void MutableValue::setValue(jsi::Runtime &rt, const jsi::Value &newValue) { in setValue()
15 std::shared_ptr<MutableValue> thiz = shared_from_this(); in setValue()
29 jsi::Value MutableValue::getValue(jsi::Runtime &rt) { in getValue()
34 void MutableValue::set( in set()
83 jsi::Value MutableValue::get(jsi::Runtime &rt, const jsi::PropNameID &name) { in get()
106 std::vector<jsi::PropNameID> MutableValue::getPropertyNames(jsi::Runtime &rt) { in getPropertyNames()
112 MutableValue::MutableValue( in MutableValue() function in ABI47_0_0reanimated::MutableValue
121 unsigned long int MutableValue::addListener( in addListener()
128 void MutableValue::removeListener(unsigned long listenerId) { in removeListener()
H A DMutableValueSetterProxy.h14 friend MutableValue;
15 std::shared_ptr<MutableValue> mutableValue;
18 explicit MutableValueSetterProxy(std::shared_ptr<MutableValue> mutableValue) in MutableValueSetterProxy()
H A DMutableValue.h18 class MutableValue : public jsi::HostObject,
19 public std::enable_shared_from_this<MutableValue>,
37 MutableValue(
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DMutableValue.cpp11 void MutableValue::setValue(jsi::Runtime &rt, const jsi::Value &newValue) { in setValue()
15 std::shared_ptr<MutableValue> thiz = shared_from_this(); in setValue()
29 jsi::Value MutableValue::getValue(jsi::Runtime &rt) { in getValue()
34 void MutableValue::set( in set()
83 jsi::Value MutableValue::get(jsi::Runtime &rt, const jsi::PropNameID &name) { in get()
106 std::vector<jsi::PropNameID> MutableValue::getPropertyNames(jsi::Runtime &rt) { in getPropertyNames()
112 MutableValue::MutableValue( in MutableValue() function in ABI48_0_0reanimated::MutableValue
121 unsigned long int MutableValue::addListener( in addListener()
128 void MutableValue::removeListener(unsigned long listenerId) { in removeListener()
H A DMutableValueSetterProxy.h14 friend MutableValue;
15 std::shared_ptr<MutableValue> mutableValue;
18 explicit MutableValueSetterProxy(std::shared_ptr<MutableValue> mutableValue) in MutableValueSetterProxy()
H A DMutableValue.h18 class MutableValue : public jsi::HostObject,
19 public std::enable_shared_from_this<MutableValue>,
37 MutableValue(
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DMutableValue.cpp11 void MutableValue::setValue(jsi::Runtime &rt, const jsi::Value &newValue) { in setValue()
15 std::shared_ptr<MutableValue> thiz = shared_from_this(); in setValue()
29 jsi::Value MutableValue::getValue(jsi::Runtime &rt) { in getValue()
34 void MutableValue::set( in set()
83 jsi::Value MutableValue::get(jsi::Runtime &rt, const jsi::PropNameID &name) { in get()
106 std::vector<jsi::PropNameID> MutableValue::getPropertyNames(jsi::Runtime &rt) { in getPropertyNames()
112 MutableValue::MutableValue( in MutableValue() function in reanimated::MutableValue
121 unsigned long int MutableValue::addListener( in addListener()
128 void MutableValue::removeListener(unsigned long listenerId) { in removeListener()
H A DMutableValueSetterProxy.h14 friend MutableValue;
15 std::shared_ptr<MutableValue> mutableValue;
18 explicit MutableValueSetterProxy(std::shared_ptr<MutableValue> mutableValue) in MutableValueSetterProxy()
H A DMutableValue.h18 class MutableValue : public jsi::HostObject,
19 public std::enable_shared_from_this<MutableValue>,
37 MutableValue(
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DMapper.h28 std::vector<std::shared_ptr<MutableValue>> inputs;
29 std::vector<std::shared_ptr<MutableValue>> outputs;
41 std::vector<std::shared_ptr<MutableValue>> inputs,
42 std::vector<std::shared_ptr<MutableValue>> outputs);
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DMapper.h28 std::vector<std::shared_ptr<MutableValue>> inputs;
29 std::vector<std::shared_ptr<MutableValue>> outputs;
41 std::vector<std::shared_ptr<MutableValue>> inputs,
42 std::vector<std::shared_ptr<MutableValue>> outputs);
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DMapper.h28 std::vector<std::shared_ptr<MutableValue>> inputs;
29 std::vector<std::shared_ptr<MutableValue>> outputs;
41 std::vector<std::shared_ptr<MutableValue>> inputs,
42 std::vector<std::shared_ptr<MutableValue>> outputs);
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DMapper.h28 std::vector<std::shared_ptr<MutableValue>> inputs;
29 std::vector<std::shared_ptr<MutableValue>> outputs;
41 std::vector<std::shared_ptr<MutableValue>> inputs,
42 std::vector<std::shared_ptr<MutableValue>> outputs);
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsProxy.h13 class MutableValue; variable
22 startObserving(int tag, std::shared_ptr<MutableValue> sv, jsi::Runtime &rt);
29 std::map<int, std::shared_ptr<MutableValue>> observedValues;
H A DLayoutAnimationsProxy.cpp21 std::shared_ptr<MutableValue> sv, in startObserving()
35 std::shared_ptr<MutableValue> sv = observedValues[tag]; in stopObserving()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsProxy.h13 class MutableValue; variable
22 startObserving(int tag, std::shared_ptr<MutableValue> sv, jsi::Runtime &rt);
29 std::map<int, std::shared_ptr<MutableValue>> observedValues;
H A DLayoutAnimationsProxy.cpp21 std::shared_ptr<MutableValue> sv, in startObserving()
35 std::shared_ptr<MutableValue> sv = observedValues[tag]; in stopObserving()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsProxy.h13 class MutableValue; variable
22 startObserving(int tag, std::shared_ptr<MutableValue> sv, jsi::Runtime &rt);
29 std::map<int, std::shared_ptr<MutableValue>> observedValues;
H A DLayoutAnimationsProxy.cpp21 std::shared_ptr<MutableValue> sv, in startObserving()
35 std::shared_ptr<MutableValue> sv = observedValues[tag]; in stopObserving()
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/LayoutAnimations/
H A DLayoutAnimationsProxy.h13 class MutableValue; variable
22 startObserving(int tag, std::shared_ptr<MutableValue> sv, jsi::Runtime &rt);
29 std::map<int, std::shared_ptr<MutableValue>> observedValues;
H A DLayoutAnimationsProxy.cpp21 std::shared_ptr<MutableValue> sv, in startObserving()
35 std::shared_ptr<MutableValue> sv = observedValues[tag]; in stopObserving()
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/
H A DMapperRegistry.cpp42 std::shared_ptr<MutableValue> mutableValue; in updateOrder()
52 explicit NodeID(std::shared_ptr<MutableValue> mutableValue) { in updateOrder()
78 std::map<std::shared_ptr<MutableValue>, std::vector<std::shared_ptr<Mapper>>> in updateOrder()

123