Searched refs:theirValue (Results 1 – 2 of 2) sorted by relevance
395 final String theirValue = other.getAsString(key); in subsetEquals() local398 if (theirValue != null) return false; in subsetEquals()401 if (!ourValue.equals(theirValue)) return false; in subsetEquals()
774 final String theirValue = other.getAsString(key); in subsetEquals() local777 if (theirValue != null) return false; in subsetEquals()780 if (!ourValue.equals(theirValue)) return false; in subsetEquals()