Home
last modified time | relevance | path

Searched refs:NULL_SURROGATE (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/tailcall/
DSimpleChannel.kt14 const val NULL_SURROGATE: Int = -1 constant
20 protected var enqueuedValue: Int = NULL_SURROGATE
25 require(element != NULL_SURROGATE) in send()
45 if (enqueuedValue != NULL_SURROGATE) { in receive()
47 enqueuedValue = NULL_SURROGATE in receive()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DContextAttributes.java69 protected final static Object NULL_SURROGATE = new Object(); field in ContextAttributes.Impl
163 if (ob == NULL_SURROGATE) { in getAttribute()
179 value = NULL_SURROGATE; in withPerCallAttribute()
210 value = NULL_SURROGATE; in nonSharedInstance()