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
1493 Nested* new_data = new Nested; in TEST_F() local1512 string* new_data = new string; in TEST_F() local1530 Nested* new_data = new Nested; in TEST_F() local1549 string* new_data = new string; in TEST_F() local
214 int SetMutableBufferValue(Value* value, const char* new_data, int size) { in SetMutableBufferValue()