Searched refs:method_str (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/beast/test/doc/ |
D | http_10_custom_parser.cpp | 44 string_view method_str, // The method as a string 219 on_request_impl(verb method, string_view method_str, in on_request_impl() argument 222 boost::ignore_unused(method, method_str, path, version); in on_request_impl()
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | parser.hpp | 333 string_view method_str, in on_request_impl() argument 357 m_.method_string(method_str); in on_request_impl() 371 string_view method_str, in on_request_impl() argument 377 method, method_str, target, version, ec, in on_request_impl()
|
D | basic_parser.hpp | 463 string_view method_str,
|
/third_party/boost/boost/beast/http/ |
D | parser.hpp | 333 string_view method_str, in on_request_impl() argument 357 m_.method_string(method_str); in on_request_impl() 371 string_view method_str, in on_request_impl() argument 377 method, method_str, target, version, ec, in on_request_impl()
|
D | basic_parser.hpp | 463 string_view method_str,
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | message.c | 148 VALUE method_str; in extract_method_call() local 158 method_str = rb_id2str(SYM2ID(method_name)); in extract_method_call() 159 name = RSTRING_PTR(method_str); in extract_method_call() 160 name_len = RSTRING_LEN(method_str); in extract_method_call()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_dma_perf.c | 53 static const char *method_str[] = { in si_test_dma_perf() local 131 printf("%s,%3s,", method_str[method], in si_test_dma_perf()
|
/third_party/grpc/test/core/end2end/tests/ |
D | keepalive_timeout.cc | 201 char* method_str = grpc_slice_to_c_string(call_details.method); in test_keepalive_timeout() local 207 gpr_free(method_str); in test_keepalive_timeout()
|
/third_party/boost/libs/beast/doc/qbk/ |
D | reference.qbk | 5774 string_view method_str, 5793 [`method_str`
|