Searched defs:is_request (Results 1 – 6 of 6) sorted by relevance
182 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()
66 using is_request = std::integral_constant<bool, isRequest>; typedef in boost::beast::http::header68 using is_request = std::true_type; typedef in boost::beast::http::header269 using is_request = std::false_type; typedef in boost::beast::http::header
153 using is_request = typedef in boost::beast::http::basic_parser
651 gboolean is_request; in gst_pad_is_request_pad() local