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()
115 for (const auto* annotation : *mAnnotations) { in getConstantExpressions()
157 return new Method(mName.c_str(), mArgs, mResults, mOneway, mAnnotations, Location()); in copySignature()
245 if (mAnnotations->size() == 0) { in dumpAnnotations()
250 for (size_t i = 0; i < mAnnotations->size(); ++i) { in dumpAnnotations()
254 mAnnotations->at(i)->dump(out); in dumpAnnotations()
DScope.cpp110 return mAnnotations; in annotations()
114 CHECK(mAnnotations.empty()); in setAnnotations()
116 mAnnotations = *annotations; in setAnnotations()
127 for (const auto* annotation : mAnnotations) { in getConstantExpressions()
DScope.h87 std::vector<Annotation*> mAnnotations; member
DMethod.h120 std::vector<Annotation *> *mAnnotations; member