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

/system/tools/hidl/
H A DMethod.cpp37 mAnnotations(annotations),
69 return *mAnnotations;
115 for (const auto* annotation : *mAnnotations) {
157 return new Method(mName.c_str(), mArgs, mResults, mOneway, mAnnotations, Location());
245 if (mAnnotations->size() == 0) {
250 for (size_t i = 0; i < mAnnotations->size(); ++i) {
254 mAnnotations->at(i)->dump(out);
H A DScope.cpp110 return mAnnotations;
114 CHECK(mAnnotations.empty());
116 mAnnotations = *annotations;
127 for (const auto* annotation : mAnnotations) {
H A DScope.h87 std::vector<Annotation*> mAnnotations; member in struct:android::Scope
H A DMethod.h120 std::vector<Annotation *> *mAnnotations; member in struct:android::Method

Completed in 2713 milliseconds