Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp179 struct SimpleKey { struct
180 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 ==()
/third_party/PyYAML/lib/yaml/
Dscanner.py35 class SimpleKey: class