Searched defs:Sized (Results 1 – 7 of 7) sorted by relevance
57 TEST_F(SliceTest, Sized) { in TEST_F() argument
652 private static abstract class Sized extends Object { class in FlexBuffers656 Sized(ReadBuf buff, int end, int byteWidth) { in Sized() method in FlexBuffers.Sized
221 Sized(const uint8_t *data, uint8_t byte_width) in Sized() function224 Sized(const uint8_t *data, uint8_t byte_width, size_t sz) in Sized() function
520 public open class Sized internal constructor( class
373 class Sized(metaclass=ABCMeta): class
2079 Sized = _alias(collections.abc.Sized, 0) # Not generic. variable
333 class Sized(Object): class