Home
last modified time | relevance | path

Searched defs:final (Results 1 – 25 of 27) sorted by relevance

12

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0ShadowView.h26 struct ShadowView final { struct
37 ShadowView &operator=(ShadowView &&other) = default;
67 struct ShadowViewNodePair final { struct
68 using NonOwningList = butter::
70 using OwningList = butter::
73 ShadowView shadowView;
74 ShadowNode const *shadowNode;
105 struct ShadowViewNodePairLegacy final { argument
106 using OwningList = butter::small_vector<
110 ShadowView shadowView;
[all …]
H A DABI49_0_0ShadowViewMutation.h23 struct ShadowViewMutation final { struct
24 using List = std::vector<ShadowViewMutation>;
30 static bool PlatformSupportsRemoveDeleteTreeInstruction;
84 enum Type {
95 Type type = {Create};
96 ShadowView parentShadowView = {};
97 ShadowView oldChildShadowView = {};
98 ShadowView newChildShadowView = {};
99 int index = -1;
105 bool isRedundantOperation = false;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI48_0_0ShadowView.h26 struct ShadowView final { struct
37 ShadowView &operator=(ShadowView &&other) = default;
67 struct ShadowViewNodePair final { struct
68 using NonOwningList = butter::
70 using OwningList = butter::
73 ShadowView shadowView;
74 ShadowNode const *shadowNode;
105 struct ShadowViewNodePairLegacy final { argument
106 using OwningList = butter::small_vector<
110 ShadowView shadowView;
[all …]
H A DABI48_0_0ShadowViewMutation.h23 struct ShadowViewMutation final { struct
24 using List = std::vector<ShadowViewMutation>;
30 static bool PlatformSupportsRemoveDeleteTreeInstruction;
84 enum Type {
95 Type type = {Create};
96 ShadowView parentShadowView = {};
97 ShadowView oldChildShadowView = {};
98 ShadowView newChildShadowView = {};
99 int index = -1;
105 bool isRedundantOperation = false;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI47_0_0ShadowView.h26 struct ShadowView final { struct
37 ShadowView &operator=(ShadowView &&other) = default;
67 struct ShadowViewNodePair final { struct
68 using NonOwningList = butter::
70 using OwningList = butter::
73 ShadowView shadowView;
74 ShadowNode const *shadowNode;
105 struct ShadowViewNodePairLegacy final { struct
106 using OwningList = butter::small_vector<
110 ShadowView shadowView;
[all …]
H A DABI47_0_0ShadowViewMutation.h23 struct ShadowViewMutation final { struct
24 using List = std::vector<ShadowViewMutation>;
30 static bool PlatformSupportsRemoveDeleteTreeInstruction;
83 enum Type {
94 Type type = {Create};
95 ShadowView parentShadowView = {};
96 ShadowView oldChildShadowView = {};
97 ShadowView newChildShadowView = {};
98 int index = -1;
104 bool isRedundantOperation = false;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI49_0_0SchedulerToolbox.h29 struct SchedulerToolbox final { struct
34 ContextContainer::Shared contextContainer;
39 ComponentRegistryFactory componentRegistryFactory;
45 std::optional<RuntimeExecutor> bridgelessBindingsExecutor;
51 RuntimeExecutor runtimeExecutor;
56 RunLoopObserver::Factory mainRunLoopObserverFactory;
63 EventBeat::Factory asynchronousEventBeatFactory;
64 EventBeat::Factory synchronousEventBeatFactory;
74 BackgroundExecutor backgroundExecutor;
79 std::vector<std::shared_ptr<UIManagerCommitHook const>> commitHooks;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI48_0_0SchedulerToolbox.h29 struct SchedulerToolbox final { struct
34 ContextContainer::Shared contextContainer;
39 ComponentRegistryFactory componentRegistryFactory;
45 std::optional<RuntimeExecutor> bridgelessBindingsExecutor;
51 RuntimeExecutor runtimeExecutor;
56 RunLoopObserver::Factory mainRunLoopObserverFactory;
63 EventBeat::Factory asynchronousEventBeatFactory;
64 EventBeat::Factory synchronousEventBeatFactory;
74 BackgroundExecutor backgroundExecutor;
79 std::vector<std::shared_ptr<UIManagerCommitHook const>> commitHooks;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI47_0_0SchedulerToolbox.h29 struct SchedulerToolbox final { struct
34 ContextContainer::Shared contextContainer;
39 ComponentRegistryFactory componentRegistryFactory;
44 RuntimeExecutor runtimeExecutor;
49 RunLoopObserver::Factory mainRunLoopObserverFactory;
56 EventBeat::Factory asynchronousEventBeatFactory;
57 EventBeat::Factory synchronousEventBeatFactory;
67 BackgroundExecutor backgroundExecutor;
72 std::vector<std::shared_ptr<UIManagerCommitHook const>> commitHooks;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI48_0_0Task.h22 struct Task final { struct
30 friend TaskPriorityComparer;
32 SchedulerPriority priority;
33 std::optional<jsi::Function> callback;
34 RuntimeSchedulerClock::time_point expirationTime;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI47_0_0Task.h22 struct Task final { struct
30 friend TaskPriorityComparer;
32 SchedulerPriority priority;
33 std::optional<jsi::Function> callback;
34 RuntimeSchedulerClock::time_point expirationTime;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI49_0_0Task.h24 struct Task final : public jsi::NativeState { struct
37 friend TaskPriorityComparer;
39 SchedulerPriority priority;
40 std::optional<std::variant<jsi::Function, RawCallback>> callback;
41 RuntimeSchedulerClock::time_point expirationTime;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0StateData.h25 struct StateData final { struct
26 using Shared = std::shared_ptr<void const>;
30 StateData(StateData const &previousState, folly::dynamic data){}; in StateData()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0StateData.h25 struct StateData final { struct
26 using Shared = std::shared_ptr<void const>;
30 StateData(StateData const &previousState, folly::dynamic data){}; in StateData()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0StateData.h25 struct StateData final { struct
26 using Shared = std::shared_ptr<void const>;
30 StateData(StateData const &previousState, folly::dynamic data){}; in StateData()
/expo/packages/expo-notifications/plugin/src/__tests__/
H A DwithNotificationsAndroid-test.ts113 const final = getDirFromFS(vol.toJSON(), projectRoot); constant
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/
H A DRecorder.h53 struct SK_API RecorderOptions final { struct
61 class SK_API Recorder final { argument
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/
H A DRecorder.h60 struct SK_API RecorderOptions final { struct
68 class SK_API Recorder final { argument
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/
H A DRecorder.h60 struct SK_API RecorderOptions final { struct
68 class SK_API Recorder final { argument
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/
H A DRecorder.h60 struct SK_API RecorderOptions final { struct
68 class SK_API Recorder final { argument
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/
H A DRecorder.h60 struct SK_API RecorderOptions final { struct
68 class SK_API Recorder final { argument
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/
H A DRecorder.h60 struct SK_API RecorderOptions final { struct
68 class SK_API Recorder final { argument
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/gpu/graphite/
H A DRecorder.h60 struct SK_API RecorderOptions final { struct
68 class SK_API Recorder final { argument
/expo/packages/expo-gl/common/
H A Dstb_image.h4164 int final, type; in stbi__parse_zlib() local
4644 stbi_uc *final; in stbi__create_png_image() local
/expo/ios/versioned/sdk47/EXGL/common/
H A Dstb_image.h4164 int final, type; in stbi__parse_zlib() local
4644 stbi_uc *final; in stbi__create_png_image() local

12