Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_cpp_common.cpp102 const static std::unordered_map<std::string, TypeInfo> kTypeInfoMap = { variable
173 auto it = kTypeInfoMap.find(aidl_name); in GetTypeInfo()
174 if (it != kTypeInfoMap.end()) { in GetTypeInfo()