Home
last modified time | relevance | path

Searched refs:SelectionKey (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCContext.h202 int SelectionKey; member
205 int SelectionKey, unsigned UniqueID) in COFFSectionKey()
207 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()
213 if (SelectionKey != Other.SelectionKey)
214 return SelectionKey < Other.SelectionKey;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h212 int SelectionKey; member
216 int SelectionKey, unsigned UniqueID) in COFFSectionKey()
218 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()
225 if (SelectionKey != Other.SelectionKey)
226 return SelectionKey < Other.SelectionKey;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
DChannelHelper.java23 import java.nio.channels.SelectionKey;
80 public static void close(SelectionKey key) { in close()