Searched defs:UInt (Results 1 – 6 of 6) sorted by relevance
109 using UInt = unsigned int; variable
200 using UInt = Json::UInt; variable
242 typedef unsigned int UInt; typedef
276 typedef unsigned int UInt; typedef645 typedef Json::UInt UInt; typedef
957 void UInt(uint64_t u) { stack_.push_back(Value(u, FBT_UINT, WidthU(u))); } in UInt() function958 void UInt(const char *key, uint64_t u) { in UInt() function
309 typedef unsigned int UInt; typedef
Completed in 17 milliseconds