Home
last modified time | relevance | path

Searched refs:pop (Results 1 – 25 of 831) sorted by relevance

12345678910>>...34

/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DDeclarationContext.h20 #pragma clang diagnostic pop
62 _shaders.pop(); in restore()
63 _imageFilters.pop(); in restore()
64 _colorFilters.pop(); in restore()
65 _pathEffects.pop(); in restore()
66 _maskFilters.pop(); in restore()
67 _paints.pop(); in restore()
H A DDeclaration.h14 #pragma clang diagnostic pop
33 _elements.pop(); in popAll()
39 T pop() { in pop() function
44 _elements.pop(); in pop()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DDeclarationContext.h20 #pragma clang diagnostic pop
62 _shaders.pop(); in restore()
63 _imageFilters.pop(); in restore()
64 _colorFilters.pop(); in restore()
65 _pathEffects.pop(); in restore()
66 _maskFilters.pop(); in restore()
67 _paints.pop(); in restore()
H A DDeclaration.h14 #pragma clang diagnostic pop
33 _elements.pop(); in popAll()
39 T pop() { in pop() function
44 _elements.pop(); in pop()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DDeclarationContext.h20 #pragma clang diagnostic pop
62 _shaders.pop(); in restore()
63 _imageFilters.pop(); in restore()
64 _colorFilters.pop(); in restore()
65 _pathEffects.pop(); in restore()
66 _maskFilters.pop(); in restore()
67 _paints.pop(); in restore()
H A DDeclaration.h14 #pragma clang diagnostic pop
33 _elements.pop(); in popAll()
39 T pop() { in pop() function
44 _elements.pop(); in pop()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DDeclarationContext.h20 #pragma clang diagnostic pop
62 _shaders.pop(); in restore()
63 _imageFilters.pop(); in restore()
64 _colorFilters.pop(); in restore()
65 _pathEffects.pop(); in restore()
66 _maskFilters.pop(); in restore()
67 _paints.pop(); in restore()
H A DDeclaration.h14 #pragma clang diagnostic pop
33 _elements.pop(); in popAll()
39 T pop() { in pop() function
44 _elements.pop(); in pop()
/expo/packages/expo-dev-launcher/bundle/providers/
H A DToastStackProvider.tsx24 pop: () => void;
32 pop: (amount?: number) => StackItem<ToastStackItem>[];
55 function pop(amount: number = 1) {
56 return toastStack.pop(amount);
64 <ToastStackContext.Provider value={{ push, pop, getItems }}>
76 const { status, data, onPopEnd, onPushEnd, pop, animatedValue } = props;
108 pop();
118 }, [status, pop, toastProps?.durationMs]);
151 <Button.FadeOnPressContainer onPress={pop}>
H A DModalStackProvider.tsx14 pop: (amount?: number) => StackItem[];
51 function pop(amount: number = 1) {
52 return modalStack.pop(amount);
56 <ModalStackContext.Provider value={{ push, pop }}>
63 modalStack.pop();
70 onClose={item.pop}
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Profiler/
H A DABI49_0_0RCTProfileTrampoline-arm.S69 pop {r0-r3, r7, lr}
90 pop {lr} // pop the caller
91 pop {r0} // pop the return value
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Profiler/
H A DABI48_0_0RCTProfileTrampoline-arm.S69 pop {r0-r3, r7, lr}
90 pop {lr} // pop the caller
91 pop {r0} // pop the return value
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Profiler/
H A DABI47_0_0RCTProfileTrampoline-arm.S69 pop {r0-r3, r7, lr}
90 pop {lr} // pop the caller
91 pop {r0} // pop the return value
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.h22 T pop() { in pop() function
28 queue_.pop(); in pop()
32 void pop(T &item) { in pop() function
38 queue_.pop(); in pop()
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.h22 T pop() { in pop() function
28 queue_.pop(); in pop()
32 void pop(T &item) { in pop() function
38 queue_.pop(); in pop()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.h22 T pop() { in pop() function
28 queue_.pop(); in pop()
32 void pop(T &item) { in pop() function
38 queue_.pop(); in pop()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.h22 T pop() { in pop() function
28 queue_.pop(); in pop()
32 void pop(T &item) { in pop() function
38 queue_.pop(); in pop()
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.h22 T pop() { in pop() function
28 queue_.pop(); in pop()
32 void pop(T &item) { in pop() function
38 queue_.pop(); in pop()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.h22 T pop() { in pop() function
28 queue_.pop(); in pop()
32 void pop(T &item) { in pop() function
38 queue_.pop(); in pop()
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.h22 T pop() { in pop() function
28 queue_.pop(); in pop()
32 void pop(T &item) { in pop() function
38 queue_.pop(); in pop()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.h22 T pop() { in pop() function
28 queue_.pop(); in pop()
32 void pop(T &item) { in pop() function
38 queue_.pop(); in pop()
/expo/packages/expo-dev-launcher/bundle/functions/
H A DcreateAsyncStack.ts23 pop: () => void;
38 pop: (amount?: number, startIndex?: number) => StackItem<any>[];
69 pop: () => pop(`${key}`), constant
105 function pop(amount: number | string = 1) {
223 pop,
/expo/apps/test-suite/screens/
H A DTestScreen.js219 .updateIn(state.get('path').pop().pop(), (children) =>
224 .update('path', (path) => path.pop().pop()),
232 state: state.updateIn(state.get('path').pop().pop(), (children) =>
249 state: state.updateIn(state.get('path').pop().pop(), (children) =>
/expo/apps/native-component-list/src/screens/Screens/
H A DnativeStack.tsx27 pop() {
67 const pop = index > 0 ? () => this.stackRef.current?.pop() : null;
90 {pop && <Button title="Pop" onPress={pop} />}
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiImageFilterNodes.h21 #pragma clang diagnostic pop
61 auto background = context->getImageFilters()->pop(); in decorate()
62 auto foreground = context->getImageFilters()->pop(); in decorate()
94 auto input = context->getImageFilters()->pop(); in decorate()
170 auto shader = context->getShaders()->pop(); in decorate()
175 auto input = context->getImageFilters()->pop(); in decorate()
220 auto input = context->getImageFilters()->pop(); in decorate()
253 auto input = context->getImageFilters()->pop(); in decorate()
288 auto input = context->getImageFilters()->pop(); in decorate()
340 auto input = context->getImageFilters()->pop(); in decorate()

12345678910>>...34