/aosp_15_r20/external/grpc-grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
H A D | NSDictionary+GRPC.mm | 26 + (instancetype)grpc_dataFromMetadataValue:(grpc_metadata *)metadata; 29 - (void)grpc_initMetadata:(grpc_metadata *)metadata; 33 + (instancetype)grpc_dataFromMetadataValue:(grpc_metadata *)metadata { 39 - (void)grpc_initMetadata:(grpc_metadata *)metadata { 47 + (instancetype)grpc_stringFromMetadataValue:(grpc_metadata *)metadata; 50 - (void)grpc_initMetadata:(grpc_metadata *)metadata; 54 + (instancetype)grpc_stringFromMetadataValue:(grpc_metadata *)metadata { 61 - (void)grpc_initMetadata:(grpc_metadata *)metadata { 73 + (instancetype)grpc_dictionaryFromMetadata:(grpc_metadata *)entries count:(size_t)count {
|
/aosp_15_r20/external/grpc-grpc/include/grpc/impl/ |
H A D | grpc_types.h | 210 typedef struct grpc_metadata { struct 222 } grpc_metadata; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/ |
D | grpc_types.h | 568 typedef struct grpc_metadata { struct 580 } grpc_metadata; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/impl/ |
D | grpc_types.h | 568 typedef struct grpc_metadata { struct 580 } grpc_metadata; argument
|
/aosp_15_r20/external/python/python-api-core/google/api_core/ |
D | operation.py | 290 def from_grpc(operation, operations_stub, result_type, grpc_metadata=None, **kwargs): argument 322 def from_gapic(operation, operations_client, result_type, grpc_metadata=None, **kwargs): argument
|
D | operation_async.py | 192 def from_gapic(operation, operations_client, result_type, grpc_metadata=None, **kwargs): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/ |
D | metadata.rs | 209 pub fn into_raw_parts(self) -> (*mut grpc_metadata, usize, usize) { in into_raw_parts() 220 pub unsafe fn from_raw_parts(p: *mut grpc_metadata, len: usize, cap: usize) -> Metadata { in from_raw_parts()
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fixtures/ |
H A D | local_util.cc | 30 const grpc_metadata* /*md*/, in process_auth_failure()
|
H A D | h2_ssl_tls_common.h | 94 const grpc_metadata* /*md*/, in process_auth_failure()
|
H A D | h2_ssl_cred_reload_fixture.h | 89 const grpc_metadata* /*md*/, in process_auth_failure()
|
H A D | h2_oauth2_common.h | 157 const grpc_metadata* /*md*/, in process_auth_failure()
|
H A D | h2_tls_common.h | 61 const grpc_metadata* /*md*/, in process_auth_failure()
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/ |
H A D | h2_ssl_cert_test.cc | 56 const grpc_metadata* /*md*/, in process_auth_failure()
|
H A D | end2end_test_suites.cc | 108 const grpc_metadata* /*md*/, size_t /*md_count*/, in ProcessAuthFailure()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/ |
D | grpc-bindings.rs | 821 pub struct grpc_metadata { struct 825 pub internal_data: grpc_metadata__bindgen_ty_1, argument 833 impl ::std::fmt::Debug for grpc_metadata { implementation 2146 creds_md: *const grpc_metadata, constant 2301 consumed_md: *const grpc_metadata, constant 2303 response_md: *const grpc_metadata, constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/ |
D | bindings.rs | 1019 pub struct grpc_metadata { struct 1024 pub internal_data: grpc_metadata__bindgen_ty_1, argument 1034 impl ::std::fmt::Debug for grpc_metadata { argument 2813 creds_md: *const grpc_metadata, constant 3041 consumed_md: *const grpc_metadata, constant 3043 response_md: *const grpc_metadata, constant
|