Lines Matching refs:operator
68 CharUnits& operator+= (const CharUnits &Other) {
72 CharUnits& operator++ () {
76 CharUnits operator++ (int) {
79 CharUnits& operator-= (const CharUnits &Other) {
83 CharUnits& operator-- () {
87 CharUnits operator-- (int) {
92 bool operator== (const CharUnits &Other) const {
95 bool operator!= (const CharUnits &Other) const {
100 bool operator< (const CharUnits &Other) const {
103 bool operator<= (const CharUnits &Other) const {
106 bool operator> (const CharUnits &Other) const {
109 bool operator>= (const CharUnits &Other) const {
134 CharUnits operator* (QuantityType N) const {
137 CharUnits operator/ (QuantityType N) const {
140 QuantityType operator/ (const CharUnits &Other) const {
143 CharUnits operator% (QuantityType N) const {
146 QuantityType operator% (const CharUnits &Other) const {
149 CharUnits operator+ (const CharUnits &Other) const {
152 CharUnits operator- (const CharUnits &Other) const {
155 CharUnits operator- () const {
188 inline clang::CharUnits operator* (clang::CharUnits::QuantityType Scale,