Lines Matching refs:other
176 bool operator == (const KeyParam &other)
178 return keyType == other.keyType && value == other.value;
280 bool operator == (const Mccmnc &other)
282 if (mcc.value != other.mcc.value) {
285 if (mnc.keyType != KeyType::OTHER && other.mnc.keyType != KeyType::OTHER &&
286 mnc.value != other.mnc.value) {
297 bool operator == (const Locale &other)
299 if (language.value != other.language.value) {
302 if (script.keyType != KeyType::OTHER && other.script.keyType != KeyType::OTHER &&
303 script.value != other.script.value) {
306 if (region.keyType != KeyType::OTHER && other.region.keyType != KeyType::OTHER &&
307 region.value != other.region.value) {