Searched defs:IndirectUInt (Results 1 – 4 of 4) sorted by relevance
102 pub struct IndirectUInt(pub u64); struct
60 IndirectUInt = 7, enumerator
983 void IndirectUInt(uint64_t u) { in IndirectUInt() function986 void IndirectUInt(const char *key, uint64_t u) { in IndirectUInt() function
1264 def IndirectUInt(self, value, byte_width=0): member in Builder