GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/security/util/json_util.h"
#include <string.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
Functions | |
const char * | grpc_json_get_string_property (const grpc_json *json, const char *prop_name, grpc_error **error) |
bool | grpc_copy_json_string_property (const grpc_json *json, const char *prop_name, char **copied_value) |
bool grpc_copy_json_string_property | ( | const grpc_json * | json, |
const char * | prop_name, | ||
char ** | copied_value | ||
) |
const char* grpc_json_get_string_property | ( | const grpc_json * | json, |
const char * | prop_name, | ||
grpc_error ** | error | ||
) |