Searched refs:GRPC_JSON_OBJECT (Results 1 – 16 of 16) sorted by relevance
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | client_channel_channelz.cc | 64 GRPC_JSON_OBJECT, false); in PopulateConnectivityState() 82 GRPC_JSON_OBJECT, false); in PopulateChildRefs() 94 GRPC_JSON_OBJECT, false); in PopulateChildRefs() 133 GRPC_JSON_OBJECT, false); in PopulateConnectivityState() 140 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in RenderJson() 144 GRPC_JSON_OBJECT, false); in RenderJson() 154 GRPC_JSON_OBJECT, false); in RenderJson()
|
D | method_params.cc | 87 if (field->type != GRPC_JSON_OBJECT) return nullptr; in ParseRetryPolicy()
|
D | client_channel.cc | 236 if (field->type != GRPC_JSON_OBJECT) return; in parse_retry_throttle_params()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channelz.cc | 103 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in RenderJson() 108 GRPC_JSON_OBJECT, false); in RenderJson() 118 GRPC_JSON_OBJECT, false); in RenderJson() 157 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in RenderJson() 162 GRPC_JSON_OBJECT, false); in RenderJson() 172 GRPC_JSON_OBJECT, false); in RenderJson()
|
D | channelz_registry.cc | 79 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in InternalGetTopChannels() 116 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in InternalGetServers() 173 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in grpc_channelz_get_channel() 191 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT); in grpc_channelz_get_subchannel()
|
D | channel_trace.cc | 156 nullptr, GRPC_JSON_OBJECT, false); in RenderTraceEvent() 167 grpc_json* json = grpc_json_create(GRPC_JSON_OBJECT); in RenderJson() 184 nullptr, GRPC_JSON_OBJECT, false); in RenderJson()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | service_config.cc | 52 if (json_tree_->type != GRPC_JSON_OBJECT || json_tree_->key != nullptr) { in GetLoadBalancingPolicyName() 74 if (name->type != GRPC_JSON_OBJECT) return -1; in CountNamesInMethodConfig() 83 if (json->type != GRPC_JSON_OBJECT) return nullptr; in ParseJsonMethodName()
|
D | service_config.h | 131 if (json_tree_->type != GRPC_JSON_OBJECT || json_tree_->key != nullptr) { in ParseGlobalParams() 177 if (json_tree_->type != GRPC_JSON_OBJECT || json_tree_->key != nullptr) { in CreateMethodConfigTable()
|
/external/grpc-grpc/src/core/lib/json/ |
D | json_string.cc | 188 if (json->parent->type == GRPC_JSON_OBJECT) { in json_create_and_link() 203 GPR_ASSERT(type == GRPC_JSON_ARRAY || type == GRPC_JSON_OBJECT); in json_reader_container_begins() 320 case GRPC_JSON_OBJECT: in json_dump_recursive() 325 json->type == GRPC_JSON_OBJECT); in json_dump_recursive()
|
D | json_common.h | 24 GRPC_JSON_OBJECT, enumerator
|
D | json_writer.cc | 199 json_writer_output_char(writer, type == GRPC_JSON_OBJECT ? '{' : '['); in grpc_json_writer_container_begins() 211 json_writer_output_char(writer, type == GRPC_JSON_OBJECT ? '}' : ']'); in grpc_json_writer_container_ends()
|
D | json_reader.cc | 215 case GRPC_JSON_OBJECT: in grpc_json_reader_run() 350 json_reader_container_begins(reader, GRPC_JSON_OBJECT); in grpc_json_reader_run()
|
/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
D | json_token.cc | 165 grpc_json* json = grpc_json_create(GRPC_JSON_OBJECT); in encoded_jwt_header() 184 grpc_json* json = grpc_json_create(GRPC_JSON_OBJECT); in encoded_jwt_claim()
|
D | jwt_verifier.cc | 576 if (jkey->type != GRPC_JSON_OBJECT) continue; in find_verification_key()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | dns_resolver_ares.cc | 243 if (choice->type != GRPC_JSON_OBJECT) { in ChooseServiceConfig() 282 if (field->type == GRPC_JSON_OBJECT) { in ChooseServiceConfig()
|
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.cc | 156 if (json->type != GRPC_JSON_OBJECT) { in grpc_oauth2_token_fetcher_credentials_parse_server_response()
|