Home
last modified time | relevance | path

Searched defs:DecodeFull (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/http2/hpack/
Dhpack.go218 func (d *Decoder) DecodeFull(p []byte) ([]HeaderField, error) { func
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DHuffmanDecoder.h393 unsigned DecodeFull(TBitDecoder *bitStream) const in DecodeFull() function