Searched refs:updateShorts (Results 1 – 3 of 3) sorted by relevance
29 EXPECT_EQ(Hasher().updateShorts(shorts1, 5).hash(), Hasher().updateShorts(shorts2, 5).hash()); in TEST()
40 inline Hasher& updateShorts(const uint16_t* data, uint32_t length) { in updateShorts() function
122 .updateShorts(mChars, mNchars) in computeHash()