Home
last modified time | relevance | path

Searched defs:shared_config (Results 1 – 11 of 11) sorted by relevance

/dports/devel/cpp-hocon/cpp-hocon-0.3.0/lib/inc/hocon/
H A Dtypes.hpp24 using shared_config = std::shared_ptr<const config>; typedef
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DConfigManager.cpp246 …et_simple_config_azure(Promise<SimpleConfigResult> promise, const ConfigShared *shared_config, boo… in get_simple_config_azure()
257const ConfigShared *shared_config, bool is_test, int32 scheduler_id) { in get_simple_config_dns()
297 …et_simple_config_google_dns(Promise<SimpleConfigResult> promise, const ConfigShared *shared_config, in get_simple_config_google_dns()
303 …t_simple_config_mozilla_dns(Promise<SimpleConfigResult> promise, const ConfigShared *shared_config, in get_simple_config_mozilla_dns()
320 const ConfigShared *shared_config, bool is_test, in get_simple_config_firebase_remote_config()
345 …le_config_firebase_realtime(Promise<SimpleConfigResult> promise, const ConfigShared *shared_config, in get_simple_config_firebase_realtime()
361 …e_config_firebase_firestore(Promise<SimpleConfigResult> promise, const ConfigShared *shared_config, in get_simple_config_firebase_firestore()
1355 ConfigShared &shared_config = G()->shared_config(); in process_config() local
1759 ConfigShared &shared_config = G()->shared_config(); in process_app_config() local
H A DGlobal.cpp233 void Global::set_shared_config(unique_ptr<ConfigShared> shared_config) { in set_shared_config()
H A DGlobal.h125 ConfigShared &shared_config() { in shared_config() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/app_list/
H A Dapp_list_config_provider_unittest.cc145 AppListConfig* shared_config = AppListConfigProvider::Get().GetConfigForType( in TEST_F() local
/dports/chinese/librime/librime-1.7.3/src/rime/lever/
H A Ddeployment_tasks.cc297 Config shared_config; in TrashDeprecatedUserCopy() local
/dports/www/mod_php80/php-8.0.15/sapi/fpm/fpm/
H A Dfpm_conf.c695 struct fpm_worker_pool_config_s *config, *shared_config; in fpm_worker_pool_shared_status_alloc() local
/dports/www/mod_php81/php-8.1.1/sapi/fpm/fpm/
H A Dfpm_conf.c698 struct fpm_worker_pool_config_s *config, *shared_config; in fpm_worker_pool_shared_status_alloc() local
/dports/lang/php81/php-8.1.1/sapi/fpm/fpm/
H A Dfpm_conf.c698 struct fpm_worker_pool_config_s *config, *shared_config; in fpm_worker_pool_shared_status_alloc() local
/dports/lang/php80/php-8.0.15/sapi/fpm/fpm/
H A Dfpm_conf.c695 struct fpm_worker_pool_config_s *config, *shared_config; in fpm_worker_pool_shared_status_alloc() local
/dports/audio/spotifyd/spotifyd-0.3.0/src/
H A Dconfig.rs243 pub shared_config: SharedConfigValues, field