Home | History | Annotate | Download | only in generate

Lines Matching refs:kinds

32   def _CheckPackSequence(self, kinds, fields, offsets):
33 """Checks the pack order and offsets of a sequence of mojom.Kinds.
36 kinds: A sequence of mojom.Kinds that specify the fields that are to be
44 for kind in kinds:
49 self.assertEquals(len(kinds), num_fields)
123 kinds = (mojom.INT32, mojom.Interface('test_interface'))
126 self._CheckPackSequence(kinds, fields, offsets)
132 kinds = (mojom.INT32,
136 self._CheckPackSequence(kinds, fields, offsets)