Home
last modified time | relevance | path

Searched refs:grpc_composite_call_credentials_create (Results 1 – 14 of 14) sorted by relevance

/third_party/grpc/
Dgrpc.def107 grpc_composite_call_credentials_create
Dlibgrpc.map46 "grpc_composite_call_credentials_create";
/third_party/grpc/src/php/ext/grpc/
Dcall_credentials.c91 grpc_composite_call_credentials_create(cred1->wrapped, cred2->wrapped, in PHP_METHOD()
/third_party/grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.cc183 grpc_call_credentials* grpc_composite_call_credentials_create( in grpc_composite_call_credentials_create() function
/third_party/grpc/src/ruby/ext/grpc/
Drb_call_credentials.c307 creds = grpc_composite_call_credentials_create(creds, other, NULL); in grpc_rb_call_credentials_compose()
Drb_grpc_imports.generated.h367 #define grpc_composite_call_credentials_create grpc_composite_call_credentials_create_import macro
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c174 printf("%lx", (unsigned long) grpc_composite_call_credentials_create); in main()
/third_party/grpc/include/grpc/
Dgrpc_security.h311 GRPCAPI grpc_call_credentials* grpc_composite_call_credentials_create(
/third_party/grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc256 grpc_composite_call_credentials_create(channel_call_creds, in send_security_metadata()
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc388 return WrapCallCredentials(grpc_composite_call_credentials_create( in CompositeCallCredentials()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcredentials.pyx.pxi92 c_next_composition = grpc_composite_call_credentials_create(
Dgrpc.pxi537 grpc_call_credentials *grpc_composite_call_credentials_create(
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1125 return grpc_composite_call_credentials_create(creds1, creds2, NULL); in grpcsharp_composite_call_credentials_create()
/third_party/grpc/test/core/security/
Dcredentials_test.cc494 grpc_composite_call_credentials_create(oauth2_creds, google_iam_creds, in test_oauth2_google_iam_composite_creds()