Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/util/
Dslice_test.cc57 TEST_F(SliceTest, Sized) { in TEST_F() argument
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java652 private static abstract class Sized extends Object { class in FlexBuffers
656 Sized(ReadBuf buff, int end, int byteWidth) { in Sized() method in FlexBuffers.Sized
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h221 Sized(const uint8_t *data, uint8_t byte_width) in Sized() function
224 Sized(const uint8_t *data, uint8_t byte_width, size_t sz) in Sized() function
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt520 public open class Sized internal constructor( class
/third_party/python/Lib/
D_collections_abc.py373 class Sized(metaclass=ABCMeta): class
Dtyping.py2079 Sized = _alias(collections.abc.Sized, 0) # Not generic. variable
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py333 class Sized(Object): class