Searched refs:h_this_value (Results 1 – 1 of 1) sorted by relevance
165 T *new_value, *h_this_value; in RepeatCharacters() local168 h_this_value = h_this->GetValueCompressed(); in RepeatCharacters()171 h_this_value = h_this->GetValue(); in RepeatCharacters()176 std::fill(new_value, new_value + count, h_this_value[0]); in RepeatCharacters()178 memcpy(new_value, h_this_value, length_this * sizeof(T)); in RepeatCharacters()