Searched refs:src_array_ (Results 1 – 1 of 1) sorted by relevance
59 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) { in SetStringCountAndBytesVisitor()69 const uint8_t* const src = reinterpret_cast<uint8_t*>(src_array_->GetData()) + offset_; in operator()85 Handle<ByteArray> src_array_; variable95 count_(count), src_array_(src_array), offset_(offset) { in SetStringCountAndValueVisitorFromCharArray()103 const uint16_t* const src = src_array_->GetData() + offset_; in operator()116 Handle<CharArray> src_array_; variable