19 #ifndef GRPCPP_IMPL_CODEGEN_METADATA_MAP_H 20 #define GRPCPP_IMPL_CODEGEN_METADATA_MAP_H 36 for (
size_t i = 0; i < arr_.
count; i++) {
38 map_.insert(std::pair<grpc::string_ref, grpc::string_ref>(
44 std::multimap<grpc::string_ref, grpc::string_ref>*
map() {
return &map_; }
45 const std::multimap<grpc::string_ref, grpc::string_ref>*
map()
const {
52 std::multimap<grpc::string_ref, grpc::string_ref> map_;
58 #endif // GRPCPP_IMPL_CODEGEN_METADATA_MAP_H grpc::string_ref StringRefFromSlice(const grpc_slice *slice)
Definition: slice.h:120
virtual void grpc_metadata_array_destroy(grpc_metadata_array *array)=0
An Alarm posts the user provided tag to its associated completion queue upon expiry or cancellation...
Definition: alarm.h:31
CoreCodegenInterface * g_core_codegen_interface
Definition: call.h:46