|
| void | initiateSmallBytes (smallBytest *self) |
| |
| void | registerMethodsSmallBytes (smallBytesFunctionst *f) |
| |
| void | initiateAllocateSmallBytes (smallBytest **self) |
| |
| void | finalizeRecycleSmallBytes (void *arg UNUSED) |
| |
| void | finalizeSmallBytes (void) |
| |
| smallBytest * | allocSmallBytes (void *data, uint32_t size) |
| |
| void | cleanUpSmallBytesTerminateG (smallBytest **val) |
| |
| void | cleanUpSmallBytesFreeLocalG (smallBytest *val) |
| |
| void | cleanUpSmallBytesFreeG (smallBytest **val) |
| |
| void | cleanUpSmallBytesFinishG (smallBytest **val) |
| |
| internal void | freeSmallBytes (smallBytest *self) |
| |
| internal void | terminateSmallBytes (smallBytest **self) |
| |
| internal void | finishSmallBytes (smallBytest **self) |
| |
| internal const char * | helpSmallBytes (smallBytest UNUSED *self) |
| |
| internal char * | toStringSmallBytes (smallBytest *self) |
| |
| internal smallBytest * | duplicateSmallBytes (smallBytest *self) |
| |
| internal void * | getSmallBytes (smallBytest *self) |
| |
| internal smallBytest * | setSmallBytes (smallBytest *self, void *data, uint32_t size) |
| |
| internal smallBytest * | pushSmallBytes (smallBytest *self, char data) |
| |
| internal smallBytest * | pushBufferSmallBytes (smallBytest *self, void *data, uint32_t size) |
| |
| internal char | getAtSmallBytes (smallBytest *self, int64_t index) |
| |
| internal size_t | lenSmallBytes (smallBytest *self) |
| |
| internal bool | isEmptySmallBytes (smallBytest *self) |
| |
| internal smallBytest * | readFileSmallBytes (smallBytest *self, const char *filePath) |
| |
| internal smallBytest * | readFileSmallJsonSmallBytes (smallBytest *self, smallJsont *filePath) |
| |
| internal smallBytest * | readFileSmallStringSmallBytes (smallBytest *self, smallStringt *filePath) |
| |
| internal smallBytest * | readStreamSmallBytes (smallBytest *self, FILE *fp) |
| |
| internal int | writeFileSmallBytes (smallBytest *self, const char *filePath) |
| |
| internal int | writeFileSmallJsonSmallBytes (smallBytest *self, smallJsont *filePath) |
| |
| internal int | writeFileSmallStringSmallBytes (smallBytest *self, smallStringt *filePath) |
| |
| internal int | writeStreamSmallBytes (smallBytest *self, FILE *fp) |
| |
| internal int | appendFileSmallBytes (smallBytest *self, const char *filePath) |
| |
| internal int | appendFileSmallStringSmallBytes (smallBytest *self, smallStringt *filePath) |
| |
| internal bool | equalSmallBytes (smallBytest *self, smallBytest *value) |
| |
| internal bool | equalSmallBytesBool (smallBytest *self, bool value) |
| |
| internal bool | equalSmallBytesDouble (smallBytest *self, double value) |
| |
| internal bool | equalSmallBytesInt64 (smallBytest *self, int64_t value) |
| |
| internal bool | equalSmallBytesInt32 (smallBytest *self, int32_t value) |
| |
| internal bool | equalSmallBytesUint32 (smallBytest *self, uint32_t value) |
| |
| internal bool | equalSmallBytesUint64 (smallBytest *self, uint64_t value) |
| |
| internal bool | equalSmallBytesSmallBool (smallBytest *self, smallBoolt *value) |
| |
| internal bool | equalSmallBytesSmallDouble (smallBytest *self, smallDoublet *value) |
| |
| internal bool | equalSmallBytesSmallInt (smallBytest *self, smallIntt *value) |
| |
| internal bool | equalSmallBytesChar (smallBytest *self, const char *value) |
| |
| internal bool | equalSmallBytesSmallString (smallBytest *self, smallStringt *value) |
| |
| internal bool | equalSmallBytesBase (smallBytest *self, baset *value) |
| |
| smallBytest * | duplicateSmallBytesG (smallBytest *self) |
| |
| smallBytest * | setSmallBytesG (smallBytest *self, void *data, uint32_t size) |
| |
| char | getAtSmallBytesG (smallBytest *self, char retType UNUSED, int64_t index) |
| |
| smallBytest * | pushSmallBytesG (smallBytest *self, char data) |
| |
| size_t | lenSmallBytesG (smallBytest *self) |
| |
| bool | isEmptySmallBytesG (smallBytest *self) |
| |
| smallBytest * | readFileSmallBytesG (smallBytest *self, const char *filePath) |
| |
| smallBytest * | readFileSmallJsonSmallBytesG (smallBytest *self, smallJsont *filePath) |
| |
| smallBytest * | readFileSmallStringSmallBytesG (smallBytest *self, smallStringt *filePath) |
| |
| smallBytest * | readStreamSmallBytesG (smallBytest *self, FILE *fp) |
| |
| int | writeFileSmallBytesG (smallBytest *self, const char *filePath) |
| |
| int | writeFileSmallJsonSmallBytesG (smallBytest *self, smallJsont *filePath) |
| |
| int | writeFileSmallStringSmallBytesG (smallBytest *self, smallStringt *filePath) |
| |
| int | writeStreamSmallBytesG (smallBytest *self, FILE *fp) |
| |
| int | appendFileSmallBytesG (smallBytest *self, const char *filePath) |
| |
| int | appendFileSmallStringSmallBytesG (smallBytest *self, smallStringt *filePath) |
| |
| bool | equalSmallBytesG (smallBytest *self, smallBytest *value) |
| |
| bool | equalSmallBytesBoolG (smallBytest *self, bool value) |
| |
| bool | equalSmallBytesDoubleG (smallBytest *self, double value) |
| |
| bool | equalSmallBytesInt64G (smallBytest *self, int64_t value) |
| |
| bool | equalSmallBytesInt32G (smallBytest *self, int32_t value) |
| |
| bool | equalSmallBytesUint32G (smallBytest *self, uint32_t value) |
| |
| bool | equalSmallBytesUint64G (smallBytest *self, uint64_t value) |
| |
| bool | equalSmallBytesSmallBoolG (smallBytest *self, smallBoolt *value) |
| |
| bool | equalSmallBytesSmallDoubleG (smallBytest *self, smallDoublet *value) |
| |
| bool | equalSmallBytesSmallIntG (smallBytest *self, smallIntt *value) |
| |
| bool | equalSmallBytesCharG (smallBytest *self, const char *value) |
| |
| bool | equalSmallBytesSmallStringG (smallBytest *self, smallStringt *value) |
| |
| bool | equalSmallBytesBaseG (smallBytest *self, baset *value) |
| |
| void | freeSmallBytesG (smallBytest *self) |
| |