Searched defs:new_data (Results 1 – 3 of 3) sorted by relevance
74 void* new_data = data_ ? std::realloc(data_, size) : std::malloc(size); in reserve() local
214 int SetMutableBufferValue(Value* value, const char* new_data, int size) { in SetMutableBufferValue()
386 char* new_data = nullptr; in TEST() local