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