Home
last modified time | relevance | path

Searched refs:newDecodeStateFromData (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Dcodec_test.go334 func newDecodeStateFromData(data []byte) *decoderState { func
350 state := newDecodeStateFromData(boolResult)
360 state := newDecodeStateFromData(signedResult)
371 state := newDecodeStateFromData(unsignedResult)
382 state := newDecodeStateFromData(signedResult)
393 state := newDecodeStateFromData(unsignedResult)
404 state := newDecodeStateFromData(signedResult)
415 state := newDecodeStateFromData(unsignedResult)
426 state := newDecodeStateFromData(signedResult)
437 state := newDecodeStateFromData(unsignedResult)
[all …]