Searched refs:OpDefHash (Results 1 – 4 of 4) sorted by relevance
490 EXPECT_EQ(OpDefHash(o1), OpDefHash(o2)); in ExpectEqual()496 EXPECT_NE(OpDefHash(o1), OpDefHash(o2)); in ExpectDifferent()
102 uint64 OpDefHash(const OpDef& o);
857 uint64 OpDefHash(const OpDef& o) { in OpDefHash() function
844 uint64 h = OpDefHash(fdef.signature()); in FunctionDefHash()