Lines Matching full:operator
45 TimeZoneRule::operator=(const TimeZoneRule& right) {
55 TimeZoneRule::operator==(const TimeZoneRule& that) const {
64 TimeZoneRule::operator!=(const TimeZoneRule& that) const {
65 return !operator==(that);
114 InitialTimeZoneRule::operator=(const InitialTimeZoneRule& right) {
116 TimeZoneRule::operator=(right);
122 InitialTimeZoneRule::operator==(const TimeZoneRule& that) const {
125 TimeZoneRule::operator==(that)));
129 InitialTimeZoneRule::operator!=(const TimeZoneRule& that) const {
130 return !operator==(that);
216 AnnualTimeZoneRule::operator=(const AnnualTimeZoneRule& right) {
218 TimeZoneRule::operator=(right);
228 AnnualTimeZoneRule::operator==(const TimeZoneRule& that) const {
242 AnnualTimeZoneRule::operator!=(const TimeZoneRule& that) const {
243 return !operator==(that);
435 TimeArrayTimeZoneRule::operator=(const TimeArrayTimeZoneRule& right) {
437 TimeZoneRule::operator=(right);
447 TimeArrayTimeZoneRule::operator==(const TimeZoneRule& that) const {
451 if (typeid(*this) != typeid(that) || TimeZoneRule::operator==(that) == FALSE) {
471 TimeArrayTimeZoneRule::operator!=(const TimeZoneRule& that) const {
472 return !operator==(that);