Searched refs:theirValue (Results 1 – 2 of 2) sorted by relevance
391 final String theirValue = other.getAsString(key); in subsetEquals() local394 if (theirValue != null) return false; in subsetEquals()397 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()