Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_mruby_module.cc49 auto response_class = mrb_class_get_under(mrb, module, "Response"); in create_env() local
Dshrpx_mruby_module_response.cc369 auto response_class = in init_response_class() local
/third_party/protobuf/python/google/protobuf/
Dservice.py220 request, response_class, done): argument
/third_party/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py114 response_class, callback): argument
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dservice_reflection_test.py105 response_class, callback): argument
/third_party/python/Lib/http/
Dclient.py795 response_class = HTTPResponse variable in HTTPConnection