Home
last modified time | relevance | path

Searched defs:Drain (Results 1 – 6 of 6) sorted by relevance

/third_party/node/src/
Dcleanup_queue.cc27 void CleanupQueue::Drain() { in Drain() function in node::CleanupQueue
Dnode_messaging.cc1060 void MessagePort::Drain(const FunctionCallbackInfo<Value>& args) { in Drain() function in node::worker::MessagePort
/third_party/openh264/module/
Dgmp-openh264.cpp959 virtual void Drain() { in Drain() function in OpenH264VideoDecoder
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs13 Drain = linux_raw_sys::general::TCSADRAIN, enumerator
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs13 Drain = c::TCSADRAIN, enumerator
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs18745 impl<'a> Drain<'a> { impl
46324 impl<'a, T, A: Allocator> Drain<'a, T, A> { impl
50049 impl<T, A: Allocator> Drain<'_, T, A> { impl