Home
last modified time | relevance | path

Searched defs:fetch_sync (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox/firefox-99.0/intl/l10n/rust/l10nregistry-ffi/src/
H A Dfetcher.rs33 fn fetch_sync(&self, resource_id: &ResourceId) -> io::Result<String> { in fetch_sync() method
58 fn fetch_sync(&self, resource_id: &ResourceId) -> io::Result<String> { in fetch_sync() method
/dports/www/firefox/firefox-99.0/third_party/rust/l10nregistry/src/source/
H A Dfetcher.rs17 fn fetch_sync(&self, resource_id: &ResourceId) -> io::Result<String>; in fetch_sync() method
H A Dmod.rs255 fn fetch_sync(&self, resource_id: &ResourceId) -> ResourceOption { in fetch_sync() method
/dports/net/opentracker/opentracker-0.2017.08.13/
H A Dsync_daemon.pl206 sub fetch_sync { subroutine
/dports/www/firefox/firefox-99.0/third_party/rust/l10nregistry/src/
H A Dtesting.rs250 fn fetch_sync(&self, resource_id: &ResourceId) -> std::io::Result<String> { in fetch_sync() method