HomeSort by relevance Sort by last modified time
    Searched refs:GRPC_JSON_OBJECT (Results 1 - 16 of 16) sorted by null

  /external/grpc-grpc/src/core/lib/json/
json_common.h 24 GRPC_JSON_OBJECT,
json_string.cc 188 if (json->parent->type == GRPC_JSON_OBJECT) {
203 GPR_ASSERT(type == GRPC_JSON_ARRAY || type == GRPC_JSON_OBJECT);
320 case GRPC_JSON_OBJECT:
325 json->type == GRPC_JSON_OBJECT);
json_writer.cc 199 json_writer_output_char(writer, type == GRPC_JSON_OBJECT ? '{' : '[');
211 json_writer_output_char(writer, type == GRPC_JSON_OBJECT ? '}' : ']');
json_reader.cc 215 case GRPC_JSON_OBJECT:
350 json_reader_container_begins(reader, GRPC_JSON_OBJECT);
  /external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel_channelz.cc 64 GRPC_JSON_OBJECT, false);
82 GRPC_JSON_OBJECT, false);
94 GRPC_JSON_OBJECT, false);
133 GRPC_JSON_OBJECT, false);
140 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT);
144 GRPC_JSON_OBJECT, false);
154 GRPC_JSON_OBJECT, false);
method_params.cc 87 if (field->type != GRPC_JSON_OBJECT) return nullptr;
client_channel.cc 236 if (field->type != GRPC_JSON_OBJECT) return;
    [all...]
  /external/grpc-grpc/src/core/lib/channel/
channelz.cc 103 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT);
108 GRPC_JSON_OBJECT, false);
118 GRPC_JSON_OBJECT, false);
157 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT);
162 GRPC_JSON_OBJECT, false);
172 GRPC_JSON_OBJECT, false);
channel_trace.cc 156 nullptr, GRPC_JSON_OBJECT, false);
167 grpc_json* json = grpc_json_create(GRPC_JSON_OBJECT);
184 nullptr, GRPC_JSON_OBJECT, false);
channelz_registry.cc 79 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT);
116 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT);
173 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT);
191 grpc_json* top_level_json = grpc_json_create(GRPC_JSON_OBJECT);
  /external/grpc-grpc/src/core/lib/transport/
service_config.cc 52 if (json_tree_->type != GRPC_JSON_OBJECT || json_tree_->key != nullptr) {
74 if (name->type != GRPC_JSON_OBJECT) return -1;
83 if (json->type != GRPC_JSON_OBJECT) return nullptr;
service_config.h 131 if (json_tree_->type != GRPC_JSON_OBJECT || json_tree_->key != nullptr) {
177 if (json_tree_->type != GRPC_JSON_OBJECT || json_tree_->key != nullptr) {
  /external/grpc-grpc/src/core/lib/security/credentials/jwt/
json_token.cc 165 grpc_json* json = grpc_json_create(GRPC_JSON_OBJECT);
184 grpc_json* json = grpc_json_create(GRPC_JSON_OBJECT);
jwt_verifier.cc 576 if (jkey->type != GRPC_JSON_OBJECT) continue;
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
dns_resolver_ares.cc 243 if (choice->type != GRPC_JSON_OBJECT) {
282 if (field->type == GRPC_JSON_OBJECT) {
  /external/grpc-grpc/src/core/lib/security/credentials/oauth2/
oauth2_credentials.cc 156 if (json->type != GRPC_JSON_OBJECT) {

Completed in 432 milliseconds