/third_party/boost/boost/beast/http/impl/ |
D | rfc7230.hpp | 250 class token_list::const_iterator 252 token_list::value_type v_; 258 using value_type = token_list::value_type; 309 friend class token_list; 326 token_list:: 335 token_list:: 344 token_list:: 353 token_list::
|
D | fields.ipp | 35 token_list te{value}; 59 token_list te{value}; 102 else if(! token_list{value}.exists("keep-alive")) 127 else if(! token_list{value}.exists("close"))
|
D | rfc7230.ipp | 146 token_list::const_iterator:: 192 token_list::
|
D | fields.hpp | 815 auto const te = token_list{ in get_chunked_impl() 837 return token_list{ in get_keep_alive_impl() 842 return ! token_list{ in get_keep_alive_impl() 898 auto const te = token_list{it->value()}; in set_chunked_impl()
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | rfc7230.hpp | 250 class token_list::const_iterator 252 token_list::value_type v_; 258 using value_type = token_list::value_type; 309 friend class token_list; 326 token_list:: 335 token_list:: 344 token_list:: 353 token_list::
|
D | fields.ipp | 35 token_list te{value}; 59 token_list te{value}; 102 else if(! token_list{value}.exists("keep-alive")) 127 else if(! token_list{value}.exists("close"))
|
D | rfc7230.ipp | 146 token_list::const_iterator:: 192 token_list::
|
D | fields.hpp | 815 auto const te = token_list{ in get_chunked_impl() 837 return token_list{ in get_keep_alive_impl() 842 return ! token_list{ in get_keep_alive_impl() 898 auto const te = token_list{it->value()}; in set_chunked_impl()
|
/third_party/boost/libs/beast/test/beast/http/ |
D | rfc7230.cpp | 188 str(token_list const& c) in str() 208 auto const got = str(token_list{s}); in testTokenList() 215 auto const got = str(token_list{s}); in testTokenList() 238 BEAST_EXPECT(token_list{"a,b,c"}.exists("A")); in testTokenList() 239 BEAST_EXPECT(token_list{"a,b,c"}.exists("b")); in testTokenList() 240 BEAST_EXPECT(! token_list{"a,b,c"}.exists("d")); in testTokenList()
|
/third_party/boost/boost/beast/websocket/impl/ |
D | rfc6455.hpp | 29 if(! http::token_list{req[http::field::connection]}.exists("upgrade")) in is_upgrade() 31 if(! http::token_list{req[http::field::upgrade]}.exists("websocket")) in is_upgrade()
|
D | accept.hpp | 107 if(! http::token_list{it->value()}.exists("upgrade")) in build_response() 114 if(! http::token_list{it->value()}.exists("websocket")) in build_response()
|
D | stream_impl.hpp | 664 if(! http::token_list{it->value()}.exists("upgrade")) in on_response() 671 if(! http::token_list{it->value()}.exists("websocket")) in on_response()
|
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/ |
D | rfc6455.hpp | 29 if(! http::token_list{req[http::field::connection]}.exists("upgrade")) in is_upgrade() 31 if(! http::token_list{req[http::field::upgrade]}.exists("websocket")) in is_upgrade()
|
D | accept.hpp | 107 if(! http::token_list{it->value()}.exists("upgrade")) in build_response() 114 if(! http::token_list{it->value()}.exists("websocket")) in build_response()
|
D | stream_impl.hpp | 664 if(! http::token_list{it->value()}.exists("upgrade")) in on_response() 671 if(! http::token_list{it->value()}.exists("websocket")) in on_response()
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | rfc7230.hpp | 234 class token_list class 257 token_list(string_view s) in token_list() function in boost::beast::http::token_list
|
/third_party/boost/boost/beast/http/ |
D | rfc7230.hpp | 234 class token_list class 257 token_list(string_view s) in token_list() function in boost::beast::http::token_list
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.h | 61 typedef struct token_list token_list_t; 70 token_list_t *token_list; member 116 struct token_list { struct
|
/third_party/boost/libs/beast/test/doc/ |
D | websocket_2_handshaking.cpp | 143 http::token_list offered( offered_tokens ); in snippets()
|
/third_party/alsa-lib/src/topology/ |
D | parser.c | 487 INIT_LIST_HEAD(&tplg->token_list); in snd_tplg_create() 519 tplg_elem_free_list(&tplg->token_list); in snd_tplg_free()
|
D | elem.c | 204 .loff = offsetof(snd_tplg_t, token_list),
|
D | tplg_local.h | 91 struct list_head token_list; member
|
D | data.c | 544 ref->elem = tplg_elem_lookup(&tplg->token_list, in get_tokens() 1627 elem = tplg_elem_lookup(&tplg->token_list, parent->id, in tplg_add_token()
|
/third_party/boost/libs/beast/example/doc/ |
D | http_examples.hpp | 1023 for(auto const& name : token_list{msg[field::trailer]}) in print_chunked_body()
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 338 for token_list in self.bases: 340 for token in token_list:
|