Home
last modified time | relevance | path

Searched defs:ArrayWrapper (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Darray_wrapper.h30 ArrayWrapper() : buffer_(nullptr), capacity_(0), end_(0) {} in ArrayWrapper() function
32 ArrayWrapper(pointer buffer, size_type capacity, size_type size) in ArrayWrapper() function
37 ArrayWrapper(pointer buffer, size_type size) in ArrayWrapper() function
40 ArrayWrapper(const ArrayWrapper& other) { *this = other; } in ArrayWrapper() function
42 ArrayWrapper(ArrayWrapper&& other) { *this = std::move(other); } in ArrayWrapper() function
/frameworks/native/libs/vr/libpdx/
Dserialization_tests.cpp1047 TEST(SerializationTest, ArrayWrapper) { in TEST() argument
2217 TEST(DeserializationTest, ArrayWrapper) { in TEST() argument