Searched refs:StringAnnotationParam (Results 1 – 3 of 3) sorted by relevance
70 StringAnnotationParam::StringAnnotationParam(const std::string& name, in StringAnnotationParam() function in android::StringAnnotationParam74 std::vector<std::string> StringAnnotationParam::getValues() const { in getValues()78 std::string StringAnnotationParam::getSingleValue() const { in getSingleValue()
55 struct StringAnnotationParam : AnnotationParam { struct56 StringAnnotationParam(const std::string& name, std::vector<std::string>* values);
430 $$ = new StringAnnotationParam($1, $3);