Home
last modified time | relevance | path

Searched defs:Sized (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
D_abcoll.py91 class Sized: class
/external/python/cpython3/Lib/
D_collections_abc.py359 class Sized(metaclass=ABCMeta): class
Dtyping.py1791 Sized = collections_abc.Sized # Not generic. variable
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java410 public static final int Sized = 0x7f120009; field in R.style
/external/scapy/scapy/contrib/
Dhttp2.py45 class Sized(object): pass class
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h211 Sized(const uint8_t *data, uint8_t byte_width) : Object(data, byte_width) {} in Sized() function