Home | History | Annotate | Download | only in parse

Lines Matching refs:StructField

149                 [ast.StructField('a', None, None, 'int32', None),
150 ast.StructField('b', None, None, 'double', None)]))])
169 [ast.StructField('a', None, None, 'int32', None),
170 ast.StructField('b', None, None, 'double', None)]))])
196 ast.StructField('a', None, None, 'int32', None),
197 ast.StructField('b', None, None, 'SomeOtherStruct', None)]))])
413 ast.StructField('number', None, ast.Ordinal(0), 'int8',
459 [ast.StructField('a0', None, ast.Ordinal(0), 'int32', None),
460 ast.StructField('a1', None, ast.Ordinal(1), 'int32', None),
461 ast.StructField('a2', None, ast.Ordinal(2), 'int32', None),
462 ast.StructField('a9', None, ast.Ordinal(9), 'int32', None),
463 ast.StructField('a10', None, ast.Ordinal(10), 'int32', None),
464 ast.StructField('a11', None, ast.Ordinal(11), 'int32', None),
465 ast.StructField('a29', None, ast.Ordinal(29), 'int32', None),
466 ast.StructField('a1234567890', None, ast.Ordinal(1234567890),
549 ast.StructBody(ast.StructField('a', None, None, 'int32', None)))])
573 [ast.StructField('a', None, None, 'handle', None),
574 ast.StructField('b', None, None, 'handle<data_pipe_consumer>',
576 ast.StructField('c', None, None, 'handle<data_pipe_producer>',
578 ast.StructField('d', None, None, 'handle<message_pipe>', None),
579 ast.StructField('e', None, None, 'handle<shared_buffer>',
635 [ast.StructField('a0', None, None, 'int16', '0'),
636 ast.StructField('a1', None, None, 'uint16', '0x0'),
637 ast.StructField('a2', None, None, 'uint16', '0x00'),
638 ast.StructField('a3', None, None, 'uint16', '0x01'),
639 ast.StructField('a4', None, None, 'uint16', '0xcd'),
640 ast.StructField('a5' , None, None, 'int32', '12345'),
641 ast.StructField('a6', None, None, 'int64', '-12345'),
642 ast.StructField('a7', None, None, 'int64', '+12345'),
643 ast.StructField('a8', None, None, 'uint32', '0x12cd3'),
644 ast.StructField('a9', None, None, 'uint32', '-0x12cD3'),
645 ast.StructField('a10', None, None, 'uint32', '+0x12CD3'),
646 ast.StructField('a11', None, None, 'bool', 'true'),
647 ast.StructField('a12', None, None, 'bool', 'false'),
648 ast.StructField('a13', None, None, 'float', '1.2345'),
649 ast.StructField('a14', None, None, 'float', '-1.2345'),
650 ast.StructField('a15', None, None, 'float', '+1.2345'),
651 ast.StructField('a16', None, None, 'float', '123.'),
652 ast.StructField('a17', None, None, 'float', '.123'),
653 ast.StructField('a18', None, None, 'double', '1.23E10'),
654 ast.StructField('a19', None, None, 'double', '1.E-10'),
655 ast.StructField('a20', None, None, 'double', '.5E+10'),
656 ast.StructField('a21', None, None, 'double', '-1.23E10'),
657 ast.StructField('a22', None, None, 'double', '+.123E10')]))])
678 [ast.StructField('normal_array', None, None, 'int32[]', None),
679 ast.StructField('fixed_size_array_one_entry', None, None,
681 ast.StructField('fixed_size_array_ten_entries', None, None,
683 ast.StructField('nested_arrays', None, None,
698 ast.StructField('nested_array', None, None, 'int32[][]',
749 [ast.StructField('data', None, None, 'uint8{string}', None)]))])
777 [ast.StructField('data', None, None, 'uint8[]{string}',
1014 ast.StructField(
1183 [ast.StructField('a', None, None,'int32?', None),
1184 ast.StructField('b', None, None,'string?', None),
1185 ast.StructField('c', None, None,'int32[]?', None),
1186 ast.StructField('d', None, None,'string?[]?', None),
1187 ast.StructField('e', None, None,'int32[]?[]?', None),
1188 ast.StructField('f', None, None,'int32[1]?', None),
1189 ast.StructField('g', None, None,'string?[1]?', None),
1190 ast.StructField('h', None, None,'some_struct?', None),
1191 ast.StructField('i', None, None,'handle?', None),
1192 ast.StructField('j', None, None,'handle<data_pipe_consumer>?',
1194 ast.StructField('k', None, None,'handle<data_pipe_producer>?',
1196 ast.StructField('l', None, None,'handle<message_pipe>?', None),
1197 ast.StructField('m', None, None,'handle<shared_buffer>?',
1199 ast.StructField('n', None, None,'some_interface&?', None)]))])
1431 [ast.StructField('a', None, None,'asso<MyInterface>', None),
1432 ast.StructField('b', None, None,'asso<MyInterface&>', None),
1433 ast.StructField('c', None, None,'asso<MyInterface>?', None),
1434 ast.StructField('d', None, None,'asso<MyInterface&>?',