/third_party/grpc/test/cpp/util/ |
D | proto_file_parser.cc | 182 bool is_request) { in GetMessageTypeFromMethod() argument 195 return is_request ? method_desc->input_type()->full_name() in GetMessageTypeFromMethod() 199 bool ProtoFileParser::IsStreaming(const std::string& method, bool is_request) { in IsStreaming() argument 214 return is_request ? method_desc->client_streaming() in IsStreaming() 220 bool is_request, bool is_json_format) { in GetSerializedProtoFromMethod() argument 222 std::string message_type_name = GetMessageTypeFromMethod(method, is_request); in GetSerializedProtoFromMethod() 232 bool is_request, bool is_json_format) { in GetFormattedStringFromMethod() argument 234 std::string message_type_name = GetMessageTypeFromMethod(method, is_request); in GetFormattedStringFromMethod()
|
D | proto_file_parser.h | 68 bool is_request, 88 bool is_request, 100 bool IsStreaming(const std::string& method, bool is_request); 108 bool is_request);
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | message.hpp | 66 using is_request = std::integral_constant<bool, isRequest>; typedef in boost::beast::http::header 68 using is_request = std::true_type; typedef in boost::beast::http::header 269 using is_request = std::false_type; typedef in boost::beast::http::header 824 return need_eof(typename header_type::is_request{}); in need_eof() 859 prepare_payload(typename header_type::is_request{}); in prepare_payload()
|
D | basic_parser.hpp | 75 default_body_limit(is_request{})); // max payload body 153 using is_request = typedef in boost::beast::http::basic_parser
|
/third_party/boost/boost/beast/http/ |
D | message.hpp | 66 using is_request = std::integral_constant<bool, isRequest>; typedef in boost::beast::http::header 68 using is_request = std::true_type; typedef in boost::beast::http::header 269 using is_request = std::false_type; typedef in boost::beast::http::header 824 return need_eof(typename header_type::is_request{}); in need_eof() 859 prepare_payload(typename header_type::is_request{}); in prepare_payload()
|
D | basic_parser.hpp | 75 default_body_limit(is_request{})); // max payload body 153 using is_request = typedef in boost::beast::http::basic_parser
|
/third_party/boost/boost/beast/http/impl/ |
D | basic_parser.ipp | 119 header_limit_, n), ec, is_request{}); 166 finish_header(ec, is_request{});
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | basic_parser.ipp | 119 header_limit_, n), ec, is_request{}); 166 finish_header(ec, is_request{});
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstharness.c | 651 gboolean is_request; in gst_pad_is_request_pad() local 658 is_request = GST_PAD_TEMPLATE_PRESENCE (temp) == GST_PAD_REQUEST; in gst_pad_is_request_pad() 660 return is_request; in gst_pad_is_request_pad()
|
/third_party/boost/libs/beast/doc/html/ |
D | beast_HTML.manifest | 186 beast/ref/boost__beast__http__basic_parser/is_request.html 582 beast/ref/boost__beast__http__header/is_request.html 652 beast/ref/boost__beast__http__message/is_request.html 722 beast/ref/boost__beast__http__parser/is_request.html
|
/third_party/boost/libs/beast/doc/qbk/ |
D | reference.qbk | 5357 [[*[link beast.ref.boost__beast__http__basic_parser.is_request is_request]] 5627 [section:is_request http::basic_parser::is_request] 5628 [indexterm2 is_request..http::basic_parser] 5634 using is_request = std::integral_constant< bool, isRequest >; 17502 [[*[link beast.ref.boost__beast__http__header.is_request is_request]] 17604 [section:is_request http::header::is_request] 17605 [indexterm2 is_request..http::header] 17611 using is_request = std::integral_constant< bool, isRequest >; 19333 [[*[link beast.ref.boost__beast__http__message.is_request is_request]] 19560 [[*[link beast.ref.boost__beast__http__header.is_request is_request]] [all …]
|