Home
last modified time | relevance | path

Searched defs:is_request (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/test/cpp/util/
Dproto_file_parser.cc182 bool is_request) { in GetMessageTypeFromMethod()
199 bool ProtoFileParser::IsStreaming(const std::string& method, bool is_request) { in IsStreaming()
220 bool is_request, bool is_json_format) { in GetSerializedProtoFromMethod()
232 bool is_request, bool is_json_format) { in GetFormattedStringFromMethod()
/third_party/boost/boost/beast/http/
Dmessage.hpp66 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
Dbasic_parser.hpp153 using is_request = typedef in boost::beast::http::basic_parser
/third_party/boost/libs/beast/include/boost/beast/http/
Dmessage.hpp66 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
Dbasic_parser.hpp153 using is_request = typedef in boost::beast::http::basic_parser
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c651 gboolean is_request; in gst_pad_is_request_pad() local