Lines Matching refs:AnnotationParam
27 AnnotationParam::AnnotationParam(const std::string &name,
31 AnnotationParam::AnnotationParam(const std::string &name,
40 const std::string &AnnotationParam::getName() const {
44 const std::vector<std::string> *AnnotationParam::getValues() const {
48 const std::string &AnnotationParam::getSingleValue() const {
53 std::string AnnotationParam::getSingleString() const {
65 bool AnnotationParam::getSingleBool() const {
91 const AnnotationParam *Annotation::getParam(const std::string &name) const {
115 const AnnotationParam* param = mParams->at(i);