Home | History | Annotate | Download | only in c2hal

Lines Matching defs:CONST

42             CONST,
79 case Qualifier::CONST: return "const";
88 const std::string decorateName(const std::string &name) const;
90 bool isVoid() const;
91 bool isHwDevice() const;
97 static const std::string signedToUnsigned(const std::string &signedType);
100 static const std::string cToHidlType(const std::string &cType);
102 const std::string getHidlType() const;
104 const std::string getRawQualifierList() const;
105 const std::string getSpecialTypeName() const;