Home
last modified time | relevance | path

Searched defs:SimpleKey (Results 1 – 2 of 2) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
DSimpleKey.java28 final class SimpleKey { class
36 … public SimpleKey(int tokenNumber, boolean required, int index, int line, int column, Mark mark) { in SimpleKey() method in SimpleKey
/external/llvm/lib/Support/
DYAMLParser.cpp195 struct SimpleKey { struct
196 TokenQueueT::iterator Tok;
197 unsigned Column;
198 unsigned Line;
199 unsigned FlowLevel;
200 bool IsRequired;
202 bool operator ==(const SimpleKey &Other) { in operator ==()