OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:multistream
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/compress/gzip/
gunzip.go
82
multistream
bool
106
multistream
: true,
117
//
Multistream
controls whether the reader supports
multistream
files.
125
// Calling
Multistream
(false) disables this behavior; disabling the behavior
131
// To start the next stream, call z.Reset(r) followed by z.
Multistream
(false).
133
func (z *Reader)
Multistream
(ok bool) {
134
z.
multistream
= ok
273
if !z.
multistream
{
/prebuilts/go/linux-x86/src/compress/gzip/
gunzip.go
82
multistream
bool
106
multistream
: true,
117
//
Multistream
controls whether the reader supports
multistream
files.
125
// Calling
Multistream
(false) disables this behavior; disabling the behavior
131
// To start the next stream, call z.Reset(r) followed by z.
Multistream
(false).
133
func (z *Reader)
Multistream
(ok bool) {
134
z.
multistream
= ok
273
if !z.
multistream
{
/external/webrtc/talk/session/media/
mediasession.h
239
void set_multistream(bool
multistream
) { multistream_ =
multistream
; }
240
bool
multistream
() const { return multistream_; }
function in class:cricket::MediaContentDescription
mediasession_unittest.cc
[
all
...]
Completed in 166 milliseconds