Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/expo/packages/expo-clipboard/build/web/
H A DUtils.js13 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 DUtils.ts14 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 DABI48_0_0componentNameByReactViewName.cpp18 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 DABI49_0_0componentNameByReactViewName.cpp18 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 DABI47_0_0componentNameByReactViewName.cpp19 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 DABI47_0_0AttributedString.cpp64 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 DABI48_0_0LegacyViewManagerInteropComponentDescriptor.mm34 …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 DABI47_0_0LegacyViewManagerInteropComponentDescriptor.mm34 …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 DABI48_0_0AttributedString.cpp68 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 DABI49_0_0AttributedString.cpp68 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 DABI49_0_0LegacyViewManagerInteropComponentDescriptor.mm34 …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 DDeclaration.h35 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 DDeclaration.h35 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 DDeclaration.h35 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 DDeclaration.h35 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 DABI47_0_0debugStringConvertibleUtils.h51 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 DABI48_0_0debugStringConvertibleUtils.h51 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 DABI49_0_0debugStringConvertibleUtils.h51 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 DABI47_0_0SurfaceTelemetry.cpp31 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 DABI49_0_0SurfaceTelemetry.cpp30 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 DSkColorMatrix.h46 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 DSkColorMatrix.h47 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 DABI48_0_0SurfaceTelemetry.cpp30 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 DSkColorMatrix.h48 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 DSkColorMatrix.h48 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()

12345678910>>...17