Searched refs:ByteType (Results 1 - 1 of 1) sorted by relevance

/system/tools/aidl/
H A Dtype_cpp.cpp137 class ByteType : public Type { class in namespace:android::aidl::cpp::__anon1925
139 ByteType() : ByteType(false, "byte", "int8_t", "readByte", "writeByte", function in class:android::aidl::cpp::__anon1925::ByteType
140 new ByteType(true, "byte[]", "::std::vector<uint8_t>", "readByteVector",
142 new ByteType(true, "byte[]",
147 virtual ~ByteType() = default;
152 ByteType(bool is_array, function in class:android::aidl::cpp::__anon1925::ByteType
166 DISALLOW_COPY_AND_ASSIGN(ByteType);
409 Add(new ByteType());

Completed in 29 milliseconds