Home
last modified time | relevance | path

Searched defs:new_data (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
Dutility.h74 void* new_data = data_ ? std::realloc(data_, size) : std::malloc(size); in reserve() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Drepeated_field_unittest.cc1493 Nested* new_data = new Nested; in TEST_F() local
1512 string* new_data = new string; in TEST_F() local
1530 Nested* new_data = new Nested; in TEST_F() local
1549 string* new_data = new string; in TEST_F() local
/frameworks/base/media/mca/filterfw/native/core/
Dvalue.cpp214 int SetMutableBufferValue(Value* value, const char* new_data, int size) { in SetMutableBufferValue()