Searched refs:theirValue (Results 1 – 1 of 1) sorted by relevance
397 final String theirValue = other.getAsString(key); in subsetEquals() local400 if (theirValue != null) return false; in subsetEquals()403 if (!ourValue.equals(theirValue)) return false; in subsetEquals()