HomeSort by relevance Sort by last modified time
    Searched refs:is_last_message (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/include/grpcpp/impl/codegen/
sync_stream.h 325 if (options.is_last_message()) {
496 if (options.is_last_message()) {
655 if (options.is_last_message()) {
674 if (options.is_last_message()) {
734 if (options.is_last_message()) {
752 if (options.is_last_message()) {
    [all...]
async_stream.h 395 if (options.is_last_message()) {
572 if (options.is_last_message()) {
    [all...]
call.h 185 bool is_last_message() const { return last_message_; } function in class:grpc::WriteOptions

Completed in 75 milliseconds