Lines Matching refs:using
72 // changes, like using existing V8 versions of certain helper functions.
128 using value_type = int;
129 using iterator = BitMask;
130 using const_iterator = BitMask;
171 using ctrl_t = signed char;
172 using h2_t = uint8_t;
214 // Extracts H2 from the given overall hash, which means using only the lowest 7
225 // Work around this by using the portable implementation of Group
226 // when using -funsigned-char under GCC.
424 using Group = GroupPortableImpl;
428 using Group = GroupSse2Impl;
437 using Group = GroupSse2Polyfill;
440 using Group = GroupPortableImpl;