Home
last modified time | relevance | path

Searched refs:getData (Results 1 – 25 of 88) sorted by relevance

1234

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0ConcreteState.h52 Data const &getData() const { in getData() function
102 return getData().getDynamic(); in getDynamic()
106 updateState(std::move(Data(getData(), data))); in updateState()
109 return getData().getMapBuffer(); in getMapBuffer()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0ConcreteState.h52 Data const &getData() const { in getData() function
102 return getData().getDynamic(); in getDynamic()
106 updateState(std::move(Data(getData(), data))); in updateState()
109 return getData().getMapBuffer(); in getMapBuffer()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0ConcreteState.h52 Data const &getData() const { in getData() function
102 return getData().getDynamic(); in getDynamic()
106 updateState(std::move(Data(getData(), data))); in updateState()
109 return getData().getMapBuffer(); in getMapBuffer()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/triggers/
H A DFirebaseNotificationTrigger.java56 if (getRemoteMessage().getData().containsKey("channelId")) { in getNotificationChannel()
57 return getRemoteMessage().getData().get("channelId"); in getNotificationChannel()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Text/
H A DABI49_0_0RCTParagraphComponentView.mm65 return ABI49_0_0RCTNSAttributedStringFromAttributedString(_state->getData().attributedString);
119 auto textLayoutManager = _state->getData().paragraphLayoutManager.getTextLayoutManager();
120 auto nsTextStorage = _state->getData().paragraphLayoutManager.getHostTextStorage();
127 [nativeTextLayoutManager drawAttributedString:_state->getData().attributedString
159 auto &data = _state->getData();
189 auto textLayoutManager = _state->getData().paragraphLayoutManager.getTextLayoutManager();
195 …auto eventEmitter = [nativeTextLayoutManager getEventEmitterWithAttributeString:_state->getData().…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Text/
H A DABI47_0_0RCTParagraphComponentView.mm66 return ABI47_0_0RCTNSAttributedStringFromAttributedString(_state->getData().attributedString);
120 auto textLayoutManager = _state->getData().layoutManager.lock();
131 [nativeTextLayoutManager drawAttributedString:_state->getData().attributedString
162 auto &data = _state->getData();
195 auto textLayoutManager = _state->getData().layoutManager.lock();
205 …auto eventEmitter = [nativeTextLayoutManager getEventEmitterWithAttributeString:_state->getData().…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Text/
H A DABI48_0_0RCTParagraphComponentView.mm66 return ABI48_0_0RCTNSAttributedStringFromAttributedString(_state->getData().attributedString);
120 auto textLayoutManager = _state->getData().layoutManager.lock();
131 [nativeTextLayoutManager drawAttributedString:_state->getData().attributedString
162 auto &data = _state->getData();
195 auto textLayoutManager = _state->getData().layoutManager.lock();
205 …auto eventEmitter = [nativeTextLayoutManager getEventEmitterWithAttributeString:_state->getData().…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Image/
H A DABI47_0_0RCTImageComponentView.mm84 …bool havePreviousData = oldImageState && oldImageState->getData().getImageSource() != ImageSource{…
87 …(newImageState && newImageState->getData().getImageSource() != oldImageState->getData().getImageSo…
100 auto &observerCoordinator = _state->getData().getImageRequest().getObserverCoordinator();
107 auto &observerCoordinator = _state->getData().getImageRequest().getObserverCoordinator();
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Image/
H A DABI48_0_0RCTImageComponentView.mm84 …bool havePreviousData = oldImageState && oldImageState->getData().getImageSource() != ImageSource{…
87 …(newImageState && newImageState->getData().getImageSource() != oldImageState->getData().getImageSo…
100 auto &observerCoordinator = _state->getData().getImageRequest().getObserverCoordinator();
107 auto &observerCoordinator = _state->getData().getImageRequest().getObserverCoordinator();
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/modal/
H A DABI48_0_0ModalHostViewComponentDescriptor.h36 auto stateData = state->getData(); in adopt()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/inputaccessory/
H A DABI48_0_0InputAccessoryComponentDescriptor.h35 auto stateData = state->getData(); in adopt()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/modal/
H A DABI47_0_0ModalHostViewComponentDescriptor.h36 auto stateData = state->getData(); in adopt()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/modal/
H A DABI49_0_0ModalHostViewComponentDescriptor.h36 auto stateData = state->getData(); in adopt()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/inputaccessory/
H A DABI49_0_0InputAccessoryComponentDescriptor.h35 auto stateData = state->getData(); in adopt()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/inputaccessory/
H A DABI47_0_0InputAccessoryComponentDescriptor.h35 auto stateData = state->getData(); in adopt()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/
H A DABI48_0_0SafeAreaViewComponentDescriptor.h38 auto stateData = state->getData(); in adopt()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/
H A DABI47_0_0SafeAreaViewComponentDescriptor.h38 auto stateData = state->getData(); in adopt()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/
H A DABI49_0_0SafeAreaViewComponentDescriptor.h38 auto stateData = state->getData(); in adopt()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Image/
H A DABI49_0_0RCTImageComponentView.mm85 …bool havePreviousData = oldImageState && oldImageState->getData().getImageSource() != ImageSource{…
88 …(newImageState && newImageState->getData().getImageSource() != oldImageState->getData().getImageSo…
101 auto const &imageRequest = _state->getData().getImageRequest();
121 auto &observerCoordinator = _state->getData().getImageRequest().getObserverCoordinator();
/expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/models/
H A DBaseModel.java80 .withValue(EXColumns.DATA, getData()) in getInsertOperation()
101 public String getData() { in getData() method in BaseModel
166 values.put(EXColumns.DATA, getData()); in getContentValues()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/models/
H A DBaseModel.java80 .withValue(EXColumns.DATA, getData()) in getInsertOperation()
101 public String getData() { in getData() method in BaseModel
166 values.put(EXColumns.DATA, getData()); in getContentValues()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/models/
H A DBaseModel.java80 .withValue(EXColumns.DATA, getData()) in getInsertOperation()
101 public String getData() { in getData() method in BaseModel
166 values.put(EXColumns.DATA, getData()); in getContentValues()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/models/
H A DBaseModel.java80 .withValue(EXColumns.DATA, getData()) in getInsertOperation()
101 public String getData() { in getData() method in BaseModel
166 values.put(EXColumns.DATA, getData()); in getContentValues()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/ports/
H A DSkRemotableFontMgr.h133 virtual SkStreamAsset* getData(int dataId) const = 0;
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/ports/
H A DSkRemotableFontMgr.h133 virtual SkStreamAsset* getData(int dataId) const = 0;

1234