Home
last modified time | relevance | path

Searched refs:ConstantExpressionAnnotationParam (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/
DAnnotation.cpp83 ConstantExpressionAnnotationParam::ConstantExpressionAnnotationParam( in ConstantExpressionAnnotationParam() function in android::ConstantExpressionAnnotationParam
87 std::vector<std::string> ConstantExpressionAnnotationParam::getValues() const { in getValues()
95 std::string ConstantExpressionAnnotationParam::getSingleValue() const { in getSingleValue()
100 std::vector<const ConstantExpression*> ConstantExpressionAnnotationParam::getConstantExpressions() in getConstantExpressions()
DAnnotation.h65 struct ConstantExpressionAnnotationParam : AnnotationParam { struct
66 ConstantExpressionAnnotationParam(const std::string& name,
Dhidl-gen_y.yy434 $$ = new ConstantExpressionAnnotationParam($1, $3);