Searched defs:FLAG_ONEWAY (Results 1 – 6 of 6) sorted by relevance
50 FLAG_ONEWAY = 0x01, enumerator
74 FLAG_ONEWAY = 0x00000001, enumerator
82 FLAG_ONEWAY = FLAG_ONEWAY, enumerator
170 int FLAG_ONEWAY = 0x00000001; field
114 pub const FLAG_ONEWAY: TransactionFlags = sys::FLAG_ONEWAY; constant