Searched defs:IndirectInt (Results 1 – 4 of 4) sorted by relevance
109 pub struct IndirectInt(pub i64); struct
57 IndirectInt = 6, enumerator
977 void IndirectInt(int64_t i) { PushIndirect(i, FBT_INDIRECT_INT, WidthI(i)); } in IndirectInt() function978 void IndirectInt(const char *key, int64_t i) { in IndirectInt() function
1242 def IndirectInt(self, value, byte_width=0): member in Builder