Searched defs:SimpleKey (Results 1 – 2 of 2) sorted by relevance
28 final class SimpleKey { class36 … public SimpleKey(int tokenNumber, boolean required, int index, int line, int column, Mark mark) { in SimpleKey() method in SimpleKey
195 struct SimpleKey { struct196 TokenQueueT::iterator Tok;197 unsigned Column;198 unsigned Line;199 unsigned FlowLevel;200 bool IsRequired;202 bool operator ==(const SimpleKey &Other) { in operator ==()