Searched defs:grpc_auth_metadata_context (Results  1 – 8 of 8) sorted by relevance
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/iam/ | 
| D | iam_credentials.cc | 37     grpc_polling_entity* /*pollent*/, grpc_auth_metadata_context /*context*/,  in get_request_metadata()  argument
 | 
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/fake/ | 
| D | fake_credentials.cc | 93     grpc_polling_entity* /*pollent*/, grpc_auth_metadata_context /*context*/,  in get_request_metadata()  argument
 | 
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/ | 
| D | oauth2_credentials.cc | 279     grpc_polling_entity* pollent, grpc_auth_metadata_context /*context*/,  in get_request_metadata()  argument721     grpc_polling_entity* /*pollent*/, grpc_auth_metadata_context /*context*/,  in get_request_metadata()  argument
 
 | 
| /external/grpc-grpc/include/grpc/ | 
| D | grpc_security.h | 298 } grpc_auth_metadata_context;  typedef
 | 
| /external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/ | 
| D | grpc_security.h | 416 } grpc_auth_metadata_context;  typedef
 | 
| /external/rust/crates/grpcio-sys/grpc/include/grpc/ | 
| D | grpc_security.h | 416 } grpc_auth_metadata_context;  typedef
 | 
| /external/rust/crates/grpcio-sys/bindings/ | 
| D | aarch64-unknown-linux-gnu-bindings.rs | 2841 pub struct grpc_auth_metadata_context {  struct2856         from: *mut grpc_auth_metadata_context,  in grpc_auth_metadata_context_copy()
 2857         to: *mut grpc_auth_metadata_context,  in grpc_auth_metadata_context_copy()
 2862     pub fn grpc_auth_metadata_context_reset(context: *mut grpc_auth_metadata_context);  in grpc_auth_metadata_context_reset()
 
 | 
| D | x86_64-unknown-linux-gnu-bindings.rs | 2841 pub struct grpc_auth_metadata_context {  struct2856         from: *mut grpc_auth_metadata_context,  in grpc_auth_metadata_context_copy()
 2857         to: *mut grpc_auth_metadata_context,  in grpc_auth_metadata_context_copy()
 2862     pub fn grpc_auth_metadata_context_reset(context: *mut grpc_auth_metadata_context);  in grpc_auth_metadata_context_reset()
 
 |