Searched refs:hashOther (Results 1 – 1 of 1) sorted by relevance
385 Hashtable* hashOther = fmt->parsedValuesHash; in operator ==() local386 if ( parsedValuesHash == NULL && hashOther == NULL) in operator ==()388 if ( parsedValuesHash == NULL || hashOther == NULL) in operator ==()390 return parsedValuesHash->equals(*hashOther); in operator ==()