Home
last modified time | relevance | path

Searched refs:mAnnotations (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/
DMethod.cpp37 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()
DType.cpp28 : mAnnotations(nullptr) { in Type()
34 mAnnotations = annotations; in setAnnotations()
38 return *mAnnotations; in annotations()
DMethod.h102 std::vector<Annotation *> *mAnnotations; member
DType.h262 std::vector<Annotation *> *mAnnotations;