Searched defs:Sized (Results 1 – 6 of 6) sorted by relevance
91 class Sized: class
359 class Sized(metaclass=ABCMeta): class
1791 Sized = collections_abc.Sized # Not generic. variable
410 public static final int Sized = 0x7f120009; field in R.style
45 class Sized(object): pass class
211 Sized(const uint8_t *data, uint8_t byte_width) : Object(data, byte_width) {} in Sized() function