Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/sync/tests/
Dnotify.rs12 const VTABLE: &RawWakerVTable = &RawWakerVTable::new(clone_w, wake, wake_by_ref, drop_w); in notify_clones_waker_before_lock() constant
/external/rust/crates/tokio-test/src/
Dtask.rs219 static VTABLE: RawWakerVTable = RawWakerVTable::new(clone, wake, wake_by_ref, drop_waker); variable
/external/python/cpython2/Modules/expat/
Dxmltok.c78 #define VTABLE VTABLE1, PREFIX(toUtf8), PREFIX(toUtf16) macro
827 #define VTABLE VTABLE1, little2_toUtf8, little2_toUtf16 macro
968 #define VTABLE VTABLE1, big2_toUtf8, big2_toUtf16 macro
/external/expat/expat/lib/
Dxmltok.c76 #define VTABLE VTABLE1, PREFIX(toUtf8), PREFIX(toUtf16) macro
782 # define VTABLE VTABLE1, little2_toUtf8, little2_toUtf16 macro
917 # define VTABLE VTABLE1, big2_toUtf8, big2_toUtf16 macro
/external/python/cpython3/Modules/expat/
Dxmltok.c75 #define VTABLE VTABLE1, PREFIX(toUtf8), PREFIX(toUtf16) macro
781 # define VTABLE VTABLE1, little2_toUtf8, little2_toUtf16 macro
916 # define VTABLE VTABLE1, big2_toUtf8, big2_toUtf16 macro