Searched refs:need_cstdint (Results 1 – 1 of 1) sorted by relevance
302 static const std::set<string> need_cstdint{"byte", "int", "long"}; in AddHeaders() local303 if (need_cstdint.find(type.GetName()) != need_cstdint.end()) { in AddHeaders()