Home
last modified time | relevance | path

Searched refs:fromRawValue (Results 1 – 25 of 73) sorted by relevance

123

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0propsConversions.h29 void fromRawValue( in fromRawValue() function
39 fromRawValue(context, rawValue, result); in fromRawValue()
43 void fromRawValue( in fromRawValue() function
48 fromRawValue(context, rawValue, res); in fromRawValue()
53 void fromRawValue( in fromRawValue() function
61 void fromRawValue( in fromRawValue() function
82 fromRawValue(context, rawValue, itemResult); in fromRawValue()
87 void fromRawValue( in fromRawValue() function
108 fromRawValue(context, rawValue, itemResult); in fromRawValue()
134 fromRawValue(context, *rawValue, result);
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0propsConversions.h29 void fromRawValue( in fromRawValue() function
39 fromRawValue(context, rawValue, result); in fromRawValue()
43 void fromRawValue( in fromRawValue() function
51 void fromRawValue( in fromRawValue() function
56 fromRawValue(context, rawValue, resultValue); in fromRawValue()
61 void fromRawValue( in fromRawValue() function
72 fromRawValue(context, items.at(i), itemResult); in fromRawValue()
82 fromRawValue(context, rawValue, itemResult); in fromRawValue()
87 void fromRawValue( in fromRawValue() function
108 fromRawValue(context, rawValue, itemResult); in fromRawValue()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0propsConversions.h28 void fromRawValue( in fromRawValue() function
38 fromRawValue(context, rawValue, result); in fromRawValue()
42 void fromRawValue( in fromRawValue() function
50 void fromRawValue( in fromRawValue() function
55 fromRawValue(context, rawValue, resultValue); in fromRawValue()
60 void fromRawValue( in fromRawValue() function
71 fromRawValue(context, items.at(i), itemResult); in fromRawValue()
81 fromRawValue(context, rawValue, itemResult); in fromRawValue()
86 void fromRawValue( in fromRawValue() function
107 fromRawValue(context, rawValue, itemResult); in fromRawValue()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/tests/
H A DABI49_0_0SchedulerPriorityTest.cpp15 TEST(SchedulerPriorityTest, fromRawValue) { in TEST() argument
16 ABI49_0_0EXPECT_EQ(SchedulerPriority::ImmediatePriority, fromRawValue(1.0)); in TEST()
17 ABI49_0_0EXPECT_EQ(SchedulerPriority::UserBlockingPriority, fromRawValue(2.0)); in TEST()
18 ABI49_0_0EXPECT_EQ(SchedulerPriority::NormalPriority, fromRawValue(3.0)); in TEST()
19 ABI49_0_0EXPECT_EQ(SchedulerPriority::LowPriority, fromRawValue(4.0)); in TEST()
20 ABI49_0_0EXPECT_EQ(SchedulerPriority::IdlePriority, fromRawValue(5.0)); in TEST()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/tests/
H A DABI47_0_0SchedulerPriorityTest.cpp14 TEST(SchedulerPriorityTest, fromRawValue) { in TEST() argument
15 ABI47_0_0EXPECT_EQ(SchedulerPriority::ImmediatePriority, fromRawValue(1.0)); in TEST()
16 ABI47_0_0EXPECT_EQ(SchedulerPriority::UserBlockingPriority, fromRawValue(2.0)); in TEST()
17 ABI47_0_0EXPECT_EQ(SchedulerPriority::NormalPriority, fromRawValue(3.0)); in TEST()
18 ABI47_0_0EXPECT_EQ(SchedulerPriority::LowPriority, fromRawValue(4.0)); in TEST()
19 ABI47_0_0EXPECT_EQ(SchedulerPriority::IdlePriority, fromRawValue(5.0)); in TEST()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/tests/
H A DABI48_0_0SchedulerPriorityTest.cpp14 TEST(SchedulerPriorityTest, fromRawValue) { in TEST() argument
15 ABI48_0_0EXPECT_EQ(SchedulerPriority::ImmediatePriority, fromRawValue(1.0)); in TEST()
16 ABI48_0_0EXPECT_EQ(SchedulerPriority::UserBlockingPriority, fromRawValue(2.0)); in TEST()
17 ABI48_0_0EXPECT_EQ(SchedulerPriority::NormalPriority, fromRawValue(3.0)); in TEST()
18 ABI48_0_0EXPECT_EQ(SchedulerPriority::LowPriority, fromRawValue(4.0)); in TEST()
19 ABI48_0_0EXPECT_EQ(SchedulerPriority::IdlePriority, fromRawValue(5.0)); in TEST()
/expo/packages/expo-modules-core/ios/Tests/
H A DEnumerableSpec.swift11 expect(try Position.create(fromRawValue: "top")) == .top in spec()
12 expect(try Position.create(fromRawValue: "right")) == .right in spec()
15 expect { try Position.create(fromRawValue: "top-right") }.to( in spec()
20 expect { try Position.create(fromRawValue: 4729) }.to( in spec()
23 expect { try Position.create(fromRawValue: ["left"]) }.to( in spec()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DEnumerableSpec.swift11 expect(try Position.create(fromRawValue: "top")) == .top in spec()
12 expect(try Position.create(fromRawValue: "right")) == .right in spec()
15 expect { try Position.create(fromRawValue: "top-right") }.to( in spec()
20 expect { try Position.create(fromRawValue: 4729) }.to( in spec()
23 expect { try Position.create(fromRawValue: ["left"]) }.to( in spec()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI49_0_0conversions.h18 inline void fromRawValue( in fromRawValue() function
38 inline void fromRawValue( in fromRawValue() function
58 inline void fromRawValue( in fromRawValue() function
78 inline void fromRawValue( in fromRawValue() function
102 inline void fromRawValue( in fromRawValue() function
110 fromRawValue( in fromRawValue()
115 fromRawValue( in fromRawValue()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI49_0_0accessibilityPropsConversions.h109 inline void fromRawValue( in fromRawValue() function
133 inline void fromRawValue( in fromRawValue() function
140 fromRawValue(context, selected->second, result.selected); in fromRawValue()
144 fromRawValue(context, disabled->second, result.disabled); in fromRawValue()
166 fromRawValue(context, busy->second, result.busy); in fromRawValue()
188 inline void fromRawValue( in fromRawValue() function
213 inline void fromRawValue( in fromRawValue() function
222 fromRawValue(context, name->second, result.name); in fromRawValue()
233 inline void fromRawValue( in fromRawValue() function
268 inline void fromRawValue( in fromRawValue() function
[all …]
H A DABI49_0_0conversions.h168 inline void fromRawValue( in fromRawValue() function
194 inline void fromRawValue( in fromRawValue() function
224 inline void fromRawValue( in fromRawValue() function
262 inline void fromRawValue( in fromRawValue() function
308 inline void fromRawValue( in fromRawValue() function
334 inline void fromRawValue( in fromRawValue() function
360 inline void fromRawValue( in fromRawValue() function
386 inline void fromRawValue( in fromRawValue() function
408 inline void fromRawValue( in fromRawValue() function
446 inline void fromRawValue( in fromRawValue() function
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI48_0_0accessibilityPropsConversions.h108 inline void fromRawValue( in fromRawValue() function
132 inline void fromRawValue( in fromRawValue() function
139 fromRawValue(context, selected->second, result.selected); in fromRawValue()
143 fromRawValue(context, disabled->second, result.disabled); in fromRawValue()
165 fromRawValue(context, busy->second, result.busy); in fromRawValue()
187 inline void fromRawValue( in fromRawValue() function
211 inline void fromRawValue( in fromRawValue() function
220 fromRawValue(context, name->second, result.name); in fromRawValue()
231 inline void fromRawValue( in fromRawValue() function
266 inline void fromRawValue( in fromRawValue() function
[all …]
H A DABI48_0_0conversions.h168 inline void fromRawValue( in fromRawValue() function
190 inline void fromRawValue( in fromRawValue() function
216 inline void fromRawValue( in fromRawValue() function
250 inline void fromRawValue( in fromRawValue() function
292 inline void fromRawValue( in fromRawValue() function
314 inline void fromRawValue( in fromRawValue() function
336 inline void fromRawValue( in fromRawValue() function
358 inline void fromRawValue( in fromRawValue() function
376 inline void fromRawValue( in fromRawValue() function
406 inline void fromRawValue( in fromRawValue() function
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI47_0_0accessibilityPropsConversions.h108 inline void fromRawValue( in fromRawValue() function
132 inline void fromRawValue( in fromRawValue() function
139 fromRawValue(context, selected->second, result.selected); in fromRawValue()
143 fromRawValue(context, disabled->second, result.disabled); in fromRawValue()
165 fromRawValue(context, busy->second, result.busy); in fromRawValue()
187 inline void fromRawValue( in fromRawValue() function
211 inline void fromRawValue( in fromRawValue() function
220 fromRawValue(context, name->second, result.name); in fromRawValue()
231 inline void fromRawValue( in fromRawValue() function
266 inline void fromRawValue( in fromRawValue() function
[all …]
H A DABI47_0_0conversions.h168 inline void fromRawValue( in fromRawValue() function
190 inline void fromRawValue( in fromRawValue() function
216 inline void fromRawValue( in fromRawValue() function
250 inline void fromRawValue( in fromRawValue() function
292 inline void fromRawValue( in fromRawValue() function
314 inline void fromRawValue( in fromRawValue() function
336 inline void fromRawValue( in fromRawValue() function
358 inline void fromRawValue( in fromRawValue() function
376 inline void fromRawValue( in fromRawValue() function
406 inline void fromRawValue( in fromRawValue() function
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/
H A DABI49_0_0conversions.h17 inline void fromRawValue( in fromRawValue() function
41 inline void fromRawValue( in fromRawValue() function
61 inline void fromRawValue( in fromRawValue() function
129 inline void fromRawValue( in fromRawValue() function
149 inline void fromRawValue( in fromRawValue() function
173 inline void fromRawValue( in fromRawValue() function
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI48_0_0conversions.h17 inline void fromRawValue( in fromRawValue() function
41 inline void fromRawValue( in fromRawValue() function
61 inline void fromRawValue( in fromRawValue() function
129 inline void fromRawValue( in fromRawValue() function
149 inline void fromRawValue( in fromRawValue() function
173 inline void fromRawValue( in fromRawValue() function
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI48_0_0AndroidTextInputProps.h36 static inline void fromRawValue( in fromRawValue() function
44 fromRawValue(context, start->second, result.start); in fromRawValue()
48 fromRawValue(context, end->second, result.end); in fromRawValue()
62 static inline void fromRawValue( in fromRawValue() function
70 fromRawValue(context, width->second, result.width); in fromRawValue()
74 fromRawValue(context, height->second, result.height); in fromRawValue()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI47_0_0AndroidTextInputProps.h36 static inline void fromRawValue( in fromRawValue() function
44 fromRawValue(context, start->second, result.start); in fromRawValue()
48 fromRawValue(context, end->second, result.end); in fromRawValue()
62 static inline void fromRawValue( in fromRawValue() function
70 fromRawValue(context, width->second, result.width); in fromRawValue()
74 fromRawValue(context, height->second, result.height); in fromRawValue()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI48_0_0conversions.h17 inline void fromRawValue( in fromRawValue() function
37 inline void fromRawValue( in fromRawValue() function
57 inline void fromRawValue( in fromRawValue() function
77 inline void fromRawValue( in fromRawValue() function
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI47_0_0conversions.h17 inline void fromRawValue( in fromRawValue() function
37 inline void fromRawValue( in fromRawValue() function
57 inline void fromRawValue( in fromRawValue() function
77 inline void fromRawValue( in fromRawValue() function
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI47_0_0conversions.h17 inline void fromRawValue( in fromRawValue() function
41 inline void fromRawValue( in fromRawValue() function
61 inline void fromRawValue( in fromRawValue() function
129 inline void fromRawValue( in fromRawValue() function
153 inline void fromRawValue( in fromRawValue() function
/expo/packages/expo-modules-core/ios/Swift/Arguments/
H A DEnumerable.swift11 static func create<RawValueType>(fromRawValue rawValue: RawValueType) throws -> Self in create<RawValueType>()
32 static func create<ArgType>(fromRawValue rawValue: ArgType) throws -> Self { in create<ArgType>()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Arguments/
H A DEnumerable.swift11 static func create<RawValueType>(fromRawValue rawValue: RawValueType) throws -> Self in create<RawValueType>()
32 static func create<ArgType>(fromRawValue rawValue: ArgType) throws -> Self { in create<ArgType>()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Arguments/
H A DEnumerable.swift11 static func create<RawValueType>(fromRawValue rawValue: RawValueType) throws -> Self in create<RawValueType>()
32 static func create<ArgType>(fromRawValue rawValue: ArgType) throws -> Self { in create<ArgType>()

123