34 #ifndef GRPCXX_IMPL_CODEGEN_METADATA_MAP_H
35 #define GRPCXX_IMPL_CODEGEN_METADATA_MAP_H
50 for (
size_t i = 0; i < arr_.
count; i++) {
52 map_.insert(std::pair<grpc::string_ref, grpc::string_ref>(
58 std::multimap<grpc::string_ref, grpc::string_ref> *
map() {
return &map_; }
59 const std::multimap<grpc::string_ref, grpc::string_ref> *
map()
const {
66 std::multimap<grpc::string_ref, grpc::string_ref> map_;
71 #endif // GRPCXX_IMPL_CODEGEN_METADATA_MAP_H
grpc::string_ref StringRefFromSlice(const grpc_slice *slice)
Definition: slice.h:42
virtual void grpc_metadata_array_destroy(grpc_metadata_array *array)=0
CoreCodegenInterface * g_core_codegen_interface
Definition: call.h:63