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

  /external/grpc-grpc/src/core/lib/json/
json_common.h 26 GRPC_JSON_STRING,
json.cc 95 return grpc_json_create_child(it, parent, name, num_str, GRPC_JSON_STRING,
json_string.cc 248 grpc_json* json = json_create_and_link(userdata, GRPC_JSON_STRING);
328 case GRPC_JSON_STRING:
  /external/grpc-grpc/src/core/lib/channel/
channel_trace.cc 141 GRPC_JSON_STRING, true);
144 GRPC_JSON_STRING, false);
147 GRPC_JSON_STRING, true);
159 GRPC_JSON_STRING, true);
175 gpr_format_timespec(time_created_), GRPC_JSON_STRING, true);
channelz.cc 88 gpr_format_timespec(ts), GRPC_JSON_STRING, true);
127 GRPC_JSON_STRING, false);
  /external/grpc-grpc/src/core/lib/security/util/
json_util.cc 38 if (child == nullptr || child->type != GRPC_JSON_STRING) {
  /external/grpc-grpc/src/core/lib/security/credentials/jwt/
json_token.cc 170 child = create_child(nullptr, json, "alg", algorithm, GRPC_JSON_STRING);
171 child = create_child(child, json, "typ", GRPC_JWT_TYPE, GRPC_JSON_STRING);
172 create_child(child, json, "kid", key_id, GRPC_JSON_STRING);
200 GRPC_JSON_STRING);
202 child = create_child(child, json, "scope", scope, GRPC_JSON_STRING);
206 GRPC_JSON_STRING);
209 child = create_child(child, json, "aud", audience, GRPC_JSON_STRING);
jwt_verifier.cc 101 if (json->type != GRPC_JSON_STRING) {
145 if (cur->type != GRPC_JSON_STRING || strncmp(cur->value, "RS", 2) ||
580 key_prop->type == GRPC_JSON_STRING) {
583 key_prop->type == GRPC_JSON_STRING) {
586 key_prop->type == GRPC_JSON_STRING) {
jwt_credentials.cc 155 if (current->type == GRPC_JSON_STRING &&
  /external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel_channelz.cc 66 grpc_connectivity_state_name(state), GRPC_JSON_STRING,
135 grpc_connectivity_state_name(state), GRPC_JSON_STRING,
160 GRPC_JSON_STRING, false);
method_params.cc 56 if (field->type != GRPC_JSON_STRING) return false;
129 if (element->type != GRPC_JSON_STRING) return nullptr;
  /external/grpc-grpc/src/core/lib/transport/
service_config.cc 61 if (field->type != GRPC_JSON_STRING) return nullptr;
88 if (child->type != GRPC_JSON_STRING) return nullptr;
  /external/grpc-grpc/test/core/security/
json_token_test.cc 248 GPR_ASSERT(alg->type == GRPC_JSON_STRING);
252 GPR_ASSERT(typ->type == GRPC_JSON_STRING);
256 GPR_ASSERT(kid->type == GRPC_JSON_STRING);
291 GPR_ASSERT(iss->type == GRPC_JSON_STRING);
301 GPR_ASSERT(scope->type == GRPC_JSON_STRING);
307 GPR_ASSERT(sub->type == GRPC_JSON_STRING);
312 GPR_ASSERT(aud->type == GRPC_JSON_STRING);
  /external/grpc-grpc/src/core/ext/filters/message_size/
message_size_filter.cc 72 if (field->type != GRPC_JSON_STRING && field->type != GRPC_JSON_NUMBER) {
79 if (field->type != GRPC_JSON_STRING && field->type != GRPC_JSON_NUMBER) {
  /external/grpc-grpc/src/core/lib/security/credentials/oauth2/
oauth2_credentials.cc 170 if (access_token == nullptr || access_token->type != GRPC_JSON_STRING) {
175 if (token_type == nullptr || token_type->type != GRPC_JSON_STRING) {
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
dns_resolver_ares.cc 227 if (entry->type == GRPC_JSON_STRING && strcmp(entry->value, value) == 0) {

Completed in 2555 milliseconds