Searched refs:high_byte_ (Results 1 – 1 of 1) sorted by relevance
59 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) { in SetStringCountAndBytesVisitor()78 value[i] = high_byte_ + (src[i] & 0xFF); in operator()87 const int32_t high_byte_; variable