GRPC C++
1.39.1
|
#include <grpc/support/port_platform.h>
#include <string.h>
#include "absl/strings/str_cat.h"
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/security/util/json_util.h"
Functions | |
const char * | grpc_json_get_string_property (const grpc_core::Json &json, const char *prop_name, grpc_error_handle *error) |
bool | grpc_copy_json_string_property (const grpc_core::Json &json, const char *prop_name, char **copied_value) |
bool grpc_copy_json_string_property | ( | const grpc_core::Json & | json, |
const char * | prop_name, | ||
char ** | copied_value | ||
) |
const char* grpc_json_get_string_property | ( | const grpc_core::Json & | json, |
const char * | prop_name, | ||
grpc_error_handle * | error | ||
) |