Home
last modified time | relevance | path

Searched refs:mTypeIndexByName (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DScope.cpp36 auto it = mTypeIndexByName.find(localName); in addType()
38 if (it != mTypeIndexByName.end()) { in addType()
48 mTypeIndexByName[localName] = index; in addType()
61 auto it = mTypeIndexByName.find(names[0]); in lookupType()
63 if (it == mTypeIndexByName.end()) { in lookupType()
DScope.h75 std::map<std::string, size_t> mTypeIndexByName; member