Home | History | Annotate | Download | only in hidl

Lines Matching refs:mTypes

37     size_t index = mTypes.size();
38 mTypes.push_back(type);
43 for (const auto* type : mTypes) {
44 if (mTypes[mTypeIndexByName.at(type->localName())] != type) {
67 NamedType *outerType = mTypes[it->second];
92 if (mTypes.size() == 1 && mTypes[0]->isInterface()) {
93 return static_cast<Interface *>(mTypes[0]);
100 for (const NamedType *type : mTypes) {
121 ret.insert(ret.end(), mTypes.begin(), mTypes.end());
139 if (std::is_sorted(mTypes.begin(), mTypes.end(), less)) return;
142 std::sort(mTypes.begin(), mTypes.end(), less);
144 for (size_t i = 0; i != mTypes.size(); ++i) {
145 mTypeIndexByName.at(mTypes[i]->localName()) = i;
150 if (mTypes.empty()) return;
153 for (const Type* type : mTypes) {
162 for (const Type* type : mTypes) {
169 for (const Type* type : mTypes) {
175 for (const Type* type : mTypes) {
181 for (const Type* type : mTypes) {
191 for (const Type* type : mTypes) {
198 for (const Type* type : mTypes) {
204 return mTypes;
208 for (const Type* type : mTypes) {
214 for (const Type* type : mTypes) {
224 for (const Type* type : mTypes) {