Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/util/
Dslice_test.cc51 TEST_F(SliceTest, Sized) { in TEST_F() argument
/external/python/cpython2/Lib/
D_abcoll.py91 class Sized: class
/external/python/cpython3/Lib/
D_collections_abc.py359 class Sized(metaclass=ABCMeta): class
Dtyping.py1201 Sized = _alias(collections.abc.Sized, ()) # Not generic. variable
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java589 public static final int Sized=0x7f12000e; field in R.style
/external/scapy/scapy/contrib/
Dhttp2.py45 class Sized(object): pass class
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h218 Sized(const uint8_t *data, uint8_t byte_width) : Object(data, byte_width) {} in Sized() function