| /expo/packages/expo-clipboard/build/web/ |
| H A D | Utils.js | 13 const begin = sliceIndex * sliceSize; 14 const end = Math.min(begin + sliceSize, bytesLength); 15 const bytes = new Array(end - begin); 16 for (let offset = begin, i = 0; offset < end; ++i, ++offset) {
|
| /expo/packages/expo-clipboard/src/web/ |
| H A D | Utils.ts | 14 const begin = sliceIndex * sliceSize; constant 15 const end = Math.min(begin + sliceSize, bytesLength); 17 const bytes = new Array(end - begin); 18 for (let offset = begin, i = 0; offset < end; ++i, ++offset) {
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/componentregistry/ |
| H A D | ABI48_0_0componentNameByReactViewName.cpp | 18 if (std::mismatch(rctPrefix.begin(), rctPrefix.end(), viewName.begin()) in componentNameByABI48_0_0ReactViewName()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/componentregistry/ |
| H A D | ABI49_0_0componentNameByReactViewName.cpp | 18 if (std::mismatch(rctPrefix.begin(), rctPrefix.end(), viewName.begin()) in componentNameByABI49_0_0ReactViewName()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/componentregistry/ |
| H A D | ABI47_0_0componentNameByReactViewName.cpp | 19 if (std::mismatch(rctPrefix.begin(), rctPrefix.end(), viewName.begin()) in componentNameByABI47_0_0ReactViewName()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI47_0_0AttributedString.cpp | 64 fragments_.insert(fragments_.begin(), fragment); in prependFragment() 72 attributedString.fragments_.begin(), in appendAttributedString() 80 fragments_.begin(), in prependAttributedString() 81 attributedString.fragments_.begin(), in prependAttributedString()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/legacyviewmanagerinterop/ |
| H A D | ABI48_0_0LegacyViewManagerInteropComponentDescriptor.mm | 34 …if (std::mismatch(fbPrefix.begin(), fbPrefix.end(), componentName.begin()).first == fbPrefix.end()… 40 …if (std::mismatch(artPrefix.begin(), artPrefix.end(), componentName.begin()).first == artPrefix.en… 45 …if (std::mismatch(rnPrefix.begin(), rnPrefix.end(), componentName.begin()).first == rnPrefix.end()…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/legacyviewmanagerinterop/ |
| H A D | ABI47_0_0LegacyViewManagerInteropComponentDescriptor.mm | 34 …if (std::mismatch(fbPrefix.begin(), fbPrefix.end(), componentName.begin()).first == fbPrefix.end()… 40 …if (std::mismatch(artPrefix.begin(), artPrefix.end(), componentName.begin()).first == artPrefix.en… 45 …if (std::mismatch(rnPrefix.begin(), rnPrefix.end(), componentName.begin()).first == rnPrefix.end()…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI48_0_0AttributedString.cpp | 68 fragments_.insert(fragments_.begin(), fragment); in prependFragment() 76 attributedString.fragments_.begin(), in appendAttributedString() 84 fragments_.begin(), in prependAttributedString() 85 attributedString.fragments_.begin(), in prependAttributedString()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI49_0_0AttributedString.cpp | 68 fragments_.insert(fragments_.begin(), fragment); in prependFragment() 76 attributedString.fragments_.begin(), in appendAttributedString() 84 fragments_.begin(), in prependAttributedString() 85 attributedString.fragments_.begin(), in prependAttributedString()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/legacyviewmanagerinterop/ |
| H A D | ABI49_0_0LegacyViewManagerInteropComponentDescriptor.mm | 34 …if (std::mismatch(fbPrefix.begin(), fbPrefix.end(), componentName.begin()).first == fbPrefix.end()… 40 …if (std::mismatch(artPrefix.begin(), artPrefix.end(), componentName.begin()).first == artPrefix.en… 45 …if (std::mismatch(rnPrefix.begin(), rnPrefix.end(), componentName.begin()).first == rnPrefix.end()…
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | Declaration.h | 35 std::reverse(std::begin(tmp), std::end(tmp)); in popAll() 51 std::reverse(std::begin(tmp), std::end(tmp)); in popAsOne() 52 return std::accumulate(std::begin(tmp), std::end(tmp), in popAsOne()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | Declaration.h | 35 std::reverse(std::begin(tmp), std::end(tmp)); in popAll() 51 std::reverse(std::begin(tmp), std::end(tmp)); in popAsOne() 52 return std::accumulate(std::begin(tmp), std::end(tmp), in popAsOne()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | Declaration.h | 35 std::reverse(std::begin(tmp), std::end(tmp)); in popAll() 51 std::reverse(std::begin(tmp), std::end(tmp)); in popAsOne() 52 return std::accumulate(std::begin(tmp), std::end(tmp), in popAsOne()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/base/ |
| H A D | Declaration.h | 35 std::reverse(std::begin(tmp), std::end(tmp)); in popAll() 51 std::reverse(std::begin(tmp), std::end(tmp)); in popAsOne() 52 return std::accumulate(std::begin(tmp), std::end(tmp), in popAsOne()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/debug/ |
| H A D | ABI47_0_0debugStringConvertibleUtils.h | 51 std::move(lhs.begin(), lhs.end(), std::back_inserter(result)); 52 std::move(rhs.begin(), rhs.end(), std::back_inserter(result));
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/debug/ |
| H A D | ABI48_0_0debugStringConvertibleUtils.h | 51 std::move(lhs.begin(), lhs.end(), std::back_inserter(result)); 52 std::move(rhs.begin(), rhs.end(), std::back_inserter(result));
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/debug/ |
| H A D | ABI49_0_0debugStringConvertibleUtils.h | 51 std::move(lhs.begin(), lhs.end(), std::back_inserter(result)); 52 std::move(rhs.begin(), rhs.end(), std::back_inserter(result));
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/telemetry/ |
| H A D | ABI47_0_0SurfaceTelemetry.cpp | 31 recentTransactionTelemetries_.erase(recentTransactionTelemetries_.begin()); in incorporate() 78 recentTransactionTelemetries_.begin(), in getRecentTransactionTelemetries()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/telemetry/ |
| H A D | ABI49_0_0SurfaceTelemetry.cpp | 30 recentTransactionTelemetries_.erase(recentTransactionTelemetries_.begin()); in incorporate() 77 recentTransactionTelemetries_.begin(), in getRecentTransactionTelemetries()
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/effects/ |
| H A D | SkColorMatrix.h | 46 void setRowMajor(const float src[20]) { std::copy_n(src, 20, fMat.begin()); } in setRowMajor() 47 void getRowMajor(float dst[20]) const { std::copy_n(fMat.begin(), 20, dst); } in getRowMajor()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/effects/ |
| H A D | SkColorMatrix.h | 47 void setRowMajor(const float src[20]) { std::copy_n(src, 20, fMat.begin()); } in setRowMajor() 48 void getRowMajor(float dst[20]) const { std::copy_n(fMat.begin(), 20, dst); } in getRowMajor()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/telemetry/ |
| H A D | ABI48_0_0SurfaceTelemetry.cpp | 30 recentTransactionTelemetries_.erase(recentTransactionTelemetries_.begin()); in incorporate() 77 recentTransactionTelemetries_.begin(), in getRecentTransactionTelemetries()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/effects/ |
| H A D | SkColorMatrix.h | 48 void setRowMajor(const float src[20]) { std::copy_n(src, 20, fMat.begin()); } in setRowMajor() 49 void getRowMajor(float dst[20]) const { std::copy_n(fMat.begin(), 20, dst); } in getRowMajor()
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/effects/ |
| H A D | SkColorMatrix.h | 48 void setRowMajor(const float src[20]) { std::copy_n(src, 20, fMat.begin()); } in setRowMajor() 49 void getRowMajor(float dst[20]) const { std::copy_n(fMat.begin(), 20, dst); } in getRowMajor()
|