| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/ |
| H A D | DSLExpression.h | 205 DSLPossibleExpression operator+(DSLExpression expr); 208 DSLPossibleExpression operator-(DSLExpression expr); 239 DSLPossibleExpression operator!(DSLExpression expr); 240 DSLPossibleExpression operator~(DSLExpression expr); 298 DSLPossibleExpression operator=(int expr); variable 300 DSLPossibleExpression operator=(float expr); variable 302 DSLPossibleExpression operator=(double expr); variable 312 DSLPossibleExpression operator++(); 314 DSLPossibleExpression operator++(int); 316 DSLPossibleExpression operator--(); [all …]
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/ |
| H A D | DSLExpression.h | 130 DSLExpression operator[](DSLExpression index); 193 DSLExpression operator+(DSLExpression left, DSLExpression right); 194 DSLExpression operator+(DSLExpression expr); 196 DSLExpression operator-(DSLExpression left, DSLExpression right); 197 DSLExpression operator-(DSLExpression expr); 225 DSLExpression operator!(DSLExpression expr); 226 DSLExpression operator~(DSLExpression expr); 227 DSLExpression operator++(DSLExpression expr); 228 DSLExpression operator++(DSLExpression expr, int); 229 DSLExpression operator--(DSLExpression expr); [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/FBLazyVector/FBLazyVector/ |
| H A D | ABI47_0_0FBLazyIterator.h | 36 bool operator<(const LazyIterator &b) const { 40 value_type operator*() const { 52 LazyIterator &operator+=(difference_type n) { 70 LazyIterator &operator++() { 74 LazyIterator operator++(int) { 80 LazyIterator &operator--() { 84 LazyIterator operator--(int) { 107 bool operator!=(const LazyIterator<T, U> &a, 113 bool operator<=(const LazyIterator<T, U> &a, 119 bool operator>(const LazyIterator<T, U> &a, [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/FBLazyVector/FBLazyVector/ |
| H A D | ABI48_0_0FBLazyIterator.h | 32 bool operator==(const LazyIterator &other) const { 36 bool operator<(const LazyIterator &b) const { 40 value_type operator*() const { 44 std::unique_ptr<value_type> operator->() const { 52 LazyIterator &operator+=(difference_type n) { 57 LazyIterator &operator-=(difference_type n) { 70 LazyIterator &operator++() { 74 LazyIterator operator++(int) { 80 LazyIterator &operator--() { 84 LazyIterator operator--(int) { [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/FBLazyVector/FBLazyVector/ |
| H A D | ABI49_0_0FBLazyIterator.h | 32 bool operator==(const LazyIterator &other) const { 36 bool operator<(const LazyIterator &b) const { 40 value_type operator*() const { 44 std::unique_ptr<value_type> operator->() const { 52 LazyIterator &operator+=(difference_type n) { 57 LazyIterator &operator-=(difference_type n) { 70 LazyIterator &operator++() { 74 LazyIterator operator++(int) { 80 LazyIterator &operator--() { 84 LazyIterator operator--(int) { [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI49_0_0YGFloatOptional.h | 32 inline bool operator==(ABI49_0_0YGFloatOptional lhs, ABI49_0_0YGFloatOptional rhs) { 36 inline bool operator!=(ABI49_0_0YGFloatOptional lhs, ABI49_0_0YGFloatOptional rhs) { 40 inline bool operator==(ABI49_0_0YGFloatOptional lhs, float rhs) { 43 inline bool operator!=(ABI49_0_0YGFloatOptional lhs, float rhs) { 47 inline bool operator==(float lhs, ABI49_0_0YGFloatOptional rhs) { 50 inline bool operator!=(float lhs, ABI49_0_0YGFloatOptional rhs) { 54 inline ABI49_0_0YGFloatOptional operator+(ABI49_0_0YGFloatOptional lhs, ABI49_0_0YGFloatOptional rh… 58 inline bool operator>(ABI49_0_0YGFloatOptional lhs, ABI49_0_0YGFloatOptional rhs) { 62 inline bool operator<(ABI49_0_0YGFloatOptional lhs, ABI49_0_0YGFloatOptional rhs) { 66 inline bool operator>=(ABI49_0_0YGFloatOptional lhs, ABI49_0_0YGFloatOptional rhs) { [all …]
|
| H A D | ABI49_0_0YGValue.h | 48 inline bool operator==(const ABI49_0_0YGValue& lhs, const ABI49_0_0YGValue& rhs) { 65 inline bool operator!=(const ABI49_0_0YGValue& lhs, const ABI49_0_0YGValue& rhs) { 69 inline ABI49_0_0YGValue operator-(const ABI49_0_0YGValue& value) { 77 inline ABI49_0_0YGValue operator"" _pt(long double value) { 80 inline ABI49_0_0YGValue operator"" _pt(unsigned long long value) { 81 return operator"" _pt(static_cast<long double>(value)); 84 inline ABI49_0_0YGValue operator"" _percent(long double value) { 87 inline ABI49_0_0YGValue operator"" _percent(unsigned long long value) { 88 return operator"" _percent(static_cast<long double>(value));
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI48_0_0YGFloatOptional.h | 32 inline bool operator==(ABI48_0_0YGFloatOptional lhs, ABI48_0_0YGFloatOptional rhs) { 36 inline bool operator!=(ABI48_0_0YGFloatOptional lhs, ABI48_0_0YGFloatOptional rhs) { 40 inline bool operator==(ABI48_0_0YGFloatOptional lhs, float rhs) { 43 inline bool operator!=(ABI48_0_0YGFloatOptional lhs, float rhs) { 47 inline bool operator==(float lhs, ABI48_0_0YGFloatOptional rhs) { 50 inline bool operator!=(float lhs, ABI48_0_0YGFloatOptional rhs) { 54 inline ABI48_0_0YGFloatOptional operator+(ABI48_0_0YGFloatOptional lhs, ABI48_0_0YGFloatOptional rh… 58 inline bool operator>(ABI48_0_0YGFloatOptional lhs, ABI48_0_0YGFloatOptional rhs) { 62 inline bool operator<(ABI48_0_0YGFloatOptional lhs, ABI48_0_0YGFloatOptional rhs) { 66 inline bool operator>=(ABI48_0_0YGFloatOptional lhs, ABI48_0_0YGFloatOptional rhs) { [all …]
|
| H A D | ABI48_0_0YGValue.h | 48 inline bool operator==(const ABI48_0_0YGValue& lhs, const ABI48_0_0YGValue& rhs) { 65 inline bool operator!=(const ABI48_0_0YGValue& lhs, const ABI48_0_0YGValue& rhs) { 69 inline ABI48_0_0YGValue operator-(const ABI48_0_0YGValue& value) { 77 inline ABI48_0_0YGValue operator"" _pt(long double value) { 80 inline ABI48_0_0YGValue operator"" _pt(unsigned long long value) { 81 return operator"" _pt(static_cast<long double>(value)); 84 inline ABI48_0_0YGValue operator"" _percent(long double value) { 87 inline ABI48_0_0YGValue operator"" _percent(unsigned long long value) { 88 return operator"" _percent(static_cast<long double>(value));
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI47_0_0YGFloatOptional.h | 32 inline bool operator==(ABI47_0_0YGFloatOptional lhs, ABI47_0_0YGFloatOptional rhs) { 36 inline bool operator!=(ABI47_0_0YGFloatOptional lhs, ABI47_0_0YGFloatOptional rhs) { 40 inline bool operator==(ABI47_0_0YGFloatOptional lhs, float rhs) { 43 inline bool operator!=(ABI47_0_0YGFloatOptional lhs, float rhs) { 47 inline bool operator==(float lhs, ABI47_0_0YGFloatOptional rhs) { 50 inline bool operator!=(float lhs, ABI47_0_0YGFloatOptional rhs) { 54 inline ABI47_0_0YGFloatOptional operator+(ABI47_0_0YGFloatOptional lhs, ABI47_0_0YGFloatOptional rh… 58 inline bool operator>(ABI47_0_0YGFloatOptional lhs, ABI47_0_0YGFloatOptional rhs) { 62 inline bool operator<(ABI47_0_0YGFloatOptional lhs, ABI47_0_0YGFloatOptional rhs) { 66 inline bool operator>=(ABI47_0_0YGFloatOptional lhs, ABI47_0_0YGFloatOptional rhs) { [all …]
|
| H A D | ABI47_0_0YGValue.h | 48 inline bool operator==(const ABI47_0_0YGValue& lhs, const ABI47_0_0YGValue& rhs) { 65 inline bool operator!=(const ABI47_0_0YGValue& lhs, const ABI47_0_0YGValue& rhs) { 69 inline ABI47_0_0YGValue operator-(const ABI47_0_0YGValue& value) { 77 inline ABI47_0_0YGValue operator"" _pt(long double value) { 80 inline ABI47_0_0YGValue operator"" _pt(unsigned long long value) { 81 return operator"" _pt(static_cast<long double>(value)); 84 inline ABI47_0_0YGValue operator"" _percent(long double value) { 87 inline ABI47_0_0YGValue operator"" _percent(unsigned long long value) { 88 return operator"" _percent(static_cast<long double>(value));
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrTypes.h | 44 [[maybe_unused]] constexpr GrTFlagsMask<X> operator~(X a) { \ 47 [[maybe_unused]] constexpr X operator|(X a, X b) { \ 50 [[maybe_unused]] inline X& operator|=(X& a, X b) { \ 53 [[maybe_unused]] constexpr bool operator&(X a, X b) { \ 79 friend constexpr GrTFlagsMask<X> operator ~(X); \ 80 friend constexpr X operator |(X, X); \ 81 friend X& operator |=(X&, X); \ 82 friend constexpr bool operator &(X, X); \ 87 friend constexpr X operator&(GrTFlagsMask<X>, X); \ 88 friend constexpr X operator&(X, GrTFlagsMask<X>); \ [all …]
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrTypes.h | 44 [[maybe_unused]] constexpr GrTFlagsMask<X> operator~(X a) { \ 47 [[maybe_unused]] constexpr X operator|(X a, X b) { \ 50 [[maybe_unused]] inline X& operator|=(X& a, X b) { \ 53 [[maybe_unused]] constexpr bool operator&(X a, X b) { \ 79 friend constexpr GrTFlagsMask<X> operator ~(X); \ 80 friend constexpr X operator |(X, X); \ 81 friend X& operator |=(X&, X); \ 82 friend constexpr bool operator &(X, X); \ 87 friend constexpr X operator&(GrTFlagsMask<X>, X); \ 88 friend constexpr X operator&(X, GrTFlagsMask<X>); \ [all …]
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrTypes.h | 44 [[maybe_unused]] constexpr GrTFlagsMask<X> operator~(X a) { \ 47 [[maybe_unused]] constexpr X operator|(X a, X b) { \ 50 [[maybe_unused]] inline X& operator|=(X& a, X b) { \ 53 [[maybe_unused]] constexpr bool operator&(X a, X b) { \ 79 friend constexpr GrTFlagsMask<X> operator ~(X); \ 80 friend constexpr X operator |(X, X); \ 81 friend X& operator |=(X&, X); \ 82 friend constexpr bool operator &(X, X); \ 87 friend constexpr X operator&(GrTFlagsMask<X>, X); \ 88 friend constexpr X operator&(X, GrTFlagsMask<X>); \ [all …]
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrTypes.h | 44 [[maybe_unused]] constexpr GrTFlagsMask<X> operator~(X a) { \ 47 [[maybe_unused]] constexpr X operator|(X a, X b) { \ 50 [[maybe_unused]] inline X& operator|=(X& a, X b) { \ 53 [[maybe_unused]] constexpr bool operator&(X a, X b) { \ 79 friend constexpr GrTFlagsMask<X> operator ~(X); \ 80 friend constexpr X operator |(X, X); \ 81 friend X& operator |=(X&, X); \ 82 friend constexpr bool operator &(X, X); \ 87 friend constexpr X operator&(GrTFlagsMask<X>, X); \ 88 friend constexpr X operator&(X, GrTFlagsMask<X>); \ [all …]
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrTypes.h | 44 [[maybe_unused]] constexpr GrTFlagsMask<X> operator~(X a) { \ 47 [[maybe_unused]] constexpr X operator|(X a, X b) { \ 50 [[maybe_unused]] inline X& operator|=(X& a, X b) { \ 53 [[maybe_unused]] constexpr bool operator&(X a, X b) { \ 79 friend constexpr GrTFlagsMask<X> operator ~(X); \ 80 friend constexpr X operator |(X, X); \ 81 friend X& operator |=(X&, X); \ 82 friend constexpr bool operator &(X, X); \ 87 friend constexpr X operator&(GrTFlagsMask<X>, X); \ 88 friend constexpr X operator&(X, GrTFlagsMask<X>); \ [all …]
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrTypes.h | 39 SK_MAYBE_UNUSED constexpr GrTFlagsMask<X> operator~(X a) { \ 42 SK_MAYBE_UNUSED constexpr X operator|(X a, X b) { \ 45 SK_MAYBE_UNUSED inline X& operator|=(X& a, X b) { \ 48 SK_MAYBE_UNUSED constexpr bool operator&(X a, X b) { \ 74 friend constexpr GrTFlagsMask<X> operator ~(X); \ 75 friend constexpr X operator |(X, X); \ 76 friend X& operator |=(X&, X); \ 77 friend constexpr bool operator &(X, X); \ 82 friend constexpr X operator&(GrTFlagsMask<X>, X); \ 83 friend constexpr X operator&(X, GrTFlagsMask<X>); \ [all …]
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrTypes.h | 39 [[maybe_unused]] constexpr GrTFlagsMask<X> operator~(X a) { \ 42 [[maybe_unused]] constexpr X operator|(X a, X b) { \ 45 [[maybe_unused]] inline X& operator|=(X& a, X b) { \ 48 [[maybe_unused]] constexpr bool operator&(X a, X b) { \ 74 friend constexpr GrTFlagsMask<X> operator ~(X); \ 75 friend constexpr X operator |(X, X); \ 76 friend X& operator |=(X&, X); \ 77 friend constexpr bool operator &(X, X); \ 82 friend constexpr X operator&(GrTFlagsMask<X>, X); \ 83 friend constexpr X operator&(X, GrTFlagsMask<X>); \ [all …]
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/gpu/ |
| H A D | GrTypes.h | 44 [[maybe_unused]] constexpr GrTFlagsMask<X> operator~(X a) { \ 47 [[maybe_unused]] constexpr X operator|(X a, X b) { \ 50 [[maybe_unused]] inline X& operator|=(X& a, X b) { \ 53 [[maybe_unused]] constexpr bool operator&(X a, X b) { \ 79 friend constexpr GrTFlagsMask<X> operator ~(X); \ 80 friend constexpr X operator |(X, X); \ 81 friend X& operator |=(X&, X); \ 82 friend constexpr bool operator &(X, X); \ 87 friend constexpr X operator&(GrTFlagsMask<X>, X); \ 88 friend constexpr X operator&(X, GrTFlagsMask<X>); \ [all …]
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkMacros.h | 52 inline X operator ~(X a) { \ 56 inline X operator |(X a, X b) { \ 60 inline X& operator |=(X& a, X b) { \ 63 inline X operator &(X a, X b) { \ 67 inline X& operator &=(X& a, X b) { \ 72 friend X operator ~(X a); \ 73 friend X operator |(X a, X b); \ 74 friend X& operator |=(X& a, X b); \ 76 friend X operator &(X a, X b); \ 77 friend X& operator &=(X& a, X b);
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkMacros.h | 52 inline X operator ~(X a) { \ 56 inline X operator |(X a, X b) { \ 60 inline X& operator |=(X& a, X b) { \ 63 inline X operator &(X a, X b) { \ 67 inline X& operator &=(X& a, X b) { \ 72 friend X operator ~(X a); \ 73 friend X operator |(X a, X b); \ 74 friend X& operator |=(X& a, X b); \ 76 friend X operator &(X a, X b); \ 77 friend X& operator &=(X& a, X b);
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkMacros.h | 67 inline X operator ~(X a) { \ 71 inline X operator |(X a, X b) { \ 75 inline X& operator |=(X& a, X b) { \ 78 inline X operator &(X a, X b) { \ 82 inline X& operator &=(X& a, X b) { \ 87 friend X operator ~(X a); \ 88 friend X operator |(X a, X b); \ 89 friend X& operator |=(X& a, X b); \ 91 friend X operator &(X a, X b); \ 92 friend X& operator &=(X& a, X b);
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkMacros.h | 67 inline X operator ~(X a) { \ 71 inline X operator |(X a, X b) { \ 75 inline X& operator |=(X& a, X b) { \ 78 inline X operator &(X a, X b) { \ 82 inline X& operator &=(X& a, X b) { \ 87 friend X operator ~(X a); \ 88 friend X operator |(X a, X b); \ 89 friend X& operator |=(X& a, X b); \ 91 friend X operator &(X a, X b); \ 92 friend X& operator &=(X& a, X b);
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkMacros.h | 67 inline X operator ~(X a) { \ 71 inline X operator |(X a, X b) { \ 75 inline X& operator |=(X& a, X b) { \ 78 inline X operator &(X a, X b) { \ 82 inline X& operator &=(X& a, X b) { \ 87 friend X operator ~(X a); \ 88 friend X operator |(X a, X b); \ 89 friend X& operator |=(X& a, X b); \ 91 friend X operator &(X a, X b); \ 92 friend X& operator &=(X& a, X b);
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkMacros.h | 67 inline X operator ~(X a) { \ 71 inline X operator |(X a, X b) { \ 75 inline X& operator |=(X& a, X b) { \ 78 inline X operator &(X a, X b) { \ 82 inline X& operator &=(X& a, X b) { \ 87 friend X operator ~(X a); \ 88 friend X operator |(X a, X b); \ 89 friend X& operator |=(X& a, X b); \ 91 friend X operator &(X a, X b); \ 92 friend X& operator &=(X& a, X b);
|