Searched refs:mAnnotations (Results 1 – 4 of 4) sorted by relevance
37 mAnnotations(annotations) { in Method()69 return *mAnnotations; in annotations()107 return new Method(mName.c_str(), mArgs, mResults, mOneway, mAnnotations); in copySignature()188 if (mAnnotations->size() == 0) { in dumpAnnotations()193 for (size_t i = 0; i < mAnnotations->size(); ++i) { in dumpAnnotations()197 mAnnotations->at(i)->dump(out); in dumpAnnotations()
28 : mAnnotations(nullptr) { in Type()34 mAnnotations = annotations; in setAnnotations()38 return *mAnnotations; in annotations()
102 std::vector<Annotation *> *mAnnotations; member
262 std::vector<Annotation *> *mAnnotations;