Home
last modified time | relevance | path

Searched refs:SinkContext (Results 1 – 25 of 83) sorted by relevance

1234

/dports/emulators/yuzu/yuzu-0b47f7a46/src/audio_core/
H A Dsink_context.cpp8 SinkContext::SinkContext(std::size_t sink_count_) : sink_count{sink_count_} {} in SinkContext() function in AudioCore::SinkContext
9 SinkContext::~SinkContext() = default;
11 std::size_t SinkContext::GetCount() const { in GetCount()
15 void SinkContext::UpdateMainSink(const SinkInfo::InParams& in) { in UpdateMainSink()
27 bool SinkContext::InUse() const { in InUse()
31 std::vector<u8> SinkContext::OutputBuffers() const { in OutputBuffers()
37 bool SinkContext::HasDownMixingCoefficients() const { in HasDownMixingCoefficients()
41 const DownmixCoefficients& SinkContext::GetDownmixCoefficients() const { in GetDownmixCoefficients()
H A Dsink_context.h74 class SinkContext {
76 explicit SinkContext(std::size_t sink_count_);
77 ~SinkContext();
H A Dinfo_updater.h18 class SinkContext; variable
38 bool UpdateSinks(SinkContext& sink_context);
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DnsHTMLContentSink.cpp86 class SinkContext;
95 friend class SinkContext;
136 SinkContext* mCurrentContext;
137 SinkContext* mHeadContext;
166 class SinkContext { class
169 ~SinkContext();
242 SinkContext::SinkContext(HTMLContentSink* aSink) in SinkContext() function in SinkContext
248 MOZ_COUNT_CTOR(SinkContext); in SinkContext()
251 SinkContext::~SinkContext() { in ~SinkContext()
252 MOZ_COUNT_DTOR(SinkContext); in ~SinkContext()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DnsHTMLContentSink.cpp85 class SinkContext;
94 friend class SinkContext;
135 SinkContext* mCurrentContext;
136 SinkContext* mHeadContext;
165 class SinkContext { class
168 ~SinkContext();
241 SinkContext::SinkContext(HTMLContentSink* aSink) in SinkContext() function in SinkContext
247 MOZ_COUNT_CTOR(SinkContext); in SinkContext()
250 SinkContext::~SinkContext() { in ~SinkContext()
251 MOZ_COUNT_DTOR(SinkContext); in ~SinkContext()
[all …]
/dports/www/firefox/firefox-99.0/dom/html/
H A DnsHTMLContentSink.cpp86 class SinkContext;
95 friend class SinkContext;
136 SinkContext* mCurrentContext;
137 SinkContext* mHeadContext;
166 class SinkContext { class
169 ~SinkContext();
242 SinkContext::SinkContext(HTMLContentSink* aSink) in SinkContext() function in SinkContext
248 MOZ_COUNT_CTOR(SinkContext); in SinkContext()
251 SinkContext::~SinkContext() { in ~SinkContext()
252 MOZ_COUNT_DTOR(SinkContext); in ~SinkContext()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DnsHTMLContentSink.cpp86 class SinkContext;
95 friend class SinkContext;
136 SinkContext* mCurrentContext;
137 SinkContext* mHeadContext;
166 class SinkContext { class
169 ~SinkContext();
242 SinkContext::SinkContext(HTMLContentSink* aSink) in SinkContext() function in SinkContext
248 MOZ_COUNT_CTOR(SinkContext); in SinkContext()
251 SinkContext::~SinkContext() { in ~SinkContext()
252 MOZ_COUNT_DTOR(SinkContext); in ~SinkContext()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DnsHTMLContentSink.cpp102 class SinkContext;
111 friend class SinkContext;
152 SinkContext* mCurrentContext;
153 SinkContext* mHeadContext;
182 class SinkContext { class
185 ~SinkContext();
258 SinkContext::SinkContext(HTMLContentSink* aSink) in SinkContext() function in SinkContext
264 MOZ_COUNT_CTOR(SinkContext); in SinkContext()
267 SinkContext::~SinkContext() { in ~SinkContext()
268 MOZ_COUNT_DTOR(SinkContext); in ~SinkContext()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DnsHTMLContentSink.cpp111 class SinkContext;
122 friend class SinkContext;
193 class SinkContext class
197 ~SinkContext();
298 SinkContext::SinkContext(HTMLContentSink* aSink) in SinkContext() function in SinkContext
308 SinkContext::~SinkContext() in ~SinkContext()
380 SinkContext::OpenBody() in OpenBody()
445 SinkContext::CloseBody() in CloseBody()
485 SinkContext::End() in End()
497 SinkContext::GrowStack() in GrowStack()
[all …]
/dports/sysutils/vector/vector-0.10.0/src/sinks/util/
H A Dtest.rs4 topology::config::{SinkConfig, SinkContext},
16 pub fn load_sink<T>(config: &str) -> crate::Result<(T, SinkContext, Runtime)> in load_sink() argument
22 let cx = SinkContext::new_test(); in load_sink()
H A Dudp.rs5 topology::config::SinkContext,
36 pub fn build(&self, cx: SinkContext) -> crate::Result<(RouterSink, Healthcheck)> { in build()
53 cx: SinkContext, in raw_udp() argument
/dports/sysutils/vector/vector-0.10.0/src/sinks/
H A Dsocket.rs6 topology::config::{DataType, SinkConfig, SinkContext, SinkDescription},
68 fn build(&self, cx: SinkContext) -> crate::Result<(super::RouterSink, super::Healthcheck)> { in build()
92 topology::config::SinkContext,
112 let context = SinkContext::new_test(); in udp_message()
144 let context = SinkContext::new_test(); in tcp_stream()
205 let context = SinkContext::new_test(); in tcp_stream_detects_disconnect()
H A Dsplunk_hec.rs11 topology::config::{DataType, SinkConfig, SinkContext, SinkDescription},
81 fn build(&self, cx: SinkContext) -> crate::Result<(super::RouterSink, super::Healthcheck)> { in build()
373 topology::config::{SinkConfig, SinkContext},
405 let cx = SinkContext::new_test(); in splunk_insert_message()
425 let cx = SinkContext::new_test(); in splunk_insert_index()
445 let cx = SinkContext::new_test(); in splunk_insert_many()
478 let cx = SinkContext::new_test(); in splunk_custom_fields()
501 let cx = SinkContext::new_test(); in splunk_hostname()
527 let cx = SinkContext::new_test(); in splunk_sourcetype()
555 let cx = SinkContext::new_test(); in splunk_configure_hostname()
H A Dclickhouse.rs11 topology::config::{DataType, SinkConfig, SinkContext, SinkDescription},
62 fn build(&self, cx: SinkContext) -> crate::Result<(super::RouterSink, super::Healthcheck)> { in build()
240 topology::config::{SinkConfig, SinkContext},
278 let (sink, _hc) = config.build(SinkContext::new_test()).unwrap(); in insert_events()
329 let (sink, _hc) = config.build(SinkContext::new_test()).unwrap(); in insert_events_unix_timestamps()
391 let (sink, _hc) = config.build(SinkContext::new_test()).unwrap(); in insert_events_unix_timestamps_toml_config()
448 let (sink, _hc) = config.build(SinkContext::new_test()).unwrap(); in no_retry_on_incorrect_data()
H A Dhttp.rs10 topology::config::{DataType, SinkConfig, SinkContext, SinkDescription},
104 fn build(&self, cx: SinkContext) -> crate::Result<(super::RouterSink, super::Healthcheck)> { in build()
298 topology::config::SinkContext,
386 let cx = SinkContext::new_test(); in http_headers_auth_conflict()
411 let cx = SinkContext::new_test(); in http_happy_path_post()
473 let cx = SinkContext::new_test(); in http_happy_path_put()
532 let cx = SinkContext::new_test(); in http_passes_custom_headers()
H A Daws_kinesis_firehose.rs13 topology::config::{DataType, SinkConfig, SinkContext, SinkDescription},
76 fn build(&self, cx: SinkContext) -> crate::Result<(super::RouterSink, super::Healthcheck)> { in build()
130 cx: SinkContext, in new() argument
277 topology::config::SinkContext,
318 let cx = SinkContext::new_test(); in firehose_put_records()
H A Dhumio_logs.rs6 topology::config::{DataType, SinkConfig, SinkContext, SinkDescription},
55 fn build(&self, cx: SinkContext) -> crate::Result<(super::RouterSink, super::Healthcheck)> { in build()
H A Dpapertrail.rs9 topology::config::{DataType, SinkConfig, SinkContext, SinkDescription},
29 fn build(&self, cx: SinkContext) -> crate::Result<(super::RouterSink, super::Healthcheck)> { in build()
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/events/v1/sink/
H A D__init__.py161 return SinkContext(self._version, sid=sid, )
172 return SinkContext(self._version, sid=sid, )
224 class SinkContext(InstanceContext): class
238 super(SinkContext, self).__init__(version)
369 self._context = SinkContext(self._version, sid=self._solution['sid'], )
/dports/editors/helix/helix-0.5.0/cargo-crates/grep-searcher-0.1.8/src/
H A Dsink.rs143 _context: &SinkContext<'_>, in context()
238 context: &SinkContext<'_>, in context()
291 context: &SinkContext<'_>, in context()
438 pub struct SinkContext<'b> { struct
446 impl<'b> SinkContext<'b> { argument
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/grep-searcher-0.1.8/src/
H A Dsink.rs143 _context: &SinkContext<'_>, in context()
238 context: &SinkContext<'_>, in context()
291 context: &SinkContext<'_>, in context()
438 pub struct SinkContext<'b> { struct
446 impl<'b> SinkContext<'b> { argument
/dports/textproc/ripgrep/ripgrep-13.0.0/crates/searcher/src/
H A Dsink.rs143 _context: &SinkContext<'_>, in context()
238 context: &SinkContext<'_>, in context()
291 context: &SinkContext<'_>, in context()
438 pub struct SinkContext<'b> { struct
446 impl<'b> SinkContext<'b> { impl
/dports/devel/tokei/tokei-12.1.2/cargo-crates/grep-searcher-0.1.7/src/
H A Dsink.rs143 _context: &SinkContext, in context() argument
238 context: &SinkContext, in context() argument
291 context: &SinkContext, in context() argument
424 pub struct SinkContext<'b> { struct
432 impl<'b> SinkContext<'b> { argument
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/grep-searcher-0.1.8/src/
H A Dsink.rs143 _context: &SinkContext<'_>, in context()
238 context: &SinkContext<'_>, in context()
291 context: &SinkContext<'_>, in context()
438 pub struct SinkContext<'b> { struct
446 impl<'b> SinkContext<'b> { impl
/dports/sysutils/vector/vector-0.10.0/src/sinks/gcp/
H A Dpubsub.rs14 topology::config::{DataType, SinkConfig, SinkContext, SinkDescription},
67 fn build(&self, _cx: SinkContext) -> crate::Result<(RouterSink, Healthcheck)> { in build()
71 async fn build_async(&self, cx: SinkContext) -> crate::Result<(RouterSink, Healthcheck)> { in build_async()
208 if config.build_async(SinkContext::new_test()).await.is_ok() { in fails_missing_creds()
237 let cx = SinkContext::new_test(); in config_build()

1234