#include <grpc/support/port_platform.h>
#include <string.h>
#include <grpc/grpc.h>
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/support/alloc.h>
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/surface/api_trace.h"
Go to the source code of this file.
Functions | |
void | grpc_metadata_array_destroy (grpc_metadata_array *array) |
void | grpc_metadata_array_init (grpc_metadata_array *array) |
void grpc_metadata_array_destroy | ( | grpc_metadata_array * | array | ) |
Definition at line 35 of file metadata_array.cc.
void grpc_metadata_array_init | ( | grpc_metadata_array * | array | ) |
Definition at line 30 of file metadata_array.cc.