Searched refs:NULL_SURROGATE (Results 1 – 2 of 2) sorted by relevance
14 const val NULL_SURROGATE: Int = -1 constant20 protected var enqueuedValue: Int = NULL_SURROGATE25 require(element != NULL_SURROGATE) in send()45 if (enqueuedValue != NULL_SURROGATE) { in receive()47 enqueuedValue = NULL_SURROGATE in receive()
69 protected final static Object NULL_SURROGATE = new Object(); field in ContextAttributes.Impl163 if (ob == NULL_SURROGATE) { in getAttribute()179 value = NULL_SURROGATE; in withPerCallAttribute()210 value = NULL_SURROGATE; in nonSharedInstance()