Home
last modified time | relevance | path

Searched defs:test_fields (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/beast/test/beast/http/
Dmessage.cpp195 struct test_fields struct in boost::beast::http::message_test
197 std::string target;
200 test_fields(token) {} in test_fields() function
201 string_view get_method_impl() const { return {}; } in get_method_impl()
202 string_view get_target_impl() const { return target; } in get_target_impl()
203 string_view get_reason_impl() const { return {}; } in get_reason_impl()
204 bool get_chunked_impl() const { return false; } in get_chunked_impl()
205 bool get_keep_alive_impl(unsigned) const { return true; } in get_keep_alive_impl()
206 bool has_content_length_impl() const { return false; } in has_content_length_impl()
207 void set_method_impl(string_view) {} in set_method_impl()
[all …]
Dfields.cpp72 using test_fields = basic_fields<test_allocator<char>>; typedef in boost::beast::http::fields_test
/third_party/python/Lib/test/
Dtest_structseq.py78 def test_fields(self): member in StructSeqTest
/third_party/python/Lib/ctypes/test/
Dtest_structures.py138 def test_fields(self): member in StructureTestCase