Searched defs:ArrayWrapper (Results 1 – 2 of 2) sorted by relevance
30 ArrayWrapper() : buffer_(nullptr), capacity_(0), end_(0) {} in ArrayWrapper() function32 ArrayWrapper(pointer buffer, size_type capacity, size_type size) in ArrayWrapper() function37 ArrayWrapper(pointer buffer, size_type size) in ArrayWrapper() function40 ArrayWrapper(const ArrayWrapper& other) { *this = other; } in ArrayWrapper() function42 ArrayWrapper(ArrayWrapper&& other) noexcept { *this = std::move(other); } in ArrayWrapper() function
1047 TEST(SerializationTest, ArrayWrapper) { in TEST() argument2217 TEST(DeserializationTest, ArrayWrapper) { in TEST() argument