/external/grpc-grpc/ |
D | grpc.def | 102 grpc_composite_channel_credentials_create
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.def | 108 grpc_composite_channel_credentials_create
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_channel_credentials.c | 198 creds = grpc_composite_channel_credentials_create(creds, other, NULL); in grpc_rb_channel_credentials_compose()
|
D | rb_grpc_imports.generated.h | 346 #define grpc_composite_channel_credentials_create grpc_composite_channel_credentials_create_import macro
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | channel_credentials.c | 193 grpc_composite_channel_credentials_create(cred1->wrapped, cred2->wrapped, in PHP_METHOD()
|
/external/grpc-grpc/test/core/security/ |
D | credentials_test.cc | 439 grpc_composite_channel_credentials_create(channel_creds, oauth2_creds, in test_channel_oauth2_composite_creds() 513 grpc_composite_channel_credentials_create(channel_creds, oauth2_creds, in test_channel_oauth2_google_iam_composite_creds() 519 grpc_composite_channel_credentials_create(channel_oauth2_creds, in test_channel_oauth2_google_iam_composite_creds() 1132 grpc_composite_channel_credentials_create(channel_creds, call_creds, in test_channel_creds_duplicate_without_call_creds()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/composite/ |
D | composite_credentials.cc | 218 grpc_channel_credentials* grpc_composite_channel_credentials_create( in grpc_composite_channel_credentials_create() function
|
/external/grpc-grpc/src/core/lib/security/credentials/google_default/ |
D | google_default_credentials.cc | 242 g_default_credentials = grpc_composite_channel_credentials_create( in grpc_google_default_credentials_create()
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | h2_oauth2.cc | 153 grpc_composite_channel_credentials_create(ssl_creds, oauth2_creds, in chttp2_init_client_simple_ssl_with_oauth2_secure_fullstack()
|
/external/grpc-grpc/include/grpc/ |
D | grpc_security.h | 221 GRPCAPI grpc_channel_credentials* grpc_composite_channel_credentials_create(
|
/external/grpc-grpc/test/core/surface/ |
D | public_headers_must_be_c89.c | 161 printf("%lx", (unsigned long) grpc_composite_channel_credentials_create); in main()
|
/external/grpc-grpc/src/core/lib/security/credentials/composite/ |
D | composite_credentials.cc | 252 grpc_channel_credentials* grpc_composite_channel_credentials_create( in grpc_composite_channel_credentials_create() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/google_default/ |
D | google_default_credentials.cc | 369 result = grpc_composite_channel_credentials_create( in grpc_google_default_credentials_create()
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc_security.h | 304 GRPCAPI grpc_channel_credentials* grpc_composite_channel_credentials_create(
|
/external/grpc-grpc/src/cpp/client/ |
D | secure_credentials.cc | 179 return WrapChannelCredentials(grpc_composite_channel_credentials_create( in CompositeChannelCredentials()
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | grpc_security.h | 304 GRPCAPI grpc_channel_credentials* grpc_composite_channel_credentials_create(
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | credentials.pyx.pxi | 171 c_composition = grpc_composite_channel_credentials_create(
|
D | grpc.pxi | 477 grpc_channel_credentials *grpc_composite_channel_credentials_create(
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/ |
D | secure_credentials.cc | 379 grpc_composite_channel_credentials_create( in CompositeChannelCredentials()
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | credentials_test.cc | 562 grpc_composite_channel_credentials_create(channel_creds, oauth2_creds, in test_channel_oauth2_composite_creds() 650 grpc_composite_channel_credentials_create(channel_creds, oauth2_creds, in test_channel_oauth2_google_iam_composite_creds() 657 grpc_composite_channel_credentials_create(channel_oauth2_creds, in test_channel_oauth2_google_iam_composite_creds() 1899 grpc_composite_channel_credentials_create(channel_creds, call_creds, in test_channel_creds_duplicate_without_call_creds()
|
/external/grpc-grpc/src/csharp/ext/ |
D | grpc_csharp_ext.c | 1006 return grpc_composite_channel_credentials_create(channel_creds, call_creds, in grpcsharp_composite_channel_credentials_create()
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | api_fuzzer.cc | 296 grpc_composite_channel_credentials_create(c1, c2, nullptr); in read_channel_creds()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | grpclb_end2end_test.cc | 413 new SecureChannelCredentials(grpc_composite_channel_credentials_create( in ResetStub()
|
/external/rust/crates/grpcio-sys/bindings/ |
D | x86_64-unknown-linux-gnu-bindings.rs | 2686 pub fn grpc_composite_channel_credentials_create( in grpc_composite_channel_credentials_create() function
|
D | aarch64-unknown-linux-gnu-bindings.rs | 2686 pub fn grpc_composite_channel_credentials_create( in grpc_composite_channel_credentials_create() function
|