Lines Matching full:rhs
489 MessageFormat::operator==(const Format& rhs) const 491 if (this == &rhs) return TRUE;493 MessageFormat& that = (MessageFormat&)rhs;496 if (!Format::operator==(rhs) ||