Home
last modified time | relevance | path

Searched defs:global_settings (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dsync_call_restrictions.cc44 static base::NoDestructor<GlobalSyncCallSettings> global_settings; in GetGlobalSettings() local
/external/rust/crates/clap/src/app/
Dmod.rs665 pub fn global_settings(mut self, settings: &[AppSettings]) -> Self { in global_settings() method