Searched defs:Plain (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Tools/peg_generator/pegen/ |
| D | grammar.py | 214 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
|
| D | parser_generator.py | 177 def artificial_rule_from_repeat(self, node: Plain, is_repeat1: bool) -> str:
|
| /third_party/googletest/googletest/include/gtest/hwext/ |
| D | gtest-ext.h | 45 Plain, Fixtured, Typed, PatternTyped, Parameterized enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | Wasm.h | 360 enum { Plain, Empty, Tombstone } State = Plain; enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | WasmObjectWriter.cpp | 63 enum { Plain, Empty, Tombstone } State = Plain; enumerator
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| D | instruction.h | 1219 static StateValueDescriptor Plain(MachineType type) { in Plain() function
|
| /third_party/python/Lib/test/ |
| D | test_enum.py | 1525 class Plain(Enum): class
|