Home
last modified time | relevance | path

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

/dports/devel/awless/awless-0.1.11/vendor/github.com/wallix/triplestore/
H A Ddecode.go25 StreamDecode(context.Context) <-chan DecodeResult methodSpec
65 func (d *ntDecoder) StreamDecode(ctx context.Context) <-chan DecodeResult { func
107 func (dec *binaryDecoder) StreamDecode(ctx context.Context) <-chan DecodeResult { func
/dports/audio/musicpd/mpd-0.23.6/src/decoder/
H A DDecoderPlugin.hxx201 void StreamDecode(DecoderClient &client, InputStream &is) const { in StreamDecode() function