jam_types

Macro index_for_hostcall

Source
macro_rules! index_for_hostcall {
    (gas) => { ... };
    (lookup) => { ... };
    (read) => { ... };
    (write) => { ... };
    (info) => { ... };
    (bless) => { ... };
    (assign) => { ... };
    (designate) => { ... };
    (checkpoint) => { ... };
    (new) => { ... };
    (upgrade) => { ... };
    (transfer) => { ... };
    (quit) => { ... };
    (solicit) => { ... };
    (forget) => { ... };
    (historical_lookup) => { ... };
    (import) => { ... };
    (export) => { ... };
    (machine) => { ... };
    (peek) => { ... };
    (poke) => { ... };
    (zero) => { ... };
    (void) => { ... };
    (invoke) => { ... };
    (expunge) => { ... };
    (log) => { ... };
}