Searched defs:VTABLE (Results 1 – 5 of 5) sorted by relevance
| /external/rust/crates/tokio/src/sync/tests/ |
| D | notify.rs | 12 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/ |
| D | task.rs | 219 static VTABLE: RawWakerVTable = RawWakerVTable::new(clone, wake, wake_by_ref, drop_waker); variable
|
| /external/python/cpython2/Modules/expat/ |
| D | xmltok.c | 78 #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/ |
| D | xmltok.c | 76 #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/ |
| D | xmltok.c | 75 #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
|