Lines Matching defs:value
132 bool ByteBuffer::GetInt64(int64_t& value) in GetInt64()
142 bool ByteBuffer::GetInt64(int32_t index, int64_t& value) in GetInt64()
165 bool ByteBuffer::GetInt32(int32_t& value) in GetInt32()
175 bool ByteBuffer::GetInt32(int32_t index, int32_t& value) in GetInt32()
188 bool ByteBuffer::GetUInt32(int32_t index, uint32_t& value) in GetUInt32()
201 bool ByteBuffer::GetUInt32(uint32_t& value) in GetUInt32()
211 bool ByteBuffer::GetUInt16(uint16_t& value) in GetUInt16()
221 bool ByteBuffer::GetUInt16(int32_t index, uint16_t& value) in GetUInt16()
234 bool ByteBuffer::GetInt16(int16_t& value) in GetInt16()
244 bool ByteBuffer::GetInt16(int32_t index, int16_t& value) in GetInt16()
257 bool ByteBuffer::GetUInt8(uint8_t& value) in GetUInt8()
267 bool ByteBuffer::GetUInt8(int32_t index, uint8_t& value) in GetUInt8()
280 bool ByteBuffer::GetInt8(int8_t& value) in GetInt8()
290 bool ByteBuffer::GetInt8(int32_t index, int8_t& value) in GetInt8()
303 void ByteBuffer::PutInt64(int64_t value) in PutInt64()
314 void ByteBuffer::PutInt32(int32_t offset, int32_t value) in PutInt32()
323 void ByteBuffer::PutInt16(int32_t offset, int16_t value) in PutInt16()
332 void ByteBuffer::PutByte(int32_t offset, char value) in PutByte()
370 void ByteBuffer::PutInt32(int32_t value) in PutInt32()
381 void ByteBuffer::PutInt16(int16_t value) in PutInt16()
392 void ByteBuffer::PutUInt8(uint8_t value) in PutUInt8()
403 void ByteBuffer::PutUInt16(uint16_t value) in PutUInt16()
414 void ByteBuffer::PutUInt32(uint32_t value) in PutUInt32()
434 void ByteBuffer::PutByte(char value) in PutByte()