Home
last modified time | relevance | path

Searched defs:VTABLE (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/tokio/src/sync/tests/
Dnotify.rs11 const VTABLE: &RawWakerVTable = &RawWakerVTable::new(clone_w, wake, wake_by_ref, drop_w); in notify_clones_waker_before_lock() constant
/external/rust/android-crates-io/crates/tokio-test/src/
Dtask.rs219 static VTABLE: RawWakerVTable = RawWakerVTable::new(clone, wake, wake_by_ref, drop_waker); variable
/external/python/cpython3/Modules/expat/
Dxmltok.c78 #define VTABLE VTABLE1, PREFIX(toUtf8), PREFIX(toUtf16) macro
779 # define VTABLE VTABLE1, little2_toUtf8, little2_toUtf16 macro
912 # define VTABLE VTABLE1, big2_toUtf8, big2_toUtf16 macro
/external/expat/expat/lib/
Dxmltok.c78 #define VTABLE VTABLE1, PREFIX(toUtf8), PREFIX(toUtf16) macro
779 # define VTABLE VTABLE1, little2_toUtf8, little2_toUtf16 macro
912 # define VTABLE VTABLE1, big2_toUtf8, big2_toUtf16 macro