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

  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
grpclb_channel_secure.cc 33 #include "src/core/lib/security/transport/target_authority_table.h"
58 RefCountedPtr<TargetAuthorityTable> target_authority_table = local
62 return target_authority_table;
81 target_authority_table = grpc_core::CreateTargetAuthorityTable(addresses); local
84 target_authority_table.get());
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
secure_channel_create.cc 37 #include "src/core/lib/security/transport/target_authority_table.h"
74 const grpc_core::TargetAuthorityTable* target_authority_table = local
77 if (target_authority_table != nullptr) {
88 target_authority_table->Get(key);

Completed in 261 milliseconds