Lines Matching defs:scalars
721 elif self.attr['type'] in scalars:
742 if self.attr['type'] in scalars:
772 if self.attr['type'] in scalars:
804 elif self.attr['sub-type'] in scalars:
824 if self.attr['sub-type'] in scalars:
845 if self.sub_type in scalars:
1111 if elem['type'] in scalars:
1124 elif elem.get('sub-type') in scalars:
1824 scalars = {'u8', 'u16', 'u32', 'u64', 's8', 's16', 's32', 's64', 'uint', 'sint'}
2125 elif aspec['sub-type'] in scalars:
2203 elif aspec.sub_type in scalars:
2229 elif aspec.type in scalars: