Home
last modified time | relevance | path

Searched defs:TypedVector (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h283 TypedVector(const uint8_t *data, uint8_t byte_width, Type element_type) in TypedVector() function
1201 template<typename F> size_t TypedVector(F f) { in TypedVector() function
1206 template<typename F, typename T> size_t TypedVector(F f, T &state) { in TypedVector() function
1211 template<typename F> size_t TypedVector(const char *key, F f) { in TypedVector() function
1217 size_t TypedVector(const char *key, F f, T &state) { in TypedVector() function
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java1093 public static class TypedVector extends Vector { class in FlexBuffers
1099 TypedVector(ReadBuf bb, int end, int byteWidth, int elemType) { in TypedVector() method in FlexBuffers.TypedVector
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py444 class TypedVector(Sized): class
1330 def TypedVector(self, key=None): member in Builder
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt609 public open class TypedVector( class