Searched defs:HdfSBufImpl (Results 1 – 1 of 1) sorted by relevance
25 struct HdfSBufImpl { struct35 bool (*writeInt8)(struct HdfSBufImpl *sbuf, int8_t value); argument38 bool (*writeFloat)(struct HdfSBufImpl *sbuf, float value); argument42 int (*readFileDescriptor)(struct HdfSBufImpl *sbuf); argument54 const char *(*readString)(struct HdfSBufImpl *sbuf); argument59 void (*flush)(struct HdfSBufImpl *sbuf); argument60 size_t (*getCapacity)(const struct HdfSBufImpl *sbuf); argument61 size_t (*getDataSize)(const struct HdfSBufImpl *sbuf); argument63 void (*recycle)(struct HdfSBufImpl *sbuf); argument64 struct HdfSBufImpl *(*move)(struct HdfSBufImpl *sbuf); argument[all …]