Searched refs:json_tree_ (Results 1 – 2 of 2) sorted by relevance
47 : json_string_(std::move(json_string)), json_tree_(json_tree) {} in ServiceConfig()49 ServiceConfig::~ServiceConfig() { grpc_json_destroy(json_tree_); } in ~ServiceConfig()52 if (json_tree_->type != GRPC_JSON_OBJECT || json_tree_->key != nullptr) { in GetLoadBalancingPolicyName()56 for (grpc_json* field = json_tree_->child; field != nullptr; in GetLoadBalancingPolicyName()
121 grpc_json* json_tree_; variable131 if (json_tree_->type != GRPC_JSON_OBJECT || json_tree_->key != nullptr) { in ParseGlobalParams()134 for (grpc_json* field = json_tree_->child; field != nullptr; in ParseGlobalParams()177 if (json_tree_->type != GRPC_JSON_OBJECT || json_tree_->key != nullptr) { in CreateMethodConfigTable()182 for (grpc_json* field = json_tree_->child; field != nullptr; in CreateMethodConfigTable()