HomeSort by relevance Sort by last modified time
    Searched refs:grpc_metadata_credentials_create_from_plugin (Results 1 - 10 of 10) sorted by null

  /external/grpc-grpc/include/grpc/
grpc_security.h 346 GRPCAPI grpc_call_credentials* grpc_metadata_credentials_create_from_plugin(
  /external/grpc-grpc/src/core/lib/security/credentials/plugin/
plugin_credentials.cc 258 grpc_call_credentials* grpc_metadata_credentials_create_from_plugin( function
262 GRPC_API_TRACE("grpc_metadata_credentials_create_from_plugin(reserved=%p)", 1,
  /external/grpc-grpc/src/php/ext/grpc/
call_credentials.c 131 grpc_metadata_credentials_create_from_plugin(plugin, NULL);
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_call_credentials.c 229 creds = grpc_metadata_credentials_create_from_plugin(plugin, NULL);
rb_grpc_imports.generated.h 370 #define grpc_metadata_credentials_create_from_plugin grpc_metadata_credentials_create_from_plugin_import macro
    [all...]
  /external/grpc-grpc/src/cpp/client/
secure_credentials.cc 307 grpc_metadata_credentials_create_from_plugin(c_plugin, nullptr));
  /external/grpc-grpc/test/core/surface/
public_headers_must_be_c89.c 169 printf("%lx", (unsigned long) grpc_metadata_credentials_create_from_plugin);
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
credentials.pyx.pxi 79 return grpc_metadata_credentials_create_from_plugin(c_metadata_plugin, NULL)
  /external/grpc-grpc/test/core/security/
credentials_test.cc     [all...]
  /external/grpc-grpc/src/csharp/ext/
grpc_csharp_ext.c     [all...]

Completed in 55 milliseconds