Searched refs:tmp_data (Results 1 – 2 of 2) sorted by relevance
67 uint8_t* tmp_data = static_cast<uint8_t*>(realloc(data_, size)); in Resize() local68 if (size != 0 && !tmp_data) { in Resize()72 data_ = tmp_data; in Resize()
63 ElementType* tmp_data = first.data_; in swap() local67 second.data_ = tmp_data; in swap()