Home
last modified time | relevance | path

Searched defs:downstream (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/benchmarks/src/jmh/java/benchmarks/flow/scrabble/optimizations/
DFlowableCharSequence.java32 final Subscriber<? super Integer> downstream; field in FlowableCharSequence.CharSequenceSubscription
42 CharSequenceSubscription(Subscriber<? super Integer> downstream, CharSequence string) { in CharSequenceSubscription()
DFlowableSplit.java56 final Subscriber<? super String> downstream; field in FlowableSplit.SplitSubscriber
85 SplitSubscriber(Subscriber<? super String> downstream, Pattern pattern, int bufferSize) { in SplitSubscriber()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DDelay.kt210 scopedFlow { downstream -> in debounceInternal() method
280 return scopedFlow { downstream -> in sample() method
/external/curl/lib/
Dcontent_encoding.h28 struct contenc_writer *downstream; /* Downstream writer. */ member
Dcontent_encoding.c973 struct contenc_writer *downstream) in new_unencoding_writer()
/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/
Dstream_util.py29 def __init__(self, transformation, downstream): argument
/external/openssh/
Dchannels.c120 Channel *downstream; /* Downstream mux*/ member
522 Channel *downstream) in permission_set_add()
2728 channel_proxy_downstream(struct ssh *ssh, Channel *downstream)
2885 Channel *downstream; local