Searched refs:VoidType (Results 1 – 3 of 3) sorted by relevance
46 class VoidType : public Type { class48 VoidType() : Type(ValidatableType::KIND_BUILT_IN, kNoPackage, "void", in VoidType() function in android::aidl::cpp::__anon9051069a0111::VoidType50 ~VoidType() override = default;467 AddAndSetMember(&void_type_, std::make_unique<class VoidType>()); in Init()
105 const Type* VoidType() const { return void_type_; } in VoidType() function
129 if (return_type != types.VoidType()) { in BuildArgList()317 if (method.GetType().GetLanguageType<Type>() != types.VoidType()) { in DefineClientTransaction()351 if (return_type != types.VoidType()) { in DefineClientTransaction()497 if (return_type != types.VoidType()) { in HandleServerTransaction()584 if (return_type != types.VoidType()) { in HandleServerTransaction()