Searched defs:RCInt (Results 1 – 1 of 1) sorted by relevance
35 RCInt(const RCToken &Token) in RCInt() function37 RCInt(uint32_t Value) : Val(Value), Long(false) {} in RCInt() function38 RCInt(uint32_t Value, bool IsLong) : Val(Value), Long(IsLong) {} in RCInt() function