Searched defs:cast_int (Results 1 – 2 of 2) sorted by relevance
/external/lua/src/ | ||
D | llimits.h | 128 #define cast_int(i) cast(int, (i)) macro |
/external/openscreen/discovery/mdns/ | ||
D | mdns_querier.cc | 129 uint16_t cast_int = static_cast<uint16_t>(type); in GetTypes() local |