Searched refs:StringAnnotationParam (Results 1 – 3 of 3) sorted by relevance
59 StringAnnotationParam::StringAnnotationParam(const std::string& name, in StringAnnotationParam() function in android::StringAnnotationParam63 std::vector<std::string> StringAnnotationParam::getValues() const { in getValues()67 std::string StringAnnotationParam::getSingleValue() const { in getSingleValue()
50 struct StringAnnotationParam : AnnotationParam { struct51 StringAnnotationParam(const std::string& name, std::vector<std::string>* values);
441 $$ = new StringAnnotationParam($1, $3);