Searched refs:VoidType (Results 1 – 3 of 3) sorted by relevance
70 class VoidType : public Type { class72 VoidType() : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, "void", in VoidType() function in android::aidl::cpp::__anon889871910111::VoidType74 virtual ~VoidType() = default;511 void_type_ = new class VoidType(); in Init()
130 const Type* VoidType() const { return void_type_; } in VoidType() function
139 if (return_type != types.VoidType()) { in BuildArgList()335 if (return_type != types.VoidType()) { in DefineClientTransaction()418 if (return_type != types.VoidType()) { in HandleServerTransaction()471 if (return_type != types.VoidType()) { in HandleServerTransaction()