Searched defs:Sized (Results 1 – 7 of 7) sorted by relevance
51 TEST_F(SliceTest, Sized) { in TEST_F() argument
91 class Sized: class
359 class Sized(metaclass=ABCMeta): class
1201 Sized = _alias(collections.abc.Sized, ()) # Not generic. variable
589 public static final int Sized=0x7f12000e; field in R.style
45 class Sized(object): pass class
218 Sized(const uint8_t *data, uint8_t byte_width) : Object(data, byte_width) {} in Sized() function