Home
last modified time | relevance | path

Searched defs:creds1 (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.cc154 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()
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DCallCredentialsSafeHandle.cs34 …public static CallCredentialsSafeHandle CreateComposite(CallCredentialsSafeHandle creds1, CallCred… in CreateComposite()
DNativeMethods.Generated.cs927 …Handle grpcsharp_composite_call_credentials_create_delegate(CallCredentialsSafeHandle creds1, Call… in grpcsharp_composite_call_credentials_create_delegate()
1085 …tialsSafeHandle grpcsharp_composite_call_credentials_create(CallCredentialsSafeHandle creds1, Call… in grpcsharp_composite_call_credentials_create()
1405 …tialsSafeHandle grpcsharp_composite_call_credentials_create(CallCredentialsSafeHandle creds1, Call… in grpcsharp_composite_call_credentials_create()
1725 …tialsSafeHandle grpcsharp_composite_call_credentials_create(CallCredentialsSafeHandle creds1, Call… in grpcsharp_composite_call_credentials_create()
2045 …tialsSafeHandle grpcsharp_composite_call_credentials_create(CallCredentialsSafeHandle creds1, Call… in grpcsharp_composite_call_credentials_create()
2365 …tialsSafeHandle grpcsharp_composite_call_credentials_create(CallCredentialsSafeHandle creds1, Call… in grpcsharp_composite_call_credentials_create()
2685 …tialsSafeHandle grpcsharp_composite_call_credentials_create(CallCredentialsSafeHandle creds1, Call… in grpcsharp_composite_call_credentials_create()
/third_party/grpc/src/php/tests/unit_tests/
DChannelTest.php372 $creds1,
457 $creds1,
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc383 const std::shared_ptr<CallCredentials>& creds1, in CompositeCallCredentials()
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc1855 std::shared_ptr<CallCredentials> creds1 = in TEST_P() local
1882 std::shared_ptr<CallCredentials> creds1 = in TEST_P() local
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1123 grpcsharp_composite_call_credentials_create(grpc_call_credentials* creds1, in grpcsharp_composite_call_credentials_create()