HomeSort by relevance Sort by last modified time
    Searched defs:GPR_ASSERT (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/include/grpc/impl/codegen/
log.h 94 #define GPR_ASSERT(x) \
103 #define GPR_DEBUG_ASSERT(x) GPR_ASSERT(x)
  /external/grpc-grpc/src/core/lib/channel/
channel_args.cc 111 GPR_ASSERT(dst_idx == dst->num_args);
230 GPR_ASSERT(algorithm < GRPC_COMPRESS_ALGORITHMS_COUNT);
268 GPR_ASSERT(grpc_compression_algorithm_name(algorithm, &algo_name) != 0);
  /external/grpc-grpc/src/core/lib/security/credentials/jwt/
jwt_verifier.cc 287 GPR_ASSERT(claims != nullptr);
437 GPR_ASSERT(len < INT_MAX);
507 GPR_ASSERT(kty != nullptr && json != nullptr);
607 GPR_ASSERT(md != nullptr); /* Checked before. */
740 GPR_ASSERT(v->num_mappings < v->allocated_mappings);
749 GPR_ASSERT(v->num_mappings <= v->allocated_mappings);
761 GPR_ASSERT(dot > email_domain);
781 GPR_ASSERT(ctx != nullptr && ctx->header != nullptr &&
801 GPR_ASSERT(ctx->verifier != nullptr);
866 GPR_ASSERT(verifier != nullptr && jwt != nullptr && audience != nullptr &
    [all...]
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
grpclb.cc 460 GPR_ASSERT(addr_idx < num_valid);
490 GPR_ASSERT(addr_idx == num_valid);
502 GPR_ASSERT(grpclb_policy_ != nullptr);
503 GPR_ASSERT(!grpclb_policy()->shutting_down_);
507 GPR_ASSERT(grpclb_policy()->server_name_ != nullptr);
508 GPR_ASSERT(grpclb_policy()->server_name_[0] != '\0');
540 GPR_ASSERT(lb_call_ != nullptr);
550 GPR_ASSERT(lb_call_ != nullptr);
565 GPR_ASSERT(lb_call_ != nullptr);
583 GPR_ASSERT(send_message_payload_ != nullptr)
    [all...]

Completed in 1228 milliseconds