Searched refs:SelectionKey (Results 1 – 4 of 4) sorted by relevance
202 int SelectionKey; member205 int SelectionKey, unsigned UniqueID) in COFFSectionKey()207 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()213 if (SelectionKey != Other.SelectionKey)214 return SelectionKey < Other.SelectionKey;
230 int SelectionKey; member234 int SelectionKey, unsigned UniqueID) in COFFSectionKey()236 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()243 if (SelectionKey != Other.SelectionKey)244 return SelectionKey < Other.SelectionKey;
218 int SelectionKey; member222 int SelectionKey, unsigned UniqueID) in COFFSectionKey()224 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()231 if (SelectionKey != Other.SelectionKey)232 return SelectionKey < Other.SelectionKey;
23 import java.nio.channels.SelectionKey;80 public static void close(SelectionKey key) { in close()