Home
last modified time | relevance | path

Searched defs:new_config (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_api_downstream_connection.cc361 Config new_config{}; in handle_backendconfig() local
Dshrpx.cc3970 auto new_config = std::make_unique<Config>(); in reload_config() local
/third_party/python/Lib/idlelib/idle_test/
Dtest_config.py204 def new_config(self, _utest=False): member in IdleConfTest