Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/microbenchmarks/
Dbm_chttp2_hpack.cc265 GRPC_MDELEM_METHOD_POST, in GetElems()
291 GRPC_MDELEM_METHOD_POST, in GetElems()
Dbm_chttp2_transport.cc292 GRPC_MDELEM_METHOD_POST, in GetElems()
/third_party/grpc/src/core/lib/transport/
Dstatic_metadata.h335 #define GRPC_MDELEM_METHOD_POST (grpc_static_mdelem_manifested()[2]) macro
/third_party/grpc/src/core/ext/filters/http/server/
Dhttp_server_filter.cc159 if (md_strict_equal(b->idx.named.method->md, GRPC_MDELEM_METHOD_POST)) { in hs_filter_incoming_metadata()
/third_party/grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc386 grpc_mdelem method = GRPC_MDELEM_METHOD_POST; in http_client_start_transport_stream_op_batch()