Home
last modified time | relevance | path

Searched refs:GRPC_MDSTR_PATH (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/core/lib/surface/
Dchannel.cc389 grpc_mdelem_create(GRPC_MDSTR_PATH, method, nullptr), in grpc_channel_create_call()
404 grpc_mdelem_create(GRPC_MDSTR_PATH, method, nullptr), in grpc_channel_create_pollset_set_call()
416 GRPC_MDSTR_PATH, grpc_core::ExternallyManagedSlice(method.c_str()))), in RegisteredCall()
431 GRPC_MDSTR_PATH, grpc_core::ExternallyManagedSlice(method.c_str()))), in RegisteredCall()
Dcall.cc373 GRPC_MDKEY(args->add_initial_metadata[i]), GRPC_MDSTR_PATH)) { in grpc_call_create()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_chttp2_hpack.cc267 GRPC_MDSTR_PATH, in GetElems()
292 grpc_mdelem_from_slices(GRPC_MDSTR_PATH, in GetElems()
Dbm_chttp2_transport.cc294 GRPC_MDSTR_PATH, in GetElems()
/third_party/grpc/src/core/lib/transport/
Dstatic_metadata.h58 #define GRPC_MDSTR_PATH (grpc_static_slice_table()[0]) macro
/third_party/grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc211 if (grpc_slice_eq(GRPC_MDKEY(md), GRPC_MDSTR_PATH)) { in RecvInitialMetadataFilter()
/third_party/grpc/src/core/ext/filters/http/server/
Dhttp_server_filter.cc280 GRPC_MDSTR_PATH, grpc_slice_sub(path_slice, 0, offset)); in hs_filter_incoming_metadata()
/third_party/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.cc324 GRPC_MDSTR_PATH, in StartCall()
/third_party/grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc339 grpc_mdelem_from_slices(GRPC_MDSTR_PATH, path_with_query_slice); in update_path_for_get()
/third_party/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc766 if (grpc_slice_eq_static_interned(GRPC_MDKEY(mdelem), GRPC_MDSTR_PATH)) { in convert_metadata_to_cronet_headers()