Lines Matching defs:value
37 void PushUint8(int value) { in PushUint8()
43 void PushUint16(int value) { in PushUint16()
50 void PushUint32(uint32_t value) { in PushUint32()
57 void PushUint32(int value) { in PushUint32()
62 void PushUint32(uint64_t value) { in PushUint32()
67 void PushUint64(uint64_t value) { in PushUint64()
78 void PushInt8(int value) { in PushInt8()
84 void PushInt16(int value) { in PushInt16()
90 void PushInt32(int value) { in PushInt32()
94 void PushInt64(int64_t value) { in PushInt64()
100 void PushUleb128(uint32_t value) { in PushUleb128()
104 void PushUleb128(int value) { in PushUleb128()
109 void PushSleb128(int value) { in PushSleb128()
115 void PushString(const char* value) { in PushString()
131 void UpdateUint32(size_t offset, uint32_t value) { in UpdateUint32()
139 void UpdateUint64(size_t offset, uint64_t value) { in UpdateUint64()
151 void UpdateUleb128(size_t offset, uint32_t value) { in UpdateUleb128()