GRPC C++
1.13.0-dev
|
#include <assert.h>
#include <cstring>
#include <functional>
#include <map>
#include <memory>
#include <grpcpp/impl/codegen/byte_buffer.h>
#include <grpcpp/impl/codegen/call_hook.h>
#include <grpcpp/impl/codegen/client_context.h>
#include <grpcpp/impl/codegen/completion_queue_tag.h>
#include <grpcpp/impl/codegen/config.h>
#include <grpcpp/impl/codegen/core_codegen_interface.h>
#include <grpcpp/impl/codegen/serialization_traits.h>
#include <grpcpp/impl/codegen/slice.h>
#include <grpcpp/impl/codegen/status.h>
#include <grpcpp/impl/codegen/string_ref.h>
#include <grpc/impl/codegen/atm.h>
#include <grpc/impl/codegen/compression_types.h>
#include <grpc/impl/codegen/grpc_types.h>
Go to the source code of this file.
Namespaces | |
grpc | |
An Alarm posts the user provided tag to its associated completion queue upon expiry or cancellation. | |
grpc::internal | |
Models a gRPC server. | |
Functions | |
grpc_metadata * | grpc::internal::FillMetadataArray (const std::multimap< grpc::string, grpc::string > &metadata, size_t *metadata_count, const grpc::string &optional_error_details) |
Variables | |
const char | grpc::internal::kBinaryErrorDetailsKey [] = "grpc-status-details-bin" |