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

  /external/grpc-grpc/include/grpcpp/impl/codegen/
proto_buffer_writer.h 75 g_core_codegen_interface->grpc_slice_unref(backup_slice_);
92 slice_ = backup_slice_;
126 backup_slice_ = slice_;
128 backup_slice_ = g_core_codegen_interface->grpc_slice_split_tail(
136 have_backup_ = backup_slice_.refcount != NULL;
160 grpc_slice backup_slice_; ///< holds space we can still write to, if the member in namespace:grpc
  /external/grpc-grpc/test/cpp/codegen/
proto_utils_test.cc 35 const grpc_slice& backup_slice() const { return writer_->backup_slice_; }

Completed in 716 milliseconds