Searched defs:SimpleKey (Results 1 – 5 of 5) 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
18 static class SimpleKey { class in TestJsonSerialize221 public SimpleKey(String str) { key = str; } in SimpleKey() method in TestJsonSerialize2.SimpleKey
179 struct SimpleKey { struct180 TokenQueueT::iterator Tok;181 unsigned Column = 0;182 unsigned Line = 0;183 unsigned FlowLevel = 0;184 bool IsRequired = false;186 bool operator ==(const SimpleKey &Other) { in operator ==()
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 ==()
35 class SimpleKey: class