Lines Matching full:discards
207 // ignoreUint discards a uint value with no destination.
212 // ignoreTwoUints discards a uint value with no destination. It's used to skip
478 // ignoreStruct discards the data for a struct with no destination.
501 // ignoreSingle discards the data for a top-level non-struct value with no
585 // ignoreArray discards the data for an array value with no destination.
593 // ignoreMap discards the data for a map value with no destination.
685 // ignoreInterface discards the data for an interface value with no destination.
736 // ignoreGobDecoder discards the data for a GobDecoder value with no destination.
1200 // decodeIgnoredValue decodes the data stream representing a value of the specified type and discards it.