Home | History | Annotate | Download | only in gob

Lines Matching full:stores

240 // decBool decodes a uint and stores it as a boolean in value.
245 // decInt8 decodes an integer and stores it as an int8 in value.
254 // decUint8 decodes an unsigned integer and stores it as a uint8 in value.
263 // decInt16 decodes an integer and stores it as an int16 in value.
272 // decUint16 decodes an unsigned integer and stores it as a uint16 in value.
281 // decInt32 decodes an integer and stores it as an int32 in value.
290 // decUint32 decodes an unsigned integer and stores it as a uint32 in value.
299 // decInt64 decodes an integer and stores it as an int64 in value.
305 // decUint64 decodes an unsigned integer and stores it as a uint64 in value.
344 // number, and stores it in value.
350 // number, and stores it in value.
356 // pair of floating point numbers, and stores them as a complex64 in value.
365 // pair of floating point numbers, and stores them as a complex128 in value.
373 // decUint8Slice decodes a byte slice and stores in value a slice header
391 // decString decodes byte array and stores in value a string header
426 // decodeSingle decodes a top-level value that is not a struct and stores it in value.
440 // decodeStruct decodes a top-level struct and stores it in value.
534 // decodeArray decodes an array and stores it in value.
555 // decodeMap decodes a map and stores it in value.
604 // decodeSlice decodes a slice and stores it in value.
631 // decodeInterface decodes an interface value and stores it in value.
1169 // decodeValue decodes the data stream representing a value and stores it in value.