Lines Matching defs:value
35 void PushUint8(int value) { in PushUint8()
41 void PushUint16(int value) { in PushUint16()
48 void PushUint32(uint32_t value) { in PushUint32()
55 void PushUint32(int value) { in PushUint32()
60 void PushUint32(uint64_t value) { in PushUint32()
65 void PushUint64(uint64_t value) { in PushUint64()
76 void PushInt8(int value) { in PushInt8()
82 void PushInt16(int value) { in PushInt16()
88 void PushInt32(int value) { in PushInt32()
92 void PushInt64(int64_t value) { in PushInt64()
98 void PushUleb128(uint32_t value) { in PushUleb128()
102 void PushUleb128(int value) { in PushUleb128()
107 void PushSleb128(int value) { in PushSleb128()
113 void PushString(const char* value) { in PushString()
129 void UpdateUint32(size_t offset, uint32_t value) { in UpdateUint32()
137 void UpdateUint64(size_t offset, uint64_t value) { in UpdateUint64()
149 void UpdateUleb128(size_t offset, uint32_t value) { in UpdateUleb128()