Lines Matching refs:offset_
61 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) { in SetStringCountAndBytesVisitor()
71 const uint8_t* const src = reinterpret_cast<uint8_t*>(src_array_->GetData()) + offset_; in operator()
88 const int32_t offset_; variable
96 : count_(count), src_array_(src_array), offset_(offset) { in SetStringCountAndUtf16BytesVisitor()
106 const uint8_t* const src = reinterpret_cast<uint8_t*>(src_array_->GetData()) + offset_; in operator()
124 const int32_t offset_; variable
132 count_(count), src_array_(src_array), offset_(offset) { in SetStringCountAndValueVisitorFromCharArray()
140 const uint16_t* const src = src_array_->GetData() + offset_; in operator()
154 const int32_t offset_; variable
163 count_(count), src_string_(src_string), offset_(offset) { in SetStringCountAndValueVisitorFromString()
174 const uint8_t* const src = src_string_->GetValueCompressed() + offset_; in operator()
177 const uint16_t* const src = src_string_->GetValue() + offset_; in operator()
191 const int32_t offset_; variable