HomeSort by relevance Sort by last modified time
    Searched defs:GOT_EVENT (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/include/grpcpp/impl/codegen/
completion_queue.h 114 /// Tri-state return for AsyncNext: SHUTDOWN, GOT_EVENT, TIMEOUT.
117 GOT_EVENT, ///< Got a new event; \a tag will be filled in with its
211 return GOT_EVENT;
  /external/grpc-grpc/test/cpp/end2end/
async_end2end_test.cc 134 CompletionQueue::GOT_EVENT);
156 CompletionQueue::GOT_EVENT);
    [all...]

Completed in 179 milliseconds