Searched defs:FLAG_ONEWAY (Results 1 – 7 of 7) sorted by relevance
50 FLAG_ONEWAY = 0x01, enumerator
79 FLAG_ONEWAY = 0x00000001, enumerator
88 FLAG_ONEWAY = FLAG_ONEWAY, enumerator
176 int FLAG_ONEWAY = 0x00000001; field
50 private const val FLAG_ONEWAY = 1 constant
208 pub const FLAG_ONEWAY: TransactionFlags = sys::FLAG_ONEWAY; constant