Searched refs:LengthOrHashCode (Results 1 – 1 of 1) sorted by relevance
42 uint64_t LengthOrHashCode = 0; variable68 : LengthOrHashCode(HashCode) { in FunctionId()77 return LengthOrHashCode == Other.LengthOrHashCode && in equals()87 Data, Other.Data, std::min(LengthOrHashCode, Other.LengthOrHashCode)); in compare()90 if (LengthOrHashCode == Other.LengthOrHashCode) in compare()92 return LengthOrHashCode < Other.LengthOrHashCode ? -1 : 1; in compare()100 if (LengthOrHashCode != 0) in str()111 assert(LengthOrHashCode == 0 && in stringRef()126 return LengthOrHashCode; in getHashCode()162 if (Obj.LengthOrHashCode != 0)[all …]