Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_api_downstream_connection.cc361 Config new_config{}; in handle_backendconfig() local
Dshrpx.cc3846 auto new_config = std::make_unique<Config>(); in reload_config() local
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawbaseparse.c221 GstRawBaseParseConfig new_config; in gst_raw_base_parse_set_property() local
/third_party/python/Lib/idlelib/idle_test/
Dtest_config.py204 def new_config(self, _utest=False): member in IdleConfTest