19 #ifndef GRPCXX_IMPL_CODEGEN_METADATA_MAP_H
20 #define GRPCXX_IMPL_CODEGEN_METADATA_MAP_H
35 for (
size_t i = 0; i < arr_.
count; i++) {
37 map_.insert(std::pair<grpc::string_ref, grpc::string_ref>(
43 std::multimap<grpc::string_ref, grpc::string_ref> *
map() {
return &map_; }
44 const std::multimap<grpc::string_ref, grpc::string_ref> *
map()
const {
51 std::multimap<grpc::string_ref, grpc::string_ref> map_;
56 #endif // GRPCXX_IMPL_CODEGEN_METADATA_MAP_H
grpc::string_ref StringRefFromSlice(const grpc_slice *slice)
Definition: slice.h:27
virtual void grpc_metadata_array_destroy(grpc_metadata_array *array)=0
CoreCodegenInterface * g_core_codegen_interface
Definition: call.h:49