Searched refs:AnnotationParam (Results 1 – 5 of 5) sorted by relevance
28 AnnotationParam::AnnotationParam(const std::string& name) : mName(name) {} in AnnotationParam() function in android::AnnotationParam30 const std::string& AnnotationParam::getName() const { in getName()34 std::string AnnotationParam::getSingleString() const { in getSingleString()46 bool AnnotationParam::getSingleBool() const { in getSingleBool()61 : AnnotationParam(name), mValues(values) {} in StringAnnotationParam()83 const AnnotationParam *Annotation::getParam(const std::string &name) const { in getParam()107 const AnnotationParam* param = mParams->at(i); in dump()
30 struct AnnotationParam { struct31 virtual ~AnnotationParam() {} in ~AnnotationParam() argument47 AnnotationParam(const std::string& name);50 struct StringAnnotationParam : AnnotationParam {60 using AnnotationParamVector = std::vector<AnnotationParam*>;67 const AnnotationParam *getParam(const std::string &name) const;
671 const AnnotationParam *nameParam = annotation->getParam("name"); in emitExportedHeader()677 const AnnotationParam *exportParentParam = annotation->getParam("export_parent"); in emitExportedHeader()683 const AnnotationParam *prefixParam = annotation->getParam("value_prefix"); in emitExportedHeader()689 const AnnotationParam *suffixParam = annotation->getParam("value_suffix"); in emitExportedHeader()
913 const AnnotationParam *param = in emitVtsMethodDeclaration()
334 android::AnnotationParam *annotationParam;