Home
last modified time | relevance | path

Searched refs:State (Results 1 – 25 of 230) sorted by relevance

12345678910

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0State.cpp20 State::State(StateData::Shared data, State const &state) in State() function in ABI47_0_0facebook::ABI47_0_0React::State
25 State::State(StateData::Shared data, ShadowNodeFamily::Shared const &family) in State() function in ABI47_0_0facebook::ABI47_0_0React::State
28 revision_{State::initialRevisionValue} {}; in State()
30 State::Shared State::getMostRecentState() const { in getMostRecentState()
39 State::Shared State::getMostRecentStateIfObsolete() const { in getMostRecentStateIfObsolete()
48 size_t State::getRevision() const { in getRevision()
H A DABI47_0_0State.h26 class State {
28 using Shared = std::shared_ptr<const State>;
37 explicit State(StateData::Shared data, State const &state);
38 explicit State(
43 virtual ~State() = default;
50 State::Shared getMostRecentState() const;
56 State::Shared getMostRecentStateIfObsolete() const;
H A DABI47_0_0ShadowNodeFamily.h24 class State; variable
80 std::shared_ptr<State const> getMostRecentState() const;
81 void setMostRecentState(std::shared_ptr<State const> const &state) const;
92 friend State; variable
99 std::shared_ptr<State const> getMostRecentStateIfObsolete(
100 State const &state) const;
103 mutable std::shared_ptr<State const> mostRecentState_;
H A DABI47_0_0ShadowNodeFragment.h31 State::Shared const &state = statePlaceholder();
40 static State::Shared const &statePlaceholder();
61 State::Shared state;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0State.cpp19 State::State(StateData::Shared data, State const &state) in State() function in ABI48_0_0facebook::ABI48_0_0React::State
24 State::State(StateData::Shared data, ShadowNodeFamily::Shared const &family) in State() function in ABI48_0_0facebook::ABI48_0_0React::State
27 revision_{State::initialRevisionValue} {}; in State()
29 State::Shared State::getMostRecentState() const { in getMostRecentState()
38 State::Shared State::getMostRecentStateIfObsolete() const { in getMostRecentStateIfObsolete()
47 size_t State::getRevision() const { in getRevision()
H A DABI48_0_0State.h26 class State {
28 using Shared = std::shared_ptr<const State>;
37 explicit State(StateData::Shared data, State const &state);
38 explicit State(
43 virtual ~State() = default;
50 State::Shared getMostRecentState() const;
56 State::Shared getMostRecentStateIfObsolete() const;
H A DABI48_0_0ShadowNodeFamily.h24 class State; variable
80 std::shared_ptr<State const> getMostRecentState() const;
81 void setMostRecentState(std::shared_ptr<State const> const &state) const;
92 friend State; variable
99 std::shared_ptr<State const> getMostRecentStateIfObsolete(
100 State const &state) const;
103 mutable std::shared_ptr<State const> mostRecentState_;
H A DABI48_0_0ShadowNodeFragment.h31 State::Shared const &state = statePlaceholder();
40 static State::Shared const &statePlaceholder();
61 State::Shared state;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0State.cpp19 State::State(StateData::Shared data, State const &state) in State() function in ABI49_0_0facebook::ABI49_0_0React::State
24 State::State(StateData::Shared data, ShadowNodeFamily::Shared const &family) in State() function in ABI49_0_0facebook::ABI49_0_0React::State
27 revision_{State::initialRevisionValue} {}; in State()
29 State::Shared State::getMostRecentState() const { in getMostRecentState()
38 State::Shared State::getMostRecentStateIfObsolete() const { in getMostRecentStateIfObsolete()
47 size_t State::getRevision() const { in getRevision()
H A DABI49_0_0State.h26 class State {
28 using Shared = std::shared_ptr<const State>;
37 explicit State(StateData::Shared data, State const &state);
38 explicit State(
43 virtual ~State() = default;
50 State::Shared getMostRecentState() const;
56 State::Shared getMostRecentStateIfObsolete() const;
H A DABI49_0_0ShadowNodeFamily.h24 class State; variable
80 std::shared_ptr<State const> getMostRecentState() const;
81 void setMostRecentState(std::shared_ptr<State const> const &state) const;
99 friend State; variable
106 std::shared_ptr<State const> getMostRecentStateIfObsolete(
107 State const &state) const;
110 mutable std::shared_ptr<State const> mostRecentState_;
H A DABI49_0_0ShadowNodeFragment.h31 State::Shared const &state = statePlaceholder();
40 static State::Shared const &statePlaceholder();
61 State::Shared state;
/expo/apps/native-component-list/src/screens/GestureHandler/
H A DFancyButton.tsx5 State,
12 singleTap?: State;
13 longPress?: State;
55 if (longPress === State.BEGAN || singleTap === State.BEGAN) {
66 if (state === State.ACTIVE) {
75 if (state === State.ACTIVE) {
83 if (state === State.ACTIVE) {
/expo/packages/expo-router/build/layouts/
H A DwithLayoutContext.d.ts14State extends NavigationState, EventMap extends EventMapBase>(Nav: T, processor?: (options: Screen…
15 Screen: (props: ScreenProps<TOptions, State, EventMap>) => null;
/expo/packages/expo-router/build/
H A DLocationProvider.d.ts1 import type { State } from './fork/getPathFromState';
9 export declare function getRouteInfoFromState(getPathFromState: (state: State, asPath: boolean) => {
12 }, state: State, basePath?: string): UrlObject;
H A DuseScreens.d.ts4 export type ScreenProps<TOptions extends Record<string, any> = Record<string, any>, State extends N…
16 listeners?: ScreenListeners<State, EventMap> | ((prop: {
19 }) => ScreenListeners<State, EventMap>);
/expo/packages/expo-router/build/fork/
H A DgetPathFromState.d.ts7 export type State = NavigationState | Omit<PartialState<NavigationState>, 'stale'>; alias
37 export default function getPathFromState<ParamList extends object>(state: State, _options?: Options…
41 export declare function getPathDataFromState<ParamList extends object>(state: State, _options?: Opt…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/tests/benchmarks/
H A DABI47_0_0RawPropsBenchmark.cpp38 static void emptyPropCreation(benchmark::State &state) { in emptyPropCreation()
45 static void propParsingEmptyRawProps(benchmark::State &state) { in propParsingEmptyRawProps()
55 static void propParsingRegularRawProps(benchmark::State &state) { in propParsingRegularRawProps()
65 static void propParsingUnsupportedRawProps(benchmark::State &state) { in propParsingUnsupportedRawProps()
76 benchmark::State &state) { in propParsingRegularRawPropsWithNoSourceProps()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/tests/benchmarks/
H A DABI49_0_0RawPropsBenchmark.cpp37 static void emptyPropCreation(benchmark::State &state) { in emptyPropCreation()
44 static void propParsingEmptyRawProps(benchmark::State &state) { in propParsingEmptyRawProps()
54 static void propParsingRegularRawProps(benchmark::State &state) { in propParsingRegularRawProps()
64 static void propParsingUnsupportedRawProps(benchmark::State &state) { in propParsingUnsupportedRawProps()
75 benchmark::State &state) { in propParsingRegularRawPropsWithNoSourceProps()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/tests/benchmarks/
H A DABI48_0_0RawPropsBenchmark.cpp37 static void emptyPropCreation(benchmark::State &state) { in emptyPropCreation()
44 static void propParsingEmptyRawProps(benchmark::State &state) { in propParsingEmptyRawProps()
54 static void propParsingRegularRawProps(benchmark::State &state) { in propParsingRegularRawProps()
64 static void propParsingUnsupportedRawProps(benchmark::State &state) { in propParsingUnsupportedRawProps()
75 benchmark::State &state) { in propParsingRegularRawPropsWithNoSourceProps()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkDocument.h77 enum State { enum
82 State getState() const { return fState; } in getState()
86 State fState;
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkDocument.h77 enum State { enum
82 State getState() const { return fState; } in getState()
86 State fState;
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkDocument.h77 enum State { enum
82 State getState() const { return fState; } in getState()
86 State fState;
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkDocument.h77 enum State { enum
82 State getState() const { return fState; } in getState()
86 State fState;
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkDocument.h77 enum State { enum
82 State getState() const { return fState; } in getState()
86 State fState;

12345678910