Lines Matching refs:value
48 * 2. Set ByteBuffer from writer state to read state: limit is set to position value, position is set to zero
54 * then move the position to the next position of this data segment and set the limit value to capacity
64 DLL_EXPORT bool GetInt64(int64_t& value);
65 DLL_EXPORT bool GetInt64(int32_t index, int64_t& value);
66 DLL_EXPORT bool GetUInt32(uint32_t& value);
67 DLL_EXPORT bool GetUInt32(int32_t index, uint32_t& value);
68 DLL_EXPORT bool GetInt32(int32_t& value);
69 DLL_EXPORT bool GetInt32(int32_t index, int32_t& value);
70 DLL_EXPORT bool GetUInt16(uint16_t& value);
71 DLL_EXPORT bool GetUInt16(int32_t index, uint16_t& value);
72 DLL_EXPORT bool GetInt16(int16_t& value);
73 DLL_EXPORT bool GetInt16(int32_t index, int16_t& value);
74 DLL_EXPORT bool GetUInt8(uint8_t& value);
75 DLL_EXPORT bool GetUInt8(int32_t index, uint8_t& value);
76 DLL_EXPORT bool GetInt8(int8_t& value);
77 DLL_EXPORT bool GetInt8(int32_t index, int8_t& value);
78 DLL_EXPORT void PutUInt8(uint8_t value);
79 DLL_EXPORT void PutUInt16(uint16_t value);
80 DLL_EXPORT void PutUInt32(uint32_t value);
81 DLL_EXPORT void PutInt16(int16_t value);
82 DLL_EXPORT void PutInt16(int32_t offset, int16_t value);
83 DLL_EXPORT void PutInt32(int32_t value);
84 DLL_EXPORT void PutInt32(int32_t offset, int32_t value);
85 DLL_EXPORT void PutInt64(int64_t value);
86 DLL_EXPORT void PutByte(int32_t offset, char value);
92 DLL_EXPORT void PutByte(char value);