Searched refs:SERVER_ONLY (Results 1 – 5 of 5) sorted by relevance
55 /*flags=*/SERVER_ONLY, in server_stream_create()
235 return s->flags & SERVER_ONLY; in stream_is_server_only()
117 SERVER_ONLY = 0x08, enumerator
124 private static final Context.Key<String> SERVER_ONLY = Context.key("serverOnly"); field in ServerImplTest127 Context.ROOT.withValue(SERVER_ONLY, "yes").withCancellation();862 assertEquals("yes", SERVER_ONLY.get(initial)); in testCallContextIsBoundInListenerCallbacks()
771 SERVER_ONLY = 8, enumerator