Home
last modified time | relevance | path

Searched defs:Production (Results 1 – 4 of 4) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
DProduction.java26 interface Production { interface
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/
DProduction.java33 public enum Production { enum
/external/v8/src/wasm/
Dast-decoder.cc45 struct Production { struct
46 Tree* tree; // the root of the syntax tree.
47 int index; // the current index into the children of the tree.
49 WasmOpcode opcode() const { return static_cast<WasmOpcode>(*pc()); } in opcode()
50 const byte* pc() const { return tree->pc; } in pc()
51 bool done() const { return index >= static_cast<int>(tree->count); } in done()
52 Tree* last() const { return index > 0 ? tree->children[index - 1] : nullptr; } in last()
/external/selinux/sepolgen/src/sepolgen/
Dyacc.py550 class Production: class