| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI49_0_0YGFloatOptional.h | 33 return lhs.unwrap() == rhs.unwrap() || 34 (lhs.isUndefined() && rhs.isUndefined()); 37 return !(lhs == rhs); 41 return lhs == ABI49_0_0YGFloatOptional{rhs}; 44 return !(lhs == rhs); 48 return rhs == lhs; 51 return !(lhs == rhs); 59 return lhs.unwrap() > rhs.unwrap(); 63 return lhs.unwrap() < rhs.unwrap(); 67 return lhs > rhs || lhs == rhs; [all …]
|
| H A D | ABI49_0_0YGStyle.cpp | 14 lhs.flexDirection() == rhs.flexDirection() && in operator ==() 16 lhs.alignContent() == rhs.alignContent() && in operator ==() 17 lhs.alignItems() == rhs.alignItems() && in operator ==() 18 lhs.alignSelf() == rhs.alignSelf() && in operator ==() 19 lhs.positionType() == rhs.positionType() && in operator ==() 20 lhs.flexWrap() == rhs.flexWrap() && lhs.overflow() == rhs.overflow() && in operator ==() 21 lhs.display() == rhs.display() && in operator ==() 23 lhs.margin() == rhs.margin() && lhs.position() == rhs.position() && in operator ==() 24 lhs.padding() == rhs.padding() && lhs.border() == rhs.border() && in operator ==() 25 lhs.gap() == rhs.gap() && lhs.dimensions() == rhs.dimensions() && in operator ==() [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI48_0_0YGFloatOptional.h | 33 return lhs.unwrap() == rhs.unwrap() || 34 (lhs.isUndefined() && rhs.isUndefined()); 37 return !(lhs == rhs); 41 return lhs == ABI48_0_0YGFloatOptional{rhs}; 44 return !(lhs == rhs); 48 return rhs == lhs; 51 return !(lhs == rhs); 59 return lhs.unwrap() > rhs.unwrap(); 63 return lhs.unwrap() < rhs.unwrap(); 67 return lhs > rhs || lhs == rhs; [all …]
|
| H A D | ABI48_0_0YGStyle.cpp | 14 lhs.flexDirection() == rhs.flexDirection() && in operator ==() 16 lhs.alignContent() == rhs.alignContent() && in operator ==() 17 lhs.alignItems() == rhs.alignItems() && in operator ==() 18 lhs.alignSelf() == rhs.alignSelf() && in operator ==() 19 lhs.positionType() == rhs.positionType() && in operator ==() 20 lhs.flexWrap() == rhs.flexWrap() && lhs.overflow() == rhs.overflow() && in operator ==() 21 lhs.display() == rhs.display() && in operator ==() 23 lhs.margin() == rhs.margin() && lhs.position() == rhs.position() && in operator ==() 24 lhs.padding() == rhs.padding() && lhs.border() == rhs.border() && in operator ==() 25 lhs.gap() == rhs.gap() && lhs.dimensions() == rhs.dimensions() && in operator ==() [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI47_0_0YGFloatOptional.h | 33 return lhs.unwrap() == rhs.unwrap() || 34 (lhs.isUndefined() && rhs.isUndefined()); 37 return !(lhs == rhs); 41 return lhs == ABI47_0_0YGFloatOptional{rhs}; 44 return !(lhs == rhs); 48 return rhs == lhs; 51 return !(lhs == rhs); 59 return lhs.unwrap() > rhs.unwrap(); 63 return lhs.unwrap() < rhs.unwrap(); 67 return lhs > rhs || lhs == rhs; [all …]
|
| H A D | ABI47_0_0YGStyle.cpp | 14 lhs.flexDirection() == rhs.flexDirection() && in operator ==() 16 lhs.alignContent() == rhs.alignContent() && in operator ==() 17 lhs.alignItems() == rhs.alignItems() && in operator ==() 18 lhs.alignSelf() == rhs.alignSelf() && in operator ==() 19 lhs.positionType() == rhs.positionType() && in operator ==() 20 lhs.flexWrap() == rhs.flexWrap() && lhs.overflow() == rhs.overflow() && in operator ==() 21 lhs.display() == rhs.display() && in operator ==() 23 lhs.margin() == rhs.margin() && lhs.position() == rhs.position() && in operator ==() 24 lhs.padding() == rhs.padding() && lhs.border() == rhs.border() && in operator ==() 25 lhs.dimensions() == rhs.dimensions() && in operator ==() [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI48_0_0AccessibilityPrimitives.h | 60 return lhs.name == rhs.name && lhs.label == rhs.label; 66 return !(rhs == lhs); 78 AccessibilityState const &lhs, 80 return lhs.disabled == rhs.disabled && lhs.selected == rhs.selected && 81 lhs.checked == rhs.checked && lhs.busy == rhs.busy && 88 return !(rhs == lhs); 98 return lhs.value == rhs.value; 104 return !(lhs == rhs); 117 return lhs.min == rhs.min && lhs.max == rhs.max && lhs.now == rhs.now && 118 lhs.text == rhs.text; [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI49_0_0AccessibilityPrimitives.h | 60 return lhs.name == rhs.name && lhs.label == rhs.label; 66 return !(rhs == lhs); 78 AccessibilityState const &lhs, 80 return lhs.disabled == rhs.disabled && lhs.selected == rhs.selected && 81 lhs.checked == rhs.checked && lhs.busy == rhs.busy && 88 return !(rhs == lhs); 98 return lhs.value == rhs.value; 104 return !(lhs == rhs); 117 return lhs.min == rhs.min && lhs.max == rhs.max && lhs.now == rhs.now && 118 lhs.text == rhs.text; [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI47_0_0AccessibilityPrimitives.h | 60 return lhs.name == rhs.name && lhs.label == rhs.label; 66 return !(rhs == lhs); 78 AccessibilityState const &lhs, 80 return lhs.disabled == rhs.disabled && lhs.selected == rhs.selected && 81 lhs.checked == rhs.checked && lhs.busy == rhs.busy && 88 return !(rhs == lhs); 98 return lhs.value == rhs.value; 104 return !(lhs == rhs); 117 return lhs.min == rhs.min && lhs.max == rhs.max && lhs.now == rhs.now && 118 lhs.text == rhs.text; [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/ |
| H A D | ABI48_0_0utils.h | 18 ShadowViewMutation const &lhs, in shouldFirstComeBeforeSecondRemovesOnly() argument 22 return (lhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondRemovesOnly() 23 lhs.type == rhs.type) && in shouldFirstComeBeforeSecondRemovesOnly() 25 (lhs.index > rhs.index); in shouldFirstComeBeforeSecondRemovesOnly() 29 ShadowViewMutation const &lhs, in shouldFirstComeBeforeSecondMutation() argument 31 if (lhs.type != rhs.type) { in shouldFirstComeBeforeSecondMutation() 33 if (lhs.type == ShadowViewMutation::Type::Delete) { in shouldFirstComeBeforeSecondMutation() 41 if (lhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondMutation() 46 lhs.type == ShadowViewMutation::Type::Insert) { in shouldFirstComeBeforeSecondMutation() 51 if (lhs.type == ShadowViewMutation::Type::Create && in shouldFirstComeBeforeSecondMutation() [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/ |
| H A D | ABI47_0_0utils.h | 18 ShadowViewMutation const &lhs, in shouldFirstComeBeforeSecondRemovesOnly() argument 22 return (lhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondRemovesOnly() 23 lhs.type == rhs.type) && in shouldFirstComeBeforeSecondRemovesOnly() 25 (lhs.index > rhs.index); in shouldFirstComeBeforeSecondRemovesOnly() 29 ShadowViewMutation const &lhs, in shouldFirstComeBeforeSecondMutation() argument 31 if (lhs.type != rhs.type) { in shouldFirstComeBeforeSecondMutation() 33 if (lhs.type == ShadowViewMutation::Type::Delete) { in shouldFirstComeBeforeSecondMutation() 41 if (lhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondMutation() 46 lhs.type == ShadowViewMutation::Type::Insert) { in shouldFirstComeBeforeSecondMutation() 51 if (lhs.type == ShadowViewMutation::Type::Create && in shouldFirstComeBeforeSecondMutation() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/ |
| H A D | ABI49_0_0utils.h | 18 ShadowViewMutation const &lhs, in shouldFirstComeBeforeSecondRemovesOnly() argument 22 return (lhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondRemovesOnly() 23 lhs.type == rhs.type) && in shouldFirstComeBeforeSecondRemovesOnly() 25 (lhs.index > rhs.index); in shouldFirstComeBeforeSecondRemovesOnly() 29 ShadowViewMutation const &lhs, in shouldFirstComeBeforeSecondMutation() argument 31 if (lhs.type != rhs.type) { in shouldFirstComeBeforeSecondMutation() 33 if (lhs.type == ShadowViewMutation::Type::Delete) { in shouldFirstComeBeforeSecondMutation() 41 if (lhs.type == ShadowViewMutation::Type::Remove && in shouldFirstComeBeforeSecondMutation() 46 lhs.type == ShadowViewMutation::Type::Insert) { in shouldFirstComeBeforeSecondMutation() 51 if (lhs.type == ShadowViewMutation::Type::Create && in shouldFirstComeBeforeSecondMutation() [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/ |
| H A D | ABI48_0_0TextMeasureCache.h | 86 TextAttributes const &lhs, in areTextAttributesEquivalentLayoutWise() argument 92 lhs.fontFamily, in areTextAttributesEquivalentLayoutWise() 93 lhs.fontWeight, in areTextAttributesEquivalentLayoutWise() 94 lhs.fontStyle, in areTextAttributesEquivalentLayoutWise() 95 lhs.fontVariant, in areTextAttributesEquivalentLayoutWise() 96 lhs.allowFontScaling, in areTextAttributesEquivalentLayoutWise() 97 lhs.dynamicTypeRamp, in areTextAttributesEquivalentLayoutWise() 98 lhs.alignment) == in areTextAttributesEquivalentLayoutWise() 140 (!lhs.isAttachment() || in areAttributedStringFragmentsEquivalentLayoutWise() 157 AttributedString const &lhs, in areAttributedStringsEquivalentLayoutWise() argument [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/ |
| H A D | ABI49_0_0TextMeasureCache.h | 87 TextAttributes const &lhs, in areTextAttributesEquivalentLayoutWise() argument 93 lhs.fontFamily, in areTextAttributesEquivalentLayoutWise() 94 lhs.fontWeight, in areTextAttributesEquivalentLayoutWise() 95 lhs.fontStyle, in areTextAttributesEquivalentLayoutWise() 96 lhs.fontVariant, in areTextAttributesEquivalentLayoutWise() 97 lhs.allowFontScaling, in areTextAttributesEquivalentLayoutWise() 98 lhs.dynamicTypeRamp, in areTextAttributesEquivalentLayoutWise() 99 lhs.alignment) == in areTextAttributesEquivalentLayoutWise() 141 (!lhs.isAttachment() || in areAttributedStringFragmentsEquivalentLayoutWise() 158 AttributedString const &lhs, in areAttributedStringsEquivalentLayoutWise() argument [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/ |
| H A D | ABI47_0_0TextMeasureCache.h | 86 TextAttributes const &lhs, in areTextAttributesEquivalentLayoutWise() argument 92 lhs.fontFamily, in areTextAttributesEquivalentLayoutWise() 93 lhs.fontWeight, in areTextAttributesEquivalentLayoutWise() 94 lhs.fontStyle, in areTextAttributesEquivalentLayoutWise() 95 lhs.fontVariant, in areTextAttributesEquivalentLayoutWise() 96 lhs.allowFontScaling, in areTextAttributesEquivalentLayoutWise() 97 lhs.alignment) == in areTextAttributesEquivalentLayoutWise() 137 (!lhs.isAttachment() || in areAttributedStringFragmentsEquivalentLayoutWise() 154 AttributedString const &lhs, in areAttributedStringsEquivalentLayoutWise() argument 187 TextMeasureCacheKey const &lhs, [all …]
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/DynamicTypes/ |
| H A D | AnyDynamicType.swift | 29 public func ~> <T>(lhs: AnyDynamicType, rhs: T.Type) -> Bool { in wraps<InnerType>() 30 return lhs.wraps(rhs) in wraps<InnerType>() 34 public func !~> <T>(lhs: AnyDynamicType, rhs: T.Type) -> Bool { in \x21~> <T>() 35 return !lhs.wraps(rhs) in \x21~> <T>() 38 public func == (lhs: AnyDynamicType, rhs: AnyDynamicType) -> Bool { in ==() 39 return lhs.equals(rhs) in ==() 42 public func != (lhs: AnyDynamicType, rhs: AnyDynamicType) -> Bool { in \x21=() 43 return !lhs.equals(rhs) in \x21=()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/DynamicTypes/ |
| H A D | AnyDynamicType.swift | 29 public func ~> <T>(lhs: AnyDynamicType, rhs: T.Type) -> Bool { in wraps<InnerType>() 30 return lhs.wraps(rhs) in wraps<InnerType>() 34 public func !~> <T>(lhs: AnyDynamicType, rhs: T.Type) -> Bool { in \x21~> <T>() 35 return !lhs.wraps(rhs) in \x21~> <T>() 38 public func == (lhs: AnyDynamicType, rhs: AnyDynamicType) -> Bool { in ==() 39 return lhs.equals(rhs) in ==() 42 public func != (lhs: AnyDynamicType, rhs: AnyDynamicType) -> Bool { in \x21=() 43 return !lhs.equals(rhs) in \x21=()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI47_0_0LayoutContext.h | 66 inline bool operator==(LayoutContext const &lhs, LayoutContext const &rhs) { 68 lhs.pointScaleFactor, 69 lhs.affectedNodes, 70 lhs.swapLeftAndRightInRTL, 71 lhs.fontSizeMultiplier, 72 lhs.viewportOffset) == 81 inline bool operator!=(LayoutContext const &lhs, LayoutContext const &rhs) { 82 return !(lhs == rhs);
|
| H A D | ABI47_0_0RawPropsKey.cpp | 55 static bool areFieldsEqual(char const *lhs, char const *rhs) { in areFieldsEqual() argument 56 if (lhs == nullptr || rhs == nullptr) { in areFieldsEqual() 57 return lhs == rhs; in areFieldsEqual() 59 return lhs == rhs || strcmp(lhs, rhs) == 0; in areFieldsEqual() 62 bool operator==(RawPropsKey const &lhs, RawPropsKey const &rhs) noexcept { in operator ==() argument 64 return areFieldsEqual(lhs.name, rhs.name) && in operator ==() 65 areFieldsEqual(lhs.prefix, rhs.prefix) && in operator ==() 66 areFieldsEqual(lhs.suffix, rhs.suffix); in operator ==() 69 bool operator!=(RawPropsKey const &lhs, RawPropsKey const &rhs) noexcept { in operator !=() argument 70 return !(lhs == rhs); in operator !=()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI49_0_0LayoutContext.h | 65 inline bool operator==(LayoutContext const &lhs, LayoutContext const &rhs) { 67 lhs.pointScaleFactor, 68 lhs.affectedNodes, 69 lhs.swapLeftAndRightInRTL, 70 lhs.fontSizeMultiplier, 71 lhs.viewportOffset) == 80 inline bool operator!=(LayoutContext const &lhs, LayoutContext const &rhs) { 81 return !(lhs == rhs);
|
| H A D | ABI49_0_0RawPropsKey.cpp | 54 static bool areFieldsEqual(char const *lhs, char const *rhs) { in areFieldsEqual() argument 55 if (lhs == nullptr || rhs == nullptr) { in areFieldsEqual() 56 return lhs == rhs; in areFieldsEqual() 58 return lhs == rhs || strcmp(lhs, rhs) == 0; in areFieldsEqual() 61 bool operator==(RawPropsKey const &lhs, RawPropsKey const &rhs) noexcept { in operator ==() argument 63 return areFieldsEqual(lhs.name, rhs.name) && in operator ==() 64 areFieldsEqual(lhs.prefix, rhs.prefix) && in operator ==() 65 areFieldsEqual(lhs.suffix, rhs.suffix); in operator ==() 68 bool operator!=(RawPropsKey const &lhs, RawPropsKey const &rhs) noexcept { in operator !=() argument 69 return !(lhs == rhs); in operator !=()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI48_0_0LayoutContext.h | 66 inline bool operator==(LayoutContext const &lhs, LayoutContext const &rhs) { 68 lhs.pointScaleFactor, 69 lhs.affectedNodes, 70 lhs.swapLeftAndRightInRTL, 71 lhs.fontSizeMultiplier, 72 lhs.viewportOffset) == 81 inline bool operator!=(LayoutContext const &lhs, LayoutContext const &rhs) { 82 return !(lhs == rhs);
|
| H A D | ABI48_0_0RawPropsKey.cpp | 54 static bool areFieldsEqual(char const *lhs, char const *rhs) { in areFieldsEqual() argument 55 if (lhs == nullptr || rhs == nullptr) { in areFieldsEqual() 56 return lhs == rhs; in areFieldsEqual() 58 return lhs == rhs || strcmp(lhs, rhs) == 0; in areFieldsEqual() 61 bool operator==(RawPropsKey const &lhs, RawPropsKey const &rhs) noexcept { in operator ==() argument 63 return areFieldsEqual(lhs.name, rhs.name) && in operator ==() 64 areFieldsEqual(lhs.prefix, rhs.prefix) && in operator ==() 65 areFieldsEqual(lhs.suffix, rhs.suffix); in operator ==() 68 bool operator!=(RawPropsKey const &lhs, RawPropsKey const &rhs) noexcept { in operator !=() argument 69 return !(lhs == rhs); in operator !=()
|
| /expo/packages/expo-modules-core/ios/Swift/DynamicTypes/ |
| H A D | AnyDynamicType.swift | 45 public func ~> <T>(lhs: AnyDynamicType, rhs: T.Type) -> Bool { in ~> <T>() 46 return lhs.wraps(rhs) in ~> <T>() 50 public func !~> <T>(lhs: AnyDynamicType, rhs: T.Type) -> Bool { in \x21~> <T>() 51 return !lhs.wraps(rhs) in \x21~> <T>() 54 public func == (lhs: AnyDynamicType, rhs: AnyDynamicType) -> Bool { in ==() 55 return lhs.equals(rhs) in ==() 58 public func != (lhs: AnyDynamicType, rhs: AnyDynamicType) -> Bool { in \x21=() 59 return !lhs.equals(rhs) in \x21=()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DynamicTypes/ |
| H A D | AnyDynamicType.swift | 45 public func ~> <T>(lhs: AnyDynamicType, rhs: T.Type) -> Bool { in ~> <T>() 46 return lhs.wraps(rhs) in ~> <T>() 50 public func !~> <T>(lhs: AnyDynamicType, rhs: T.Type) -> Bool { in \x21~> <T>() 51 return !lhs.wraps(rhs) in \x21~> <T>() 54 public func == (lhs: AnyDynamicType, rhs: AnyDynamicType) -> Bool { in ==() 55 return lhs.equals(rhs) in ==() 58 public func != (lhs: AnyDynamicType, rhs: AnyDynamicType) -> Bool { in \x21=() 59 return !lhs.equals(rhs) in \x21=()
|