Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_cpp.cpp302 static const std::set<string> need_cstdint{"byte", "int", "long"}; in AddHeaders() local
303 if (need_cstdint.find(type.GetName()) != need_cstdint.end()) { in AddHeaders()