Home
last modified time | relevance | path

Searched refs:GRPC_MDSTR_1 (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dstatic_metadata.h110 #define GRPC_MDSTR_1 (grpc_static_slice_table()[25]) macro
/external/grpc-grpc/test/core/end2end/tests/
Dretry.cc249 grpc_slice_eq(request_metadata_recv.metadata[i].value, GRPC_MDSTR_1)); in test_retry()
/external/grpc-grpc/src/core/lib/transport/
Dstatic_metadata.h88 #define GRPC_MDSTR_1 (grpc_static_slice_table[25]) macro
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc2192 &GRPC_MDSTR_1, &GRPC_MDSTR_2, &GRPC_MDSTR_3, &GRPC_MDSTR_4}; in add_retriable_send_initial_metadata_op()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc4391 const grpc_slice* retry_count_strings[] = {&GRPC_MDSTR_1, &GRPC_MDSTR_2, in AddRetriableSendInitialMetadataOp()