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