Searched refs:h_this_value (Results 1 – 1 of 1) sorted by relevance
153 T *new_value, *h_this_value; in RepeatCharacters() local156 h_this_value = h_this->GetValueCompressed(); in RepeatCharacters()159 h_this_value = h_this->GetValue(); in RepeatCharacters()164 std::fill(new_value, new_value + count, h_this_value[0]); in RepeatCharacters()166 memcpy(new_value, h_this_value, length_this * sizeof(T)); in RepeatCharacters()