Home
last modified time | relevance | path

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

/third_party/python/Tools/peg_generator/pegen/
Dgrammar.py291 def __init__(self, node: Plain, sign: str):
309 def __init__(self, node: Plain):
317 def __init__(self, node: Plain):
352 def __init__(self, node: Plain):
400 def __init__(self, separator: Plain, node: Plain):
460 Plain = Union[Leaf, Group] variable
Dparser_generator.py120 def name_loop(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/python/Lib/test/
Dtest_enum.py1108 class Plain(Enum): class