Searched refs:ByteType (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/ |
D | type_cpp.cpp | 137 class ByteType : public Type { class 139 ByteType() : ByteType(false, "byte", "int8_t", "readByte", "writeByte", in ByteType() function in android::aidl::cpp::__anon889871910111::ByteType 140 new ByteType(true, "byte[]", "::std::vector<uint8_t>", "readByteVector", in ByteType() 142 new ByteType(true, "byte[]", in ByteType() 147 virtual ~ByteType() = default; 152 ByteType(bool is_array, in ByteType() function in android::aidl::cpp::__anon889871910111::ByteType 166 DISALLOW_COPY_AND_ASSIGN(ByteType); 409 Add(new ByteType()); in Init()
|