Home | History | Annotate | Download | only in src

Lines Matching refs:c2

9368   TwoCharHashTableKey(uint32_t c1, uint32_t c2)
9369 : c1_(c1), c2_(c2) {
9374 hash += c2;
9385 hasher.AddCharacter(c2);
9437 uint32_t c2,
9439 TwoCharHashTableKey key(c1, c2);