Home
last modified time | relevance | path

Searched refs:StructBody (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dparser_unittest.py148 ast.StructBody(
168 ast.StructBody(
190 ast.StructBody(
411 ast.StructBody(
458 ast.StructBody(
549 ast.StructBody(ast.StructField('a', None, None, 'int32', None)))])
572 ast.StructBody(
634 ast.StructBody(
677 ast.StructBody(
697 ast.StructBody(
[all …]
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
Dast.py329 assert isinstance(body, StructBody) or body is None
367 class StructBody(NodeListBase): class
Dparser.py179 p[0] = ast.StructBody()