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.py292 def __init__(self, node: Plain):
309 def __init__(self, node: Plain, sign: str):
327 def __init__(self, node: Plain):
335 def __init__(self, node: Plain):
370 def __init__(self, node: Plain):
418 def __init__(self, separator: Plain, node: Plain):
478 Plain = Union[Leaf, Group] variable
Dparser_generator.py120 def name_loop(self, node: Plain, is_repeat1: bool) -> str:
/third_party/rust/crates/tracing/examples/examples/
Dfutures-proxy-server.rs91 Plain, enumerator
/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.py1165 class Plain(Enum): class