Home
last modified time | relevance | path

Searched defs:Plain (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Tools/peg_generator/pegen/
Dgrammar.py214 def __init__(self, node: Plain):
225 def __init__(self, node: Plain, sign: str):
237 def __init__(self, node: Plain):
245 def __init__(self, node: Plain):
274 def __init__(self, node: Plain):
309 def __init__(self, separator: Plain, node: Plain):
357 Plain = Union[Leaf, Group] variable
Dparser_generator.py177 def artificial_rule_from_repeat(self, node: Plain, is_repeat1: bool) -> str:
/third_party/googletest/googletest/include/gtest/hwext/
Dgtest-ext.h45 Plain, Fixtured, Typed, PatternTyped, Parameterized enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h360 enum { Plain, Empty, Tombstone } State = Plain; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp63 enum { Plain, Empty, Tombstone } State = Plain; enumerator
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h1219 static StateValueDescriptor Plain(MachineType type) { in Plain() function
/third_party/python/Lib/test/
Dtest_enum.py1525 class Plain(Enum): class