Lines Matching defs:byte
22 func GetByte(buf []byte) byte {
27 func GetBool(buf []byte) bool {
32 func GetUint8(buf []byte) (n uint8) {
38 func GetUint16(buf []byte) (n uint16) {
46 func GetUint32(buf []byte) (n uint32) {
56 func GetUint64(buf []byte) (n uint64) {
70 func GetInt8(buf []byte) (n int8) {
76 func GetInt16(buf []byte) (n int16) {
84 func GetInt32(buf []byte) (n int32) {
94 func GetInt64(buf []byte) (n int64) {
108 func GetFloat32(buf []byte) float32 {
114 func GetFloat64(buf []byte) float64 {
120 func GetUOffsetT(buf []byte) UOffsetT {
125 func GetSOffsetT(buf []byte) SOffsetT {
130 func GetVOffsetT(buf []byte) VOffsetT {
135 func WriteByte(buf []byte, n byte) {
140 func WriteBool(buf []byte, b bool) {
148 func WriteUint8(buf []byte, n uint8) {
153 func WriteUint16(buf []byte, n uint16) {
160 func WriteUint32(buf []byte, n uint32) {
169 func WriteUint64(buf []byte, n uint64) {
182 func WriteInt8(buf []byte, n int8) {
187 func WriteInt16(buf []byte, n int16) {
194 func WriteInt32(buf []byte, n int32) {
203 func WriteInt64(buf []byte, n int64) {
216 func WriteFloat32(buf []byte, n float32) {
221 func WriteFloat64(buf []byte, n float64) {
226 func WriteVOffsetT(buf []byte, n VOffsetT) {
231 func WriteSOffsetT(buf []byte, n SOffsetT) {
236 func WriteUOffsetT(buf []byte, n UOffsetT) {