Home
last modified time | relevance | path

Searched refs:SimpleKey (Results 1 – 4 of 4) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/scanner/
DSimpleKeyTest.java23 SimpleKey key = new SimpleKey(1, false, 5, 3, 2, null); in testToString()
/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
DScannerImpl.java210 private Map<Integer, SimpleKey> possibleSimpleKeys;
217 this.possibleSimpleKeys = new LinkedHashMap<Integer, SimpleKey>(); in ScannerImpl()
453 … for (Iterator<SimpleKey> iterator = this.possibleSimpleKeys.values().iterator(); iterator in stalePossibleSimpleKeys()
455 SimpleKey key = iterator.next(); in stalePossibleSimpleKeys()
502 SimpleKey key = new SimpleKey(tokenNumber, required, reader.getIndex(), in savePossibleSimpleKey()
512 SimpleKey key = possibleSimpleKeys.remove(flowLevel); in removePossibleSimpleKey()
845 SimpleKey key = this.possibleSimpleKeys.remove(this.flowLevel); in fetchValue()
/external/llvm/lib/Support/
DYAMLParser.cpp195 struct SimpleKey { struct
202 bool operator ==(const SimpleKey &Other) { in operator ==() argument
566 SmallVector<SimpleKey, 4> SimpleKeys;
803 SimpleKey SK; in peekNext()
985 SimpleKey SK; in saveSimpleKeyCandidate()
996 for (SmallVectorImpl<SimpleKey>::iterator i = SimpleKeys.begin(); in removeStaleSimpleKeyCandidates()
1230 SimpleKey SK = SimpleKeys.pop_back_val(); in scanValue()