Home
last modified time | relevance | path

Searched defs:BUFFERED (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
Dhpack_decoder_string_buffer.h26 enum class Backing : uint8_t { RESET, UNBUFFERED, BUFFERED, STATIC }; enumerator
Dhpack_decoder_state_test.cc46 enum StringBacking { STATIC, UNBUFFERED, BUFFERED }; enumerator
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt743 public const val BUFFERED: Int = -2 in next() constant
DBufferedChannel.kt2921 internal val BUFFERED = Symbol("BUFFERED") constant