Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dstring_wrapper.h32 StringWrapper() : buffer_(nullptr), capacity_(0), end_(0) {} in StringWrapper() function
34 StringWrapper(pointer buffer, size_type capacity, size_type size) in StringWrapper() function
39 StringWrapper(pointer buffer, size_type size) in StringWrapper() function
42 explicit StringWrapper(pointer buffer) in StringWrapper() function
45 StringWrapper(const StringWrapper& other) { *this = other; } in StringWrapper() function
47 StringWrapper(StringWrapper&& other) { *this = std::move(other); } in StringWrapper() function
/frameworks/native/libs/vr/libpdx/
Dserialization_tests.cpp799 TEST(SerializationTest, StringWrapper) { in TEST() argument