Home
last modified time | relevance | path

Searched refs:rhs (Results 1 – 25 of 192) sorted by relevance

12345678

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI49_0_0YGFloatOptional.h33 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 DABI49_0_0YGStyle.cpp14 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 DABI48_0_0YGFloatOptional.h33 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 DABI48_0_0YGStyle.cpp14 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 DABI47_0_0YGFloatOptional.h33 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 DABI47_0_0YGStyle.cpp14 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 DABI48_0_0AccessibilityPrimitives.h60 return lhs.name == rhs.name && lhs.label == rhs.label;
66 return !(rhs == lhs);
80 return lhs.disabled == rhs.disabled && lhs.selected == rhs.selected &&
81 lhs.checked == rhs.checked && lhs.busy == rhs.busy &&
82 lhs.expanded == rhs.expanded;
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 …]
H A DABI48_0_0primitives.h132 rhs.left,
133 rhs.top,
134 rhs.right,
135 rhs.bottom,
136 rhs.start,
137 rhs.end,
140 rhs.all);
144 return !(*this == rhs);
198 rhs.topEnd,
201 rhs.all);
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI49_0_0AccessibilityPrimitives.h60 return lhs.name == rhs.name && lhs.label == rhs.label;
66 return !(rhs == lhs);
80 return lhs.disabled == rhs.disabled && lhs.selected == rhs.selected &&
81 lhs.checked == rhs.checked && lhs.busy == rhs.busy &&
82 lhs.expanded == rhs.expanded;
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 …]
H A DABI49_0_0primitives.h143 rhs.left,
144 rhs.top,
145 rhs.right,
146 rhs.bottom,
147 rhs.start,
148 rhs.end,
151 rhs.all,
152 rhs.block,
225 rhs.topEnd,
228 rhs.all,
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI47_0_0AccessibilityPrimitives.h60 return lhs.name == rhs.name && lhs.label == rhs.label;
66 return !(rhs == lhs);
80 return lhs.disabled == rhs.disabled && lhs.selected == rhs.selected &&
81 lhs.checked == rhs.checked && lhs.busy == rhs.busy &&
82 lhs.expanded == rhs.expanded;
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 …]
H A DABI47_0_0primitives.h127 rhs.left,
128 rhs.top,
129 rhs.right,
130 rhs.bottom,
131 rhs.start,
132 rhs.end,
135 rhs.all);
139 return !(*this == rhs);
193 rhs.topEnd,
196 rhs.all);
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0ShadowView.cpp45 rhs.surfaceId, in operator ==()
46 rhs.tag, in operator ==()
47 rhs.componentName, in operator ==()
48 rhs.props, in operator ==()
49 rhs.eventEmitter, in operator ==()
50 rhs.layoutMetrics, in operator ==()
51 rhs.state); in operator ==()
55 return !(*this == rhs); in operator !=()
82 return this->shadowNode == rhs.shadowNode; in operator ==()
86 return !(*this == rhs); in operator !=()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI48_0_0ShadowView.cpp44 rhs.surfaceId, in operator ==()
45 rhs.tag, in operator ==()
46 rhs.componentName, in operator ==()
47 rhs.props, in operator ==()
48 rhs.eventEmitter, in operator ==()
49 rhs.layoutMetrics, in operator ==()
50 rhs.state); in operator ==()
54 return !(*this == rhs); in operator !=()
81 return this->shadowNode == rhs.shadowNode; in operator ==()
85 return !(*this == rhs); in operator !=()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI47_0_0ShadowView.cpp44 rhs.surfaceId, in operator ==()
45 rhs.tag, in operator ==()
46 rhs.componentName, in operator ==()
47 rhs.props, in operator ==()
48 rhs.eventEmitter, in operator ==()
49 rhs.layoutMetrics, in operator ==()
50 rhs.state); in operator ==()
54 return !(*this == rhs); in operator !=()
81 return this->shadowNode == rhs.shadowNode; in operator ==()
85 return !(*this == rhs); in operator !=()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI48_0_0ParagraphAttributes.cpp17 bool ParagraphAttributes::operator==(const ParagraphAttributes &rhs) const { in operator ==()
26 rhs.maximumNumberOfLines, in operator ==()
27 rhs.ellipsizeMode, in operator ==()
28 rhs.textBreakStrategy, in operator ==()
29 rhs.adjustsFontSizeToFit, in operator ==()
30 rhs.includeFontPadding, in operator ==()
31 rhs.android_hyphenationFrequency) && in operator ==()
32 floatEquality(minimumFontSize, rhs.minimumFontSize) && in operator ==()
33 floatEquality(maximumFontSize, rhs.maximumFontSize); in operator ==()
36 bool ParagraphAttributes::operator!=(const ParagraphAttributes &rhs) const { in operator !=()
[all …]
H A DABI48_0_0AttributedString.cpp27 bool Fragment::operator==(const Fragment &rhs) const { in operator ==()
34 rhs.string, in operator ==()
35 rhs.textAttributes, in operator ==()
36 rhs.parentShadowView.tag, in operator ==()
37 rhs.parentShadowView.layoutMetrics); in operator ==()
42 std::tie(rhs.string, rhs.textAttributes); in isContentEqual()
46 return !(*this == rhs); in operator !=()
110 const AttributedString &rhs) const { in compareTextAttributesWithoutFrame()
111 if (fragments_.size() != rhs.fragments_.size()) { in compareTextAttributesWithoutFrame()
126 return fragments_ == rhs.fragments_; in operator ==()
[all …]
H A DABI48_0_0TextAttributes.cpp131 rhs.foregroundColor, in operator ==()
132 rhs.backgroundColor, in operator ==()
133 rhs.fontFamily, in operator ==()
134 rhs.fontWeight, in operator ==()
135 rhs.fontStyle, in operator ==()
136 rhs.fontVariant, in operator ==()
138 rhs.dynamicTypeRamp, in operator ==()
139 rhs.alignment, in operator ==()
146 rhs.textShadowColor, in operator ==()
147 rhs.isHighlighted, in operator ==()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI49_0_0ParagraphAttributes.cpp17 bool ParagraphAttributes::operator==(const ParagraphAttributes &rhs) const { in operator ==()
26 rhs.maximumNumberOfLines, in operator ==()
27 rhs.ellipsizeMode, in operator ==()
28 rhs.textBreakStrategy, in operator ==()
29 rhs.adjustsFontSizeToFit, in operator ==()
30 rhs.includeFontPadding, in operator ==()
31 rhs.android_hyphenationFrequency) && in operator ==()
32 floatEquality(minimumFontSize, rhs.minimumFontSize) && in operator ==()
33 floatEquality(maximumFontSize, rhs.maximumFontSize); in operator ==()
36 bool ParagraphAttributes::operator!=(const ParagraphAttributes &rhs) const { in operator !=()
[all …]
H A DABI49_0_0AttributedString.cpp27 bool Fragment::operator==(const Fragment &rhs) const { in operator ==()
34 rhs.string, in operator ==()
35 rhs.textAttributes, in operator ==()
36 rhs.parentShadowView.tag, in operator ==()
37 rhs.parentShadowView.layoutMetrics); in operator ==()
42 std::tie(rhs.string, rhs.textAttributes); in isContentEqual()
46 return !(*this == rhs); in operator !=()
110 const AttributedString &rhs) const { in compareTextAttributesWithoutFrame()
111 if (fragments_.size() != rhs.fragments_.size()) { in compareTextAttributesWithoutFrame()
126 return fragments_ == rhs.fragments_; in operator ==()
[all …]
H A DABI49_0_0TextAttributes.cpp131 rhs.foregroundColor, in operator ==()
132 rhs.backgroundColor, in operator ==()
133 rhs.fontFamily, in operator ==()
134 rhs.fontWeight, in operator ==()
135 rhs.fontStyle, in operator ==()
136 rhs.fontVariant, in operator ==()
138 rhs.dynamicTypeRamp, in operator ==()
139 rhs.alignment, in operator ==()
146 rhs.textShadowColor, in operator ==()
147 rhs.isHighlighted, in operator ==()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI47_0_0ParagraphAttributes.cpp18 bool ParagraphAttributes::operator==(const ParagraphAttributes &rhs) const { in operator ==()
27 rhs.maximumNumberOfLines, in operator ==()
28 rhs.ellipsizeMode, in operator ==()
29 rhs.textBreakStrategy, in operator ==()
30 rhs.adjustsFontSizeToFit, in operator ==()
31 rhs.includeFontPadding, in operator ==()
32 rhs.android_hyphenationFrequency) && in operator ==()
33 floatEquality(minimumFontSize, rhs.minimumFontSize) && in operator ==()
34 floatEquality(maximumFontSize, rhs.maximumFontSize); in operator ==()
37 bool ParagraphAttributes::operator!=(const ParagraphAttributes &rhs) const { in operator !=()
[all …]
H A DABI47_0_0TextAttributes.cpp124 rhs.foregroundColor, in operator ==()
125 rhs.backgroundColor, in operator ==()
126 rhs.fontFamily, in operator ==()
127 rhs.fontWeight, in operator ==()
128 rhs.fontStyle, in operator ==()
129 rhs.fontVariant, in operator ==()
131 rhs.alignment, in operator ==()
137 rhs.textShadowColor, in operator ==()
138 rhs.isHighlighted, in operator ==()
139 rhs.layoutDirection, in operator ==()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/
H A DABI48_0_0TextMeasureCache.h87 TextAttributes const &rhs) { in areTextAttributesEquivalentLayoutWise() argument
100 rhs.fontFamily, in areTextAttributesEquivalentLayoutWise()
101 rhs.fontWeight, in areTextAttributesEquivalentLayoutWise()
102 rhs.fontStyle, in areTextAttributesEquivalentLayoutWise()
103 rhs.fontVariant, in areTextAttributesEquivalentLayoutWise()
104 rhs.allowFontScaling, in areTextAttributesEquivalentLayoutWise()
105 rhs.dynamicTypeRamp, in areTextAttributesEquivalentLayoutWise()
106 rhs.alignment) && in areTextAttributesEquivalentLayoutWise()
135 return lhs.string == rhs.string && in areAttributedStringFragmentsEquivalentLayoutWise()
158 AttributedString const &rhs) { in areAttributedStringsEquivalentLayoutWise() argument
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/
H A DABI49_0_0TextMeasureCache.h88 TextAttributes const &rhs) { in areTextAttributesEquivalentLayoutWise() argument
101 rhs.fontFamily, in areTextAttributesEquivalentLayoutWise()
102 rhs.fontWeight, in areTextAttributesEquivalentLayoutWise()
103 rhs.fontStyle, in areTextAttributesEquivalentLayoutWise()
104 rhs.fontVariant, in areTextAttributesEquivalentLayoutWise()
105 rhs.allowFontScaling, in areTextAttributesEquivalentLayoutWise()
106 rhs.dynamicTypeRamp, in areTextAttributesEquivalentLayoutWise()
107 rhs.alignment) && in areTextAttributesEquivalentLayoutWise()
136 return lhs.string == rhs.string && in areAttributedStringFragmentsEquivalentLayoutWise()
159 AttributedString const &rhs) { in areAttributedStringsEquivalentLayoutWise() argument
[all …]

12345678