Searched defs:creds1 (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/composite/ |
D | composite_credentials.cc | 154 grpc_core::RefCountedPtr<grpc_call_credentials> creds1, in grpc_composite_call_credentials() 177 grpc_core::RefCountedPtr<grpc_call_credentials> creds1, in composite_call_credentials_create() 184 grpc_call_credentials* creds1, grpc_call_credentials* creds2, in grpc_composite_call_credentials_create()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | CallCredentialsSafeHandle.cs | 34 …public static CallCredentialsSafeHandle CreateComposite(CallCredentialsSafeHandle creds1, CallCred… in CreateComposite()
|
D | NativeMethods.Generated.cs | 458 …Handle grpcsharp_composite_call_credentials_create_delegate(CallCredentialsSafeHandle creds1, Call… in grpcsharp_composite_call_credentials_create_delegate() 605 …tialsSafeHandle grpcsharp_composite_call_credentials_create(CallCredentialsSafeHandle creds1, Call… in grpcsharp_composite_call_credentials_create() 898 …tialsSafeHandle grpcsharp_composite_call_credentials_create(CallCredentialsSafeHandle creds1, Call… in grpcsharp_composite_call_credentials_create()
|
/external/grpc-grpc/src/core/lib/security/credentials/composite/ |
D | composite_credentials.cc | 139 grpc_call_credentials* creds1, grpc_call_credentials* creds2, in grpc_composite_call_credentials_create()
|
/external/grpc-grpc/src/cpp/client/ |
D | secure_credentials.cc | 186 const std::shared_ptr<CallCredentials>& creds1, in CompositeCallCredentials()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/ |
D | secure_credentials.cc | 387 const std::shared_ptr<CallCredentials>& creds1, in CompositeCallCredentials()
|
/external/grpc-grpc/src/csharp/ext/ |
D | grpc_csharp_ext.c | 1011 grpcsharp_composite_call_credentials_create(grpc_call_credentials* creds1, in grpcsharp_composite_call_credentials_create()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | end2end_test.cc | 1557 std::shared_ptr<CallCredentials> creds1 = in TEST_P() local
|