Lines Matching refs:other
196 bool operator == (const KeyParam &other)
198 return keyType == other.keyType && value == other.value;
315 bool operator == (const Mccmnc &other)
317 if (mcc.value != other.mcc.value) {
320 if (mnc.keyType != KeyType::OTHER && other.mnc.keyType != KeyType::OTHER &&
321 mnc.value != other.mnc.value) {
332 bool operator == (const Locale &other)
334 if (language.value != other.language.value) {
337 if (script.keyType != KeyType::OTHER && other.script.keyType != KeyType::OTHER &&
338 script.value != other.script.value) {
341 if (region.keyType != KeyType::OTHER && other.region.keyType != KeyType::OTHER &&
342 region.value != other.region.value) {