Home
last modified time | relevance | path

Searched refs:CompositeCallCredentials (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Api/
DCallCredentials.cs40 return new CompositeCallCredentials(credentials); in Compose()
59 private class CompositeCallCredentials : CallCredentials class in Grpc.Core.CallCredentials
63 public CompositeCallCredentials(CallCredentials[] credentials) in CompositeCallCredentials() method in Grpc.Core.CallCredentials.CompositeCallCredentials
/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h125 friend std::shared_ptr<CallCredentials> CompositeCallCredentials(
226 std::shared_ptr<CallCredentials> CompositeCallCredentials(
Dcredentials.h142 friend std::shared_ptr<CallCredentials> CompositeCallCredentials(
243 std::shared_ptr<CallCredentials> CompositeCallCredentials(
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcredentials.pxd.pxi45 cdef class CompositeCallCredentials(CallCredentials): class
Dcredentials.pyx.pxi100 cdef class CompositeCallCredentials(CallCredentials): class
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc382 std::shared_ptr<CallCredentials> CompositeCallCredentials( in CompositeCallCredentials() function
/third_party/grpc/src/python/grpcio/grpc/
D__init__.py1667 _cygrpc.CompositeCallCredentials(
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc2108 context.set_credentials(grpc::CompositeCallCredentials( in TEST_P()