Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/transport/
Dmetadata_batch.h70 grpc_error* grpc_metadata_batch_substitute(grpc_metadata_batch* batch,
Dmetadata_batch.cc237 grpc_error* grpc_metadata_batch_substitute(grpc_metadata_batch* batch, in grpc_metadata_batch_substitute() function
300 grpc_metadata_batch_substitute(batch, l, new_mdelem.md); in grpc_metadata_batch_filter()
/external/grpc-grpc/test/core/end2end/tests/
Dfilter_status_code.cc268 grpc_metadata_batch_substitute(batch, batch->idx.named.status, in server_start_transport_stream_op_batch()
/external/grpc-grpc/src/core/ext/filters/http/server/
Dhttp_server_filter.cc228 grpc_metadata_batch_substitute(b, b->idx.named.path, in hs_filter_incoming_metadata()
/external/grpc-grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc292 return grpc_metadata_batch_substitute(b, b->idx.named.path, in update_path_for_get()