|
| void | initiateSmallDict (smallDictt *self) |
| |
| void | registerMethodsSmallDict (smallDictFunctionst *f) |
| |
| void | initiateAllocateSmallDict (smallDictt **self) |
| |
| void | finalizeRecycleSmallDict (void *arg UNUSED) |
| |
| void | finalizeSmallDict (void) |
| |
| smallDictt * | allocSmallDict (void) |
| |
| void | cleanUpSmallDictTerminateG (smallDictt **val) |
| |
| void | cleanUpSmallDictFreeLocalG (smallDictt *val) |
| |
| void | cleanUpSmallDictFreeG (smallDictt **val) |
| |
| void | cleanUpSmallDictFinishG (smallDictt **val) |
| |
| void | cleanUpSmallDictDisposeG (smallDictt *val) |
| |
| void | cleanUpSmallDictSmashG (smallDictt **val) |
| |
| internal void | freeSmallDict (smallDictt *self) |
| |
| internal void | terminateSmallDict (smallDictt **self) |
| |
| internal char * | toStringSmallDict (smallDictt *self) |
| |
| internal smallDictt * | duplicateSmallDict (smallDictt *self) |
| |
| internal char * | escapeSmallDict (smallDictt *self) |
| |
| internal void | disposeSmallDict (smallDictt *self) |
| |
| internal void | smashSmallDict (smallDictt **self) |
| |
| internal void | finishSmallDict (smallDictt **self) |
| |
| internal const char * | helpSmallDict (smallDictt UNUSED *self) |
| |
| internal void | resetSmallDict (smallDictt *self) |
| |
| internal sDictt * | getsoSmallDict (smallDictt *self) |
| |
| internal void | setsoSmallDict (smallDictt *self, sDictt *so) |
| |
| internal smallDictt * | mirrorSmallDict (smallDictt *self) |
| |
| internal smallDictt * | setSmallDict (smallDictt *self, const char *key, baset *value) |
| |
| internal smallDictt * | setUndefinedSmallDict (smallDictt *self, const char *key) |
| |
| internal smallDictt * | setBoolSmallDict (smallDictt *self, const char *key, bool value) |
| |
| internal smallDictt * | setDoubleSmallDict (smallDictt *self, const char *key, double value) |
| |
| internal smallDictt * | setIntSmallDict (smallDictt *self, const char *key, int64_t value) |
| |
| internal smallDictt * | setSSmallDict (smallDictt *self, const char *key, const char *string) |
| |
| internal smallDictt * | setCharSmallDict (smallDictt *self, const char *key, char c) |
| |
| internal smallDictt * | setDictSmallDict (smallDictt *self, const char *key, smallDictt *dict) |
| |
| internal smallDictt * | setArraySmallDict (smallDictt *self, const char *key, smallArrayt *array) |
| |
| internal smallDictt * | setArraycSmallDict (smallDictt *self, const char *key, char **array) |
| |
| internal smallDictt * | setCArraycSmallDict (smallDictt *self, const char *key, const char **array) |
| |
| internal smallDictt * | setSmallBoolSmallDict (smallDictt *self, const char *key, smallBoolt *value) |
| |
| internal smallDictt * | setSmallBytesSmallDict (smallDictt *self, const char *key, smallBytest *value) |
| |
| internal smallDictt * | setSmallDoubleSmallDict (smallDictt *self, const char *key, smallDoublet *value) |
| |
| internal smallDictt * | setSmallIntSmallDict (smallDictt *self, const char *key, smallIntt *value) |
| |
| internal smallDictt * | setSmallJsonSmallDict (smallDictt *self, const char *key, smallJsont *value) |
| |
| internal smallDictt * | setSmallStringSmallDict (smallDictt *self, const char *key, smallStringt *string) |
| |
| internal smallDictt * | setSmallContainerSmallDict (smallDictt *self, const char *key, smallContainert *container) |
| |
| internal smallDictt * | setKCharSmallDict (smallDictt *self, char key, baset *value) |
| |
| internal smallDictt * | setUndefinedKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallDictt * | setBoolKCharSmallDict (smallDictt *self, char key, bool value) |
| |
| internal smallDictt * | setDoubleKCharSmallDict (smallDictt *self, char key, double value) |
| |
| internal smallDictt * | setIntKCharSmallDict (smallDictt *self, char key, int64_t value) |
| |
| internal smallDictt * | setSKCharSmallDict (smallDictt *self, char key, const char *string) |
| |
| internal smallDictt * | setCharKCharSmallDict (smallDictt *self, char key, char c) |
| |
| internal smallDictt * | setDictKCharSmallDict (smallDictt *self, char key, smallDictt *dict) |
| |
| internal smallDictt * | setArrayKCharSmallDict (smallDictt *self, char key, smallArrayt *array) |
| |
| internal smallDictt * | setArraycKCharSmallDict (smallDictt *self, char key, char **array) |
| |
| internal smallDictt * | setCArraycKCharSmallDict (smallDictt *self, char key, const char **array) |
| |
| internal smallDictt * | setSmallBoolKCharSmallDict (smallDictt *self, char key, smallBoolt *value) |
| |
| internal smallDictt * | setSmallBytesKCharSmallDict (smallDictt *self, char key, smallBytest *value) |
| |
| internal smallDictt * | setSmallDoubleKCharSmallDict (smallDictt *self, char key, smallDoublet *value) |
| |
| internal smallDictt * | setSmallIntKCharSmallDict (smallDictt *self, char key, smallIntt *value) |
| |
| internal smallDictt * | setSmallJsonKCharSmallDict (smallDictt *self, char key, smallJsont *value) |
| |
| internal smallDictt * | setSmallStringKCharSmallDict (smallDictt *self, char key, smallStringt *string) |
| |
| internal smallDictt * | setSmallContainerKCharSmallDict (smallDictt *self, char key, smallContainert *container) |
| |
| internal smallDictt * | setNFreeSmallDict (smallDictt *self, const char *key, baset *value) |
| |
| internal smallDictt * | setNFreeUndefinedSmallDict (smallDictt *self, const char *key, undefinedt *u) |
| |
| internal smallDictt * | setNFreeSSmallDict (smallDictt *self, const char *key, char *string) |
| |
| internal smallDictt * | setNFreeDictSmallDict (smallDictt *self, const char *key, smallDictt *dict) |
| |
| internal smallDictt * | setNFreeArraySmallDict (smallDictt *self, const char *key, smallArrayt *array) |
| |
| internal smallDictt * | setNFreeArraycSmallDict (smallDictt *self, const char *key, char **array) |
| |
| internal smallDictt * | setNFreeSmallBoolSmallDict (smallDictt *self, const char *key, smallBoolt *value) |
| |
| internal smallDictt * | setNFreeSmallBytesSmallDict (smallDictt *self, const char *key, smallBytest *value) |
| |
| internal smallDictt * | setNFreeSmallDoubleSmallDict (smallDictt *self, const char *key, smallDoublet *value) |
| |
| internal smallDictt * | setNFreeSmallIntSmallDict (smallDictt *self, const char *key, smallIntt *value) |
| |
| internal smallDictt * | setNFreeSmallJsonSmallDict (smallDictt *self, const char *key, smallJsont *value) |
| |
| internal smallDictt * | setNFreeSmallStringSmallDict (smallDictt *self, const char *key, smallStringt *string) |
| |
| internal smallDictt * | setNFreeSmallContainerSmallDict (smallDictt *self, const char *key, smallContainert *container) |
| |
| internal smallDictt * | setNFreeKCharSmallDict (smallDictt *self, char key, baset *value) |
| |
| internal smallDictt * | setNFreeUndefinedKCharSmallDict (smallDictt *self, char key, undefinedt *u) |
| |
| internal smallDictt * | setNFreeSKCharSmallDict (smallDictt *self, char key, char *string) |
| |
| internal smallDictt * | setNFreeDictKCharSmallDict (smallDictt *self, char key, smallDictt *dict) |
| |
| internal smallDictt * | setNFreeArrayKCharSmallDict (smallDictt *self, char key, smallArrayt *array) |
| |
| internal smallDictt * | setNFreeArraycKCharSmallDict (smallDictt *self, char key, char **array) |
| |
| internal smallDictt * | setNFreeSmallBoolKCharSmallDict (smallDictt *self, char key, smallBoolt *value) |
| |
| internal smallDictt * | setNFreeSmallBytesKCharSmallDict (smallDictt *self, char key, smallBytest *value) |
| |
| internal smallDictt * | setNFreeSmallDoubleKCharSmallDict (smallDictt *self, char key, smallDoublet *value) |
| |
| internal smallDictt * | setNFreeSmallIntKCharSmallDict (smallDictt *self, char key, smallIntt *value) |
| |
| internal smallDictt * | setNFreeSmallJsonKCharSmallDict (smallDictt *self, char key, smallJsont *value) |
| |
| internal smallDictt * | setNFreeSmallStringKCharSmallDict (smallDictt *self, char key, smallStringt *string) |
| |
| internal smallDictt * | setNFreeSmallContainerKCharSmallDict (smallDictt *self, char key, smallContainert *container) |
| |
| internal smallDictt * | setPDictSmallDict (smallDictt *self, const char *key, smallDictt *dict) |
| |
| internal smallDictt * | setPArraySmallDict (smallDictt *self, const char *key, smallArrayt *array) |
| |
| internal smallDictt * | setPSmallJsonSmallDict (smallDictt *self, const char *key, smallJsont *json) |
| |
| internal smallDictt * | setPSmallStringSmallDict (smallDictt *self, const char *key, smallStringt *string) |
| |
| internal smallDictt * | setNFreePDictSmallDict (smallDictt *self, const char *key, smallDictt *dict) |
| |
| internal smallDictt * | setNFreePArraySmallDict (smallDictt *self, const char *key, smallArrayt *array) |
| |
| internal smallDictt * | setNFreePSmallJsonSmallDict (smallDictt *self, const char *key, smallJsont *json) |
| |
| internal smallDictt * | setNFreePSmallStringSmallDict (smallDictt *self, const char *key, smallStringt *string) |
| |
| internal smallDictt * | setPArrayKCharSmallDict (smallDictt *self, char key, smallArrayt *array) |
| |
| internal smallDictt * | setPDictKCharSmallDict (smallDictt *self, char key, smallDictt *dict) |
| |
| internal smallDictt * | setPSmallJsonKCharSmallDict (smallDictt *self, char key, smallJsont *json) |
| |
| internal smallDictt * | setPSmallStringKCharSmallDict (smallDictt *self, char key, smallStringt *string) |
| |
| internal smallDictt * | setNFreePArrayKCharSmallDict (smallDictt *self, char key, smallArrayt *array) |
| |
| internal smallDictt * | setNFreePDictKCharSmallDict (smallDictt *self, char key, smallDictt *dict) |
| |
| internal smallDictt * | setNFreePSmallJsonKCharSmallDict (smallDictt *self, char key, smallJsont *json) |
| |
| internal smallDictt * | setNFreePSmallStringKCharSmallDict (smallDictt *self, char key, smallStringt *string) |
| |
| internal baset * | getSmallDict (smallDictt *self, const char *key) |
| |
| internal undefinedt * | getUndefinedSmallDict (smallDictt *self, const char *key) |
| |
| internal bool | getBoolSmallDict (smallDictt *self, const char *key) |
| |
| internal bool * | getBoolPSmallDict (smallDictt *self, const char *key) |
| |
| internal double | getDoubleSmallDict (smallDictt *self, const char *key) |
| |
| internal double * | getDoublePSmallDict (smallDictt *self, const char *key) |
| |
| internal int64_t | getIntSmallDict (smallDictt *self, const char *key) |
| |
| internal int64_t * | getIntPSmallDict (smallDictt *self, const char *key) |
| |
| internal int32_t | getInt32SmallDict (smallDictt *self, const char *key) |
| |
| internal int32_t * | getInt32PSmallDict (smallDictt *self, const char *key) |
| |
| internal uint64_t | getUintSmallDict (smallDictt *self, const char *key) |
| |
| internal uint64_t * | getUintPSmallDict (smallDictt *self, const char *key) |
| |
| internal uint32_t | getUint32SmallDict (smallDictt *self, const char *key) |
| |
| internal uint32_t * | getUint32PSmallDict (smallDictt *self, const char *key) |
| |
| internal char * | getSSmallDict (smallDictt *self, const char *key) |
| |
| internal smallDictt * | getDictSmallDict (smallDictt *self, const char *key) |
| |
| internal smallArrayt * | getArraySmallDict (smallDictt *self, const char *key) |
| |
| internal smallBoolt * | getSmallBoolSmallDict (smallDictt *self, const char *key) |
| |
| internal smallBytest * | getSmallBytesSmallDict (smallDictt *self, const char *key) |
| |
| internal smallDoublet * | getSmallDoubleSmallDict (smallDictt *self, const char *key) |
| |
| internal smallIntt * | getSmallIntSmallDict (smallDictt *self, const char *key) |
| |
| internal smallJsont * | getSmallJsonSmallDict (smallDictt *self, const char *key) |
| |
| internal smallStringt * | getSmallStringSmallDict (smallDictt *self, const char *key) |
| |
| internal void * | getVoidSmallDict (smallDictt *self, const char *key) |
| |
| internal smallContainert * | getSmallContainerSmallDict (smallDictt *self, const char *key) |
| |
| internal baset * | getKCharSmallDict (smallDictt *self, char key) |
| |
| internal undefinedt * | getUndefinedKCharSmallDict (smallDictt *self, char key) |
| |
| internal bool | getBoolKCharSmallDict (smallDictt *self, char key) |
| |
| internal bool * | getBoolPKCharSmallDict (smallDictt *self, char key) |
| |
| internal double | getDoubleKCharSmallDict (smallDictt *self, char key) |
| |
| internal double * | getDoublePKCharSmallDict (smallDictt *self, char key) |
| |
| internal int64_t | getIntKCharSmallDict (smallDictt *self, char key) |
| |
| internal int64_t * | getIntPKCharSmallDict (smallDictt *self, char key) |
| |
| internal int32_t | getInt32KCharSmallDict (smallDictt *self, char key) |
| |
| internal int32_t * | getInt32PKCharSmallDict (smallDictt *self, char key) |
| |
| internal uint64_t | getUintKCharSmallDict (smallDictt *self, char key) |
| |
| internal uint64_t * | getUintPKCharSmallDict (smallDictt *self, char key) |
| |
| internal uint32_t | getUint32KCharSmallDict (smallDictt *self, char key) |
| |
| internal uint32_t * | getUint32PKCharSmallDict (smallDictt *self, char key) |
| |
| internal char * | getSKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallDictt * | getDictKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallArrayt * | getArrayKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallBoolt * | getSmallBoolKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallBytest * | getSmallBytesKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallDoublet * | getSmallDoubleKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallIntt * | getSmallIntKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallJsont * | getSmallJsonKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallStringt * | getSmallStringKCharSmallDict (smallDictt *self, char key) |
| |
| internal void * | getVoidKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallContainert * | getSmallContainerKCharSmallDict (smallDictt *self, char key) |
| |
| internal baset * | getNDupSmallDict (smallDictt *self, const char *key) |
| |
| internal undefinedt * | getNDupUndefinedSmallDict (smallDictt *self, const char *key) |
| |
| internal bool | getNDupBoolSmallDict (smallDictt *self, const char *key) |
| |
| internal double | getNDupDoubleSmallDict (smallDictt *self, const char *key) |
| |
| internal int64_t | getNDupIntSmallDict (smallDictt *self, const char *key) |
| |
| internal int32_t | getNDupInt32SmallDict (smallDictt *self, const char *key) |
| |
| internal uint64_t | getNDupUintSmallDict (smallDictt *self, const char *key) |
| |
| internal uint32_t | getNDupUint32SmallDict (smallDictt *self, const char *key) |
| |
| internal char * | getNDupSSmallDict (smallDictt *self, const char *key) |
| |
| internal smallDictt * | getNDupDictSmallDict (smallDictt *self, const char *key) |
| |
| internal smallArrayt * | getNDupArraySmallDict (smallDictt *self, const char *key) |
| |
| internal smallBoolt * | getNDupSmallBoolSmallDict (smallDictt *self, const char *key) |
| |
| internal smallBytest * | getNDupSmallBytesSmallDict (smallDictt *self, const char *key) |
| |
| internal smallDoublet * | getNDupSmallDoubleSmallDict (smallDictt *self, const char *key) |
| |
| internal smallIntt * | getNDupSmallIntSmallDict (smallDictt *self, const char *key) |
| |
| internal smallJsont * | getNDupSmallJsonSmallDict (smallDictt *self, const char *key) |
| |
| internal smallStringt * | getNDupSmallStringSmallDict (smallDictt *self, const char *key) |
| |
| internal void * | getNDupVoidSmallDict (smallDictt *self, const char *key) |
| |
| internal smallContainert * | getNDupSmallContainerSmallDict (smallDictt *self, const char *key) |
| |
| internal baset * | getNDupKCharSmallDict (smallDictt *self, char key) |
| |
| internal undefinedt * | getNDupUndefinedKCharSmallDict (smallDictt *self, char key) |
| |
| internal bool | getNDupBoolKCharSmallDict (smallDictt *self, char key) |
| |
| internal double | getNDupDoubleKCharSmallDict (smallDictt *self, char key) |
| |
| internal int64_t | getNDupIntKCharSmallDict (smallDictt *self, char key) |
| |
| internal int32_t | getNDupInt32KCharSmallDict (smallDictt *self, char key) |
| |
| internal uint64_t | getNDupUintKCharSmallDict (smallDictt *self, char key) |
| |
| internal uint32_t | getNDupUint32KCharSmallDict (smallDictt *self, char key) |
| |
| internal char * | getNDupSKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallDictt * | getNDupDictKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallArrayt * | getNDupArrayKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallBoolt * | getNDupSmallBoolKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallBytest * | getNDupSmallBytesKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallDoublet * | getNDupSmallDoubleKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallIntt * | getNDupSmallIntKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallJsont * | getNDupSmallJsonKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallStringt * | getNDupSmallStringKCharSmallDict (smallDictt *self, char key) |
| |
| internal void * | getNDupVoidKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallContainert * | getNDupSmallContainerKCharSmallDict (smallDictt *self, char key) |
| |
| internal double | getNumSmallDict (smallDictt *self, const char *key) |
| |
| internal baset * | cropElemSmallDict (smallDictt *self, const char *key) |
| |
| internal undefinedt * | cropElemUndefinedSmallDict (smallDictt *self, const char *key) |
| |
| internal bool | cropElemBoolSmallDict (smallDictt *self, const char *key) |
| |
| internal double | cropElemDoubleSmallDict (smallDictt *self, const char *key) |
| |
| internal int64_t | cropElemIntSmallDict (smallDictt *self, const char *key) |
| |
| internal int32_t | cropElemInt32SmallDict (smallDictt *self, const char *key) |
| |
| internal uint64_t | cropElemUintSmallDict (smallDictt *self, const char *key) |
| |
| internal uint32_t | cropElemUint32SmallDict (smallDictt *self, const char *key) |
| |
| internal char * | cropElemSSmallDict (smallDictt *self, const char *key) |
| |
| internal smallDictt * | cropElemDictSmallDict (smallDictt *self, const char *key) |
| |
| internal smallArrayt * | cropElemArraySmallDict (smallDictt *self, const char *key) |
| |
| internal smallBoolt * | cropElemSmallBoolSmallDict (smallDictt *self, const char *key) |
| |
| internal smallBytest * | cropElemSmallBytesSmallDict (smallDictt *self, const char *key) |
| |
| internal smallDoublet * | cropElemSmallDoubleSmallDict (smallDictt *self, const char *key) |
| |
| internal smallIntt * | cropElemSmallIntSmallDict (smallDictt *self, const char *key) |
| |
| internal smallJsont * | cropElemSmallJsonSmallDict (smallDictt *self, const char *key) |
| |
| internal smallStringt * | cropElemSmallStringSmallDict (smallDictt *self, const char *key) |
| |
| internal void * | cropElemVoidSmallDict (smallDictt *self, const char *key) |
| |
| internal smallContainert * | cropElemSmallContainerSmallDict (smallDictt *self, const char *key) |
| |
| internal smallDictt * | delSmallDict (smallDictt *self, const char *key) |
| |
| internal smallDictt * | delKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallDictt * | removeSmallDict (smallDictt *self, const char *key) |
| |
| internal smallDictt * | removeKCharSmallDict (smallDictt *self, char key) |
| |
| internal bool | hasSmallDict (smallDictt *self, const char *key) |
| |
| internal bool | hasKCharSmallDict (smallDictt *self, char key) |
| |
| internal char * | keyBySmallDict (smallDictt *self, baset *value) |
| |
| internal char * | keyByUndefinedSmallDict (smallDictt *self, undefinedt *u) |
| |
| internal char * | keyByBoolSmallDict (smallDictt *self, bool value) |
| |
| internal char * | keyByDoubleSmallDict (smallDictt *self, double value) |
| |
| internal char * | keyByIntSmallDict (smallDictt *self, int64_t value) |
| |
| internal char * | keyBySSmallDict (smallDictt *self, const char *string) |
| |
| internal char * | keyByCharSmallDict (smallDictt *self, char c) |
| |
| internal char * | keyByDictSmallDict (smallDictt *self, smallDictt *dict) |
| |
| internal char * | keyByArraySmallDict (smallDictt *self, smallArrayt *array) |
| |
| internal char * | keyByArraycSmallDict (smallDictt *self, char **array) |
| |
| internal char * | keyByCArraycSmallDict (smallDictt *self, const char **array) |
| |
| internal char * | keyBySmallBoolSmallDict (smallDictt *self, smallBoolt *value) |
| |
| internal char * | keyBySmallBytesSmallDict (smallDictt *self, smallBytest *value) |
| |
| internal char * | keyBySmallDoubleSmallDict (smallDictt *self, smallDoublet *value) |
| |
| internal char * | keyBySmallIntSmallDict (smallDictt *self, smallIntt *value) |
| |
| internal char * | keyBySmallJsonSmallDict (smallDictt *self, smallJsont *string) |
| |
| internal char * | keyBySmallStringSmallDict (smallDictt *self, smallStringt *string) |
| |
| internal char * | keyBySmallContainerSmallDict (smallDictt *self, smallContainert *container) |
| |
| internal char * | icKeyBySmallDict (smallDictt *self, baset *value) |
| |
| internal char * | icKeyBySSmallDict (smallDictt *self, const char *string) |
| |
| internal char * | icKeyByCharSmallDict (smallDictt *self, char c) |
| |
| internal char * | icKeyByDictSmallDict (smallDictt *self, smallDictt *dict) |
| |
| internal char * | icKeyByArraySmallDict (smallDictt *self, smallArrayt *array) |
| |
| internal char * | icKeyByArraycSmallDict (smallDictt *self, char **array) |
| |
| internal char * | icKeyByCArraycSmallDict (smallDictt *self, const char **array) |
| |
| internal char * | icKeyBySmallJsonSmallDict (smallDictt *self, smallJsont *string) |
| |
| internal char * | icKeyBySmallStringSmallDict (smallDictt *self, smallStringt *string) |
| |
| internal smallDictt * | trimSmallDict (smallDictt *self) |
| |
| internal char ** | keysSmallDict (smallDictt *self) |
| |
| internal smallArrayt * | keysSmallStringSmallDict (smallDictt *self) |
| |
| internal smallArrayt * | valuesSmallDict (smallDictt *self) |
| |
| internal smallDictt * | mergeSmallDict (smallDictt *self, smallDictt *smallDict) |
| |
| internal smallDictt * | mergeSmallJsonSmallDict (smallDictt *self, smallJsont *json) |
| |
| internal smallDictt * | mergeNSmashSmallDict (smallDictt *self, smallDictt *smallDict) |
| |
| internal smallDictt * | mergeNSmashSmallJsonSmallDict (smallDictt *self, smallJsont *json) |
| |
| internal smallDictt * | appendSmallDict (smallDictt *self, smallDictt *smallDict) |
| |
| internal smallDictt * | appendNSmashSmallDict (smallDictt *self, smallDictt *smallDict) |
| |
| internal bool | equalSmallDictBase (smallDictt *self, baset *p2) |
| |
| internal bool | equalSmallDictSmallJson (smallDictt *self, smallJsont *p2) |
| |
| internal bool | equalSmallDict (smallDictt *self, smallDictt *p2) |
| |
| internal bool | icEqualSmallDictBase (smallDictt *self, baset *p2) |
| |
| internal bool | icEqualSmallDictSmallJson (smallDictt *self, smallJsont *p2) |
| |
| internal bool | icEqualSmallDict (smallDictt *self, smallDictt *p2) |
| |
| internal size_t | lenSmallDict (smallDictt *self) |
| |
| internal smallDictt * | emptySmallDict (smallDictt *self) |
| |
| internal bool | isEmptySmallDict (smallDictt *self) |
| |
| internal void | enumerateSmallDictF (smallDictt *self, void *closure, enumerateElementSmallDictFt funcElem) |
| |
| internal baset * | iterStartSmallDict (smallDictt *self) |
| |
| internal const char * | iterStartKeySmallDict (smallDictt *self) |
| |
| internal baset * | iterNextSmallDict (smallDictt *self) |
| |
| internal const char * | iterNextKeySmallDict (smallDictt *self) |
| |
| internal baset * | iterElementSmallDict (smallDictt *self) |
| |
| internal const char * | iterKeySmallDict (smallDictt *self) |
| |
| internal smallDictt * | zipSmallDict (smallDictt *self, smallArrayt *keys, smallArrayt *values) |
| |
| internal smallDictt * | zipSmallJsonSmallDict (smallDictt *self, smallArrayt *keys, smallJsont *values) |
| |
| internal smallDictt * | zipSmallJsonSmallArraySmallDict (smallDictt *self, smallJsont *keys, smallArrayt *values) |
| |
| internal smallDictt * | zipSmallJsonSmallJsonSmallDict (smallDictt *self, smallJsont *keys, smallJsont *values) |
| |
| internal smallDictt * | zipSmallJsonVArraySmallDict (smallDictt *self, smallJsont *keys, char **values) |
| |
| internal smallDictt * | zipSmallJsonVCArraySmallDict (smallDictt *self, smallJsont *keys, const char **values) |
| |
| internal smallDictt * | zipArraySmallDict (smallDictt *self, char **keys, smallArrayt *values) |
| |
| internal smallDictt * | zipCArraySmallDict (smallDictt *self, const char **keys, smallArrayt *values) |
| |
| internal smallDictt * | zipArraySmallJsonSmallDict (smallDictt *self, char **keys, smallJsont *values) |
| |
| internal smallDictt * | zipCArraySmallJsonSmallDict (smallDictt *self, const char **keys, smallJsont *values) |
| |
| internal smallDictt * | zipArrayArraySmallDict (smallDictt *self, char **keys, char **values) |
| |
| internal smallDictt * | zipCArrayArraySmallDict (smallDictt *self, const char **keys, char **values) |
| |
| internal smallDictt * | zipArrayCArraySmallDict (smallDictt *self, char **keys, const char **values) |
| |
| internal smallDictt * | zipCArrayCArraySmallDict (smallDictt *self, const char **keys, const char **values) |
| |
| internal smallDictt * | zipVArraySmallDict (smallDictt *self, smallArrayt *keys, char **values) |
| |
| internal smallDictt * | zipVCArraySmallDict (smallDictt *self, smallArrayt *keys, const char **values) |
| |
| internal smallDictt * | fromArraySmallDict (smallDictt *self, smallArrayt *items) |
| |
| internal smallArrayt * | toArraySmallDict (smallDictt *self) |
| |
| internal bool | writeFileSmallDict (smallDictt *self, const char *filePath) |
| |
| internal bool | writeFileSmallJsonSmallDict (smallDictt *self, smallJsont *filePath) |
| |
| internal bool | writeFileSmallStringSmallDict (smallDictt *self, smallStringt *filePath) |
| |
| internal bool | writeStreamSmallDict (smallDictt *self, FILE *fp) |
| |
| internal bool | appendFileSmallDict (smallDictt *self, const char *filePath) |
| |
| internal bool | appendFileSmallStringSmallDict (smallDictt *self, smallStringt *filePath) |
| |
| internal void | logSmallDict (smallDictt *self) |
| |
| internal const char * | typeStringSmallDict (smallDictt *self, const char *key) |
| |
| internal smallStringt * | typeSmallStringSmallDict (smallDictt *self, const char *key) |
| |
| internal const char * | typeStringKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallStringt * | typeSmallStringKCharSmallDict (smallDictt *self, char key) |
| |
| internal char | typeSmallDict (smallDictt *self, const char *key) |
| |
| internal char | typeKCharSmallDict (smallDictt *self, char key) |
| |
| internal smallDictt * | typeStringsSmallDict (smallDictt *self) |
| |
| internal bool | isETypeSmallDict (smallDictt *self, const char *key, const char *type) |
| |
| internal bool | isEUndefinedSmallDict (smallDictt *self, const char *key) |
| |
| internal bool | isEBoolSmallDict (smallDictt *self, const char *key) |
| |
| internal bool | isEContainerSmallDict (smallDictt *self, const char *key) |
| |
| internal bool | isEDictSmallDict (smallDictt *self, const char *key) |
| |
| internal bool | isEDoubleSmallDict (smallDictt *self, const char *key) |
| |
| internal bool | isEIntSmallDict (smallDictt *self, const char *key) |
| |
| internal bool | isEStringSmallDict (smallDictt *self, const char *key) |
| |
| internal bool | isEFaststringSmallDict (smallDictt *self, const char *key) |
| |
| internal bool | isEArraySmallDict (smallDictt *self, const char *key) |
| |
| internal bool | isEBytesSmallDict (smallDictt *self, const char *key) |
| |
| internal bool | areAllETypeSmallDict (smallDictt *self, const char *type) |
| |
| internal bool | areAllEUndefinedSmallDict (smallDictt *self) |
| |
| internal bool | areAllEBoolSmallDict (smallDictt *self) |
| |
| internal bool | areAllEContainerSmallDict (smallDictt *self) |
| |
| internal bool | areAllEDictSmallDict (smallDictt *self) |
| |
| internal bool | areAllEDoubleSmallDict (smallDictt *self) |
| |
| internal bool | areAllEIntSmallDict (smallDictt *self) |
| |
| internal bool | areAllEStringSmallDict (smallDictt *self) |
| |
| internal bool | areAllEFaststringSmallDict (smallDictt *self) |
| |
| internal bool | areAllEArraySmallDict (smallDictt *self) |
| |
| internal bool | areAllEBytesSmallDict (smallDictt *self) |
| |
| smallDictt * | allocSmallDictG (smallDictt *self UNUSED) |
| |
| smallDictt * | duplicateSmallDictG (smallDictt *self) |
| |
| smallDictt * | setSmallDictG (smallDictt *self, const char *key, baset *value) |
| |
| baset * | getSmallDictG (smallDictt *self, baset *retType UNUSED, const char *key) |
| |
| undefinedt * | getUndefinedSmallDictG (smallDictt *self, undefinedt *retType UNUSED, const char *key) |
| |
| bool | getBoolSmallDictG (smallDictt *self, bool retType UNUSED, const char *key) |
| |
| bool * | getBoolPSmallDictG (smallDictt *self, bool *retType UNUSED, const char *key) |
| |
| double | getDoubleSmallDictG (smallDictt *self, double retType UNUSED, const char *key) |
| |
| double * | getDoublePSmallDictG (smallDictt *self, double *retType UNUSED, const char *key) |
| |
| int64_t | getIntSmallDictG (smallDictt *self, int64_t retType UNUSED, const char *key) |
| |
| int64_t * | getIntPSmallDictG (smallDictt *self, int64_t *retType UNUSED, const char *key) |
| |
| int32_t | getInt32SmallDictG (smallDictt *self, int32_t retType UNUSED, const char *key) |
| |
| int32_t * | getInt32PSmallDictG (smallDictt *self, int32_t *retType UNUSED, const char *key) |
| |
| uint64_t | getUintSmallDictG (smallDictt *self, uint64_t retType UNUSED, const char *key) |
| |
| uint64_t * | getUintPSmallDictG (smallDictt *self, uint64_t *retType UNUSED, const char *key) |
| |
| uint32_t | getUint32SmallDictG (smallDictt *self, uint32_t retType UNUSED, const char *key) |
| |
| uint32_t * | getUint32PSmallDictG (smallDictt *self, uint32_t *retType UNUSED, const char *key) |
| |
| char * | getSSmallDictG (smallDictt *self, char *retType UNUSED, const char *key) |
| |
| smallDictt * | getDictSmallDictG (smallDictt *self, smallDictt *retType UNUSED, const char *key) |
| |
| smallArrayt * | getArraySmallDictG (smallDictt *self, smallArrayt *retType UNUSED, const char *key) |
| |
| smallBoolt * | getSmallBoolSmallDictG (smallDictt *self, smallBoolt *retType UNUSED, const char *key) |
| |
| smallBytest * | getSmallBytesSmallDictG (smallDictt *self, smallBytest *retType UNUSED, const char *key) |
| |
| smallDoublet * | getSmallDoubleSmallDictG (smallDictt *self, smallDoublet *retType UNUSED, const char *key) |
| |
| smallIntt * | getSmallIntSmallDictG (smallDictt *self, smallIntt *retType UNUSED, const char *key) |
| |
| smallJsont * | getSmallJsonSmallDictG (smallDictt *self, smallJsont *retType UNUSED, const char *key) |
| |
| smallStringt * | getSmallStringSmallDictG (smallDictt *self, smallStringt *retType UNUSED, const char *key) |
| |
| void * | getVoidSmallDictG (smallDictt *self, void *retType UNUSED, const char *key) |
| |
| smallContainert * | getSmallContainerSmallDictG (smallDictt *self, smallContainert *retType UNUSED, const char *key) |
| |
| baset * | getKCharSmallDictG (smallDictt *self, baset *retType UNUSED, char key) |
| |
| undefinedt * | getUndefinedKCharSmallDictG (smallDictt *self, undefinedt *retType UNUSED, char key) |
| |
| bool | getBoolKCharSmallDictG (smallDictt *self, bool retType UNUSED, char key) |
| |
| bool * | getBoolPKCharSmallDictG (smallDictt *self, bool *retType UNUSED, char key) |
| |
| double | getDoubleKCharSmallDictG (smallDictt *self, double retType UNUSED, char key) |
| |
| double * | getDoublePKCharSmallDictG (smallDictt *self, double *retType UNUSED, char key) |
| |
| int64_t | getIntKCharSmallDictG (smallDictt *self, int64_t retType UNUSED, char key) |
| |
| int64_t * | getIntPKCharSmallDictG (smallDictt *self, int64_t *retType UNUSED, char key) |
| |
| int32_t | getInt32KCharSmallDictG (smallDictt *self, int32_t retType UNUSED, char key) |
| |
| int32_t * | getInt32PKCharSmallDictG (smallDictt *self, int32_t *retType UNUSED, char key) |
| |
| uint64_t | getUintKCharSmallDictG (smallDictt *self, uint64_t retType UNUSED, char key) |
| |
| uint64_t * | getUintPKCharSmallDictG (smallDictt *self, uint64_t *retType UNUSED, char key) |
| |
| uint32_t | getUint32KCharSmallDictG (smallDictt *self, uint32_t retType UNUSED, char key) |
| |
| uint32_t * | getUint32PKCharSmallDictG (smallDictt *self, uint32_t *retType UNUSED, char key) |
| |
| char * | getSKCharSmallDictG (smallDictt *self, char *retType UNUSED, char key) |
| |
| smallDictt * | getDictKCharSmallDictG (smallDictt *self, smallDictt *retType UNUSED, char key) |
| |
| smallArrayt * | getArrayKCharSmallDictG (smallDictt *self, smallArrayt *retType UNUSED, char key) |
| |
| smallBoolt * | getSmallBoolKCharSmallDictG (smallDictt *self, smallBoolt *retType UNUSED, char key) |
| |
| smallBytest * | getSmallBytesKCharSmallDictG (smallDictt *self, smallBytest *retType UNUSED, char key) |
| |
| smallDoublet * | getSmallDoubleKCharSmallDictG (smallDictt *self, smallDoublet *retType UNUSED, char key) |
| |
| smallIntt * | getSmallIntKCharSmallDictG (smallDictt *self, smallIntt *retType UNUSED, char key) |
| |
| smallJsont * | getSmallJsonKCharSmallDictG (smallDictt *self, smallJsont *retType UNUSED, char key) |
| |
| smallStringt * | getSmallStringKCharSmallDictG (smallDictt *self, smallStringt *retType UNUSED, char key) |
| |
| void * | getVoidKCharSmallDictG (smallDictt *self, void *retType UNUSED, char key) |
| |
| smallContainert * | getSmallContainerKCharSmallDictG (smallDictt *self, smallContainert *retType UNUSED, char key) |
| |
| baset * | getNDupSmallDictG (smallDictt *self, baset *retType UNUSED, const char *key) |
| |
| undefinedt * | getNDupUndefinedSmallDictG (smallDictt *self, undefinedt *retType UNUSED, const char *key) |
| |
| bool | getNDupBoolSmallDictG (smallDictt *self, bool retType UNUSED, const char *key) |
| |
| double | getNDupDoubleSmallDictG (smallDictt *self, double retType UNUSED, const char *key) |
| |
| int64_t | getNDupIntSmallDictG (smallDictt *self, int64_t retType UNUSED, const char *key) |
| |
| int32_t | getNDupInt32SmallDictG (smallDictt *self, int32_t retType UNUSED, const char *key) |
| |
| uint64_t | getNDupUintSmallDictG (smallDictt *self, uint64_t retType UNUSED, const char *key) |
| |
| uint32_t | getNDupUint32SmallDictG (smallDictt *self, uint32_t retType UNUSED, const char *key) |
| |
| char * | getNDupSSmallDictG (smallDictt *self, char *retType UNUSED, const char *key) |
| |
| smallDictt * | getNDupDictSmallDictG (smallDictt *self, smallDictt *retType UNUSED, const char *key) |
| |
| smallArrayt * | getNDupArraySmallDictG (smallDictt *self, smallArrayt *retType UNUSED, const char *key) |
| |
| smallBoolt * | getNDupSmallBoolSmallDictG (smallDictt *self, smallBoolt *retType UNUSED, const char *key) |
| |
| smallBytest * | getNDupSmallBytesSmallDictG (smallDictt *self, smallBytest *retType UNUSED, const char *key) |
| |
| smallDoublet * | getNDupSmallDoubleSmallDictG (smallDictt *self, smallDoublet *retType UNUSED, const char *key) |
| |
| smallIntt * | getNDupSmallIntSmallDictG (smallDictt *self, smallIntt *retType UNUSED, const char *key) |
| |
| smallJsont * | getNDupSmallJsonSmallDictG (smallDictt *self, smallJsont *retType UNUSED, const char *key) |
| |
| smallStringt * | getNDupSmallStringSmallDictG (smallDictt *self, smallStringt *retType UNUSED, const char *key) |
| |
| void * | getNDupVoidSmallDictG (smallDictt *self, void *retType UNUSED, const char *key) |
| |
| smallContainert * | getNDupSmallContainerSmallDictG (smallDictt *self, smallContainert *retType UNUSED, const char *key) |
| |
| baset * | getNDupKCharSmallDictG (smallDictt *self, baset *retType UNUSED, char key) |
| |
| undefinedt * | getNDupUndefinedKCharSmallDictG (smallDictt *self, undefinedt *retType UNUSED, char key) |
| |
| bool | getNDupBoolKCharSmallDictG (smallDictt *self, bool retType UNUSED, char key) |
| |
| double | getNDupDoubleKCharSmallDictG (smallDictt *self, double retType UNUSED, char key) |
| |
| int64_t | getNDupIntKCharSmallDictG (smallDictt *self, int64_t retType UNUSED, char key) |
| |
| int32_t | getNDupInt32KCharSmallDictG (smallDictt *self, int32_t retType UNUSED, char key) |
| |
| uint64_t | getNDupUintKCharSmallDictG (smallDictt *self, uint64_t retType UNUSED, char key) |
| |
| uint32_t | getNDupUint32KCharSmallDictG (smallDictt *self, uint32_t retType UNUSED, char key) |
| |
| char * | getNDupSKCharSmallDictG (smallDictt *self, char *retType UNUSED, char key) |
| |
| smallDictt * | getNDupDictKCharSmallDictG (smallDictt *self, smallDictt *retType UNUSED, char key) |
| |
| smallArrayt * | getNDupArrayKCharSmallDictG (smallDictt *self, smallArrayt *retType UNUSED, char key) |
| |
| smallBoolt * | getNDupSmallBoolKCharSmallDictG (smallDictt *self, smallBoolt *retType UNUSED, char key) |
| |
| smallBytest * | getNDupSmallBytesKCharSmallDictG (smallDictt *self, smallBytest *retType UNUSED, char key) |
| |
| smallDoublet * | getNDupSmallDoubleKCharSmallDictG (smallDictt *self, smallDoublet *retType UNUSED, char key) |
| |
| smallIntt * | getNDupSmallIntKCharSmallDictG (smallDictt *self, smallIntt *retType UNUSED, char key) |
| |
| smallJsont * | getNDupSmallJsonKCharSmallDictG (smallDictt *self, smallJsont *retType UNUSED, char key) |
| |
| smallStringt * | getNDupSmallStringKCharSmallDictG (smallDictt *self, smallStringt *retType UNUSED, char key) |
| |
| void * | getNDupVoidKCharSmallDictG (smallDictt *self, void *retType UNUSED, char key) |
| |
| smallContainert * | getNDupSmallContainerKCharSmallDictG (smallDictt *self, smallContainert *retType UNUSED, char key) |
| |
| smallDictt * | setUndefinedSmallDictG (smallDictt *self, const char *key, void *value UNUSED) |
| |
| smallDictt * | setBoolSmallDictG (smallDictt *self, const char *key, bool value) |
| |
| smallDictt * | setDoubleSmallDictG (smallDictt *self, const char *key, double value) |
| |
| smallDictt * | setIntSmallDictG (smallDictt *self, const char *key, int64_t value) |
| |
| smallDictt * | setSSmallDictG (smallDictt *self, const char *key, const char *string) |
| |
| smallDictt * | setCharSmallDictG (smallDictt *self, const char *key, char c) |
| |
| smallDictt * | setDictSmallDictG (smallDictt *self, const char *key, smallDictt *dict) |
| |
| smallDictt * | setArraySmallDictG (smallDictt *self, const char *key, smallArrayt *array) |
| |
| smallDictt * | setArraycSmallDictG (smallDictt *self, const char *key, char **array) |
| |
| smallDictt * | setCArraycSmallDictG (smallDictt *self, const char *key, const char **array) |
| |
| smallDictt * | setVoidSmallDictG (smallDictt *self, const char *key, void *value) |
| |
| smallDictt * | setSmallBoolSmallDictG (smallDictt *self, const char *key, smallBoolt *value) |
| |
| smallDictt * | setSmallBytesSmallDictG (smallDictt *self, const char *key, smallBytest *value) |
| |
| smallDictt * | setSmallDoubleSmallDictG (smallDictt *self, const char *key, smallDoublet *value) |
| |
| smallDictt * | setSmallIntSmallDictG (smallDictt *self, const char *key, smallIntt *value) |
| |
| smallDictt * | setSmallJsonSmallDictG (smallDictt *self, const char *key, smallJsont *value) |
| |
| smallDictt * | setSmallStringSmallDictG (smallDictt *self, const char *key, smallStringt *string) |
| |
| smallDictt * | setSmallContainerSmallDictG (smallDictt *self, const char *key, smallContainert *container) |
| |
| smallDictt * | setKCharSmallDictG (smallDictt *self, char key, baset *value) |
| |
| smallDictt * | setUndefinedKCharSmallDictG (smallDictt *self, char key, undefinedt *value UNUSED) |
| |
| smallDictt * | setBoolKCharSmallDictG (smallDictt *self, char key, bool value) |
| |
| smallDictt * | setDoubleKCharSmallDictG (smallDictt *self, char key, double value) |
| |
| smallDictt * | setIntKCharSmallDictG (smallDictt *self, char key, int64_t value) |
| |
| smallDictt * | setSKCharSmallDictG (smallDictt *self, char key, const char *string) |
| |
| smallDictt * | setCharKCharSmallDictG (smallDictt *self, char key, char c) |
| |
| smallDictt * | setDictKCharSmallDictG (smallDictt *self, char key, smallDictt *dict) |
| |
| smallDictt * | setArrayKCharSmallDictG (smallDictt *self, char key, smallArrayt *array) |
| |
| smallDictt * | setArraycKCharSmallDictG (smallDictt *self, char key, char **array) |
| |
| smallDictt * | setCArraycKCharSmallDictG (smallDictt *self, char key, const char **array) |
| |
| smallDictt * | setVoidKCharSmallDictG (smallDictt *self, char key, void *value) |
| |
| smallDictt * | setSmallBoolKCharSmallDictG (smallDictt *self, char key, smallBoolt *value) |
| |
| smallDictt * | setSmallBytesKCharSmallDictG (smallDictt *self, char key, smallBytest *value) |
| |
| smallDictt * | setSmallDoubleKCharSmallDictG (smallDictt *self, char key, smallDoublet *value) |
| |
| smallDictt * | setSmallIntKCharSmallDictG (smallDictt *self, char key, smallIntt *value) |
| |
| smallDictt * | setSmallJsonKCharSmallDictG (smallDictt *self, char key, smallJsont *value) |
| |
| smallDictt * | setSmallStringKCharSmallDictG (smallDictt *self, char key, smallStringt *string) |
| |
| smallDictt * | setSmallContainerKCharSmallDictG (smallDictt *self, char key, smallContainert *container) |
| |
| smallDictt * | setNFreeSmallDictG (smallDictt *self, const char *key, baset *value) |
| |
| smallDictt * | setNFreeUndefinedSmallDictG (smallDictt *self, const char *key, undefinedt *value) |
| |
| smallDictt * | setNFreeSSmallDictG (smallDictt *self, const char *key, char *string) |
| |
| smallDictt * | setNFreeDictSmallDictG (smallDictt *self, const char *key, smallDictt *dict) |
| |
| smallDictt * | setNFreeArraySmallDictG (smallDictt *self, const char *key, smallArrayt *array) |
| |
| smallDictt * | setNFreeArraycSmallDictG (smallDictt *self, const char *key, char **array) |
| |
| smallDictt * | setNFreeSmallBoolSmallDictG (smallDictt *self, const char *key, smallBoolt *value) |
| |
| smallDictt * | setNFreeSmallBytesSmallDictG (smallDictt *self, const char *key, smallBytest *value) |
| |
| smallDictt * | setNFreeSmallDoubleSmallDictG (smallDictt *self, const char *key, smallDoublet *value) |
| |
| smallDictt * | setNFreeSmallIntSmallDictG (smallDictt *self, const char *key, smallIntt *value) |
| |
| smallDictt * | setNFreeSmallJsonSmallDictG (smallDictt *self, const char *key, smallJsont *value) |
| |
| smallDictt * | setNFreeSmallStringSmallDictG (smallDictt *self, const char *key, smallStringt *string) |
| |
| smallDictt * | setNFreeSmallContainerSmallDictG (smallDictt *self, const char *key, smallContainert *container) |
| |
| smallDictt * | setNFreeKCharSmallDictG (smallDictt *self, char key, baset *value) |
| |
| smallDictt * | setNFreeUndefinedKCharSmallDictG (smallDictt *self, char key, undefinedt *u) |
| |
| smallDictt * | setNFreeSKCharSmallDictG (smallDictt *self, char key, char *string) |
| |
| smallDictt * | setNFreeDictKCharSmallDictG (smallDictt *self, char key, smallDictt *dict) |
| |
| smallDictt * | setNFreeArrayKCharSmallDictG (smallDictt *self, char key, smallArrayt *array) |
| |
| smallDictt * | setNFreeArraycKCharSmallDictG (smallDictt *self, char key, char **array) |
| |
| smallDictt * | setNFreeSmallBoolKCharSmallDictG (smallDictt *self, char key, smallBoolt *value) |
| |
| smallDictt * | setNFreeSmallBytesKCharSmallDictG (smallDictt *self, char key, smallBytest *value) |
| |
| smallDictt * | setNFreeSmallDoubleKCharSmallDictG (smallDictt *self, char key, smallDoublet *value) |
| |
| smallDictt * | setNFreeSmallIntKCharSmallDictG (smallDictt *self, char key, smallIntt *value) |
| |
| smallDictt * | setNFreeSmallJsonKCharSmallDictG (smallDictt *self, char key, smallJsont *value) |
| |
| smallDictt * | setNFreeSmallStringKCharSmallDictG (smallDictt *self, char key, smallStringt *string) |
| |
| smallDictt * | setNFreeSmallContainerKCharSmallDictG (smallDictt *self, char key, smallContainert *container) |
| |
| smallDictt * | setPDictSmallDictG (smallDictt *self, const char *key, smallDictt *dict) |
| |
| smallDictt * | setPArraySmallDictG (smallDictt *self, const char *key, smallArrayt *array) |
| |
| smallDictt * | setPSmallJsonSmallDictG (smallDictt *self, const char *key, smallJsont *json) |
| |
| smallDictt * | setPSmallStringSmallDictG (smallDictt *self, const char *key, smallStringt *string) |
| |
| smallDictt * | setNFreePDictSmallDictG (smallDictt *self, const char *key, smallDictt *dict) |
| |
| smallDictt * | setNFreePArraySmallDictG (smallDictt *self, const char *key, smallArrayt *array) |
| |
| smallDictt * | setNFreePSmallJsonSmallDictG (smallDictt *self, const char *key, smallJsont *json) |
| |
| smallDictt * | setNFreePSmallStringSmallDictG (smallDictt *self, const char *key, smallStringt *string) |
| |
| smallDictt * | setPArrayKCharSmallDictG (smallDictt *self, char key, smallArrayt *array) |
| |
| smallDictt * | setPDictKCharSmallDictG (smallDictt *self, char key, smallDictt *dict) |
| |
| smallDictt * | setPSmallJsonKCharSmallDictG (smallDictt *self, char key, smallJsont *json) |
| |
| smallDictt * | setPSmallStringKCharSmallDictG (smallDictt *self, char key, smallStringt *string) |
| |
| smallDictt * | setNFreePArrayKCharSmallDictG (smallDictt *self, char key, smallArrayt *array) |
| |
| smallDictt * | setNFreePDictKCharSmallDictG (smallDictt *self, char key, smallDictt *dict) |
| |
| smallDictt * | setNFreePSmallJsonKCharSmallDictG (smallDictt *self, char key, smallJsont *json) |
| |
| smallDictt * | setNFreePSmallStringKCharSmallDictG (smallDictt *self, char key, smallStringt *string) |
| |
| smallDictt * | mergeSmallDictG (smallDictt *self, smallDictt *smallDict) |
| |
| smallDictt * | mergeSmallJsonSmallDictG (smallDictt *self, smallJsont *json) |
| |
| smallDictt * | mergeNSmashSmallDictG (smallDictt *self, smallDictt *smallDict) |
| |
| smallDictt * | mergeNSmashSmallJsonSmallDictG (smallDictt *self, smallJsont *json) |
| |
| bool | equalSmallDictBaseG (smallDictt *self, baset *p2) |
| |
| bool | equalSmallDictSmallJsonG (smallDictt *self, smallJsont *p2) |
| |
| bool | equalSmallDictG (smallDictt *self, smallDictt *p2) |
| |
| bool | icEqualSmallDictBaseG (smallDictt *self, baset *p2) |
| |
| bool | icEqualSmallDictSmallJsonG (smallDictt *self, smallJsont *p2) |
| |
| bool | icEqualSmallDictG (smallDictt *self, smallDictt *p2) |
| |
| double | getNumSmallDictG (smallDictt *self, const char *key) |
| |
| baset * | cropElemSmallDictG (smallDictt *self, const char *key) |
| |
| undefinedt * | cropElemUndefinedSmallDictG (smallDictt *self, const char *key) |
| |
| bool | cropElemBoolSmallDictG (smallDictt *self, const char *key) |
| |
| double | cropElemDoubleSmallDictG (smallDictt *self, const char *key) |
| |
| int64_t | cropElemIntSmallDictG (smallDictt *self, const char *key) |
| |
| int32_t | cropElemInt32SmallDictG (smallDictt *self, const char *key) |
| |
| uint64_t | cropElemUintSmallDictG (smallDictt *self, const char *key) |
| |
| uint32_t | cropElemUint32SmallDictG (smallDictt *self, const char *key) |
| |
| char * | cropElemSSmallDictG (smallDictt *self, const char *key) |
| |
| smallDictt * | cropElemDictSmallDictG (smallDictt *self, const char *key) |
| |
| smallArrayt * | cropElemArraySmallDictG (smallDictt *self, const char *key) |
| |
| smallBoolt * | cropElemSmallBoolSmallDictG (smallDictt *self, const char *key) |
| |
| smallBytest * | cropElemSmallBytesSmallDictG (smallDictt *self, const char *key) |
| |
| smallDoublet * | cropElemSmallDoubleSmallDictG (smallDictt *self, const char *key) |
| |
| smallIntt * | cropElemSmallIntSmallDictG (smallDictt *self, const char *key) |
| |
| smallJsont * | cropElemSmallJsonSmallDictG (smallDictt *self, const char *key) |
| |
| smallStringt * | cropElemSmallStringSmallDictG (smallDictt *self, const char *key) |
| |
| void * | cropElemVoidSmallDictG (smallDictt *self, const char *key) |
| |
| smallContainert * | cropElemSmallContainerSmallDictG (smallDictt *self, const char *key) |
| |
| smallDictt * | delSmallDictG (smallDictt *self, const char *key, int unused UNUSED) |
| |
| smallDictt * | delKCharSmallDictG (smallDictt *self, char key, int unused UNUSED) |
| |
| smallDictt * | delElemSmallDictG (smallDictt *self, const char *key) |
| |
| smallDictt * | delElemKCharSmallDictG (smallDictt *self, char key) |
| |
| smallDictt * | removeSmallDictG (smallDictt *self, const char *key, int unused UNUSED) |
| |
| smallDictt * | removeKCharSmallDictG (smallDictt *self, char key, int unused UNUSED) |
| |
| smallDictt * | removeElemSmallDictG (smallDictt *self, const char *key) |
| |
| smallDictt * | removeElemKCharSmallDictG (smallDictt *self, char key) |
| |
| bool | hasSmallDictG (smallDictt *self, const char *key) |
| |
| bool | hasKCharSmallDictG (smallDictt *self, char key) |
| |
| char * | keyBySmallDictG (smallDictt *self, baset *value) |
| |
| char * | keyByUndefinedSmallDictG (smallDictt *self, undefinedt *u) |
| |
| char * | keyByBoolSmallDictG (smallDictt *self, bool value) |
| |
| char * | keyByDoubleSmallDictG (smallDictt *self, double value) |
| |
| char * | keyByIntSmallDictG (smallDictt *self, int64_t value) |
| |
| char * | keyBySSmallDictG (smallDictt *self, const char *string) |
| |
| char * | keyByCharSmallDictG (smallDictt *self, char c) |
| |
| char * | keyByDictSmallDictG (smallDictt *self, smallDictt *dict) |
| |
| char * | keyByArraySmallDictG (smallDictt *self, smallArrayt *array) |
| |
| char * | keyByArraycSmallDictG (smallDictt *self, char **array) |
| |
| char * | keyByCArraycSmallDictG (smallDictt *self, const char **array) |
| |
| char * | keyBySmallBoolSmallDictG (smallDictt *self, smallBoolt *value) |
| |
| char * | keyBySmallBytesSmallDictG (smallDictt *self, smallBytest *value) |
| |
| char * | keyBySmallDoubleSmallDictG (smallDictt *self, smallDoublet *value) |
| |
| char * | keyBySmallIntSmallDictG (smallDictt *self, smallIntt *value) |
| |
| char * | keyBySmallJsonSmallDictG (smallDictt *self, smallJsont *string) |
| |
| char * | keyBySmallStringSmallDictG (smallDictt *self, smallStringt *string) |
| |
| char * | keyBySmallContainerSmallDictG (smallDictt *self, smallContainert *container) |
| |
| char * | icKeyBySmallDictG (smallDictt *self, baset *value) |
| |
| char * | icKeyBySSmallDictG (smallDictt *self, const char *string) |
| |
| char * | icKeyByCharSmallDictG (smallDictt *self, char c) |
| |
| char * | icKeyByDictSmallDictG (smallDictt *self, smallDictt *dict) |
| |
| char * | icKeyByArraySmallDictG (smallDictt *self, smallArrayt *array) |
| |
| char * | icKeyByArraycSmallDictG (smallDictt *self, char **array) |
| |
| char * | icKeyByCArraycSmallDictG (smallDictt *self, const char **array) |
| |
| char * | icKeyBySmallJsonSmallDictG (smallDictt *self, smallJsont *string) |
| |
| char * | icKeyBySmallStringSmallDictG (smallDictt *self, smallStringt *string) |
| |
| smallDictt * | trimSmallDictG (smallDictt *self) |
| |
| smallArrayt * | keysSmallStringSmallDictG (smallDictt *self) |
| |
| size_t | lenSmallDictG (smallDictt *self) |
| |
| smallDictt * | emptySmallDictG (smallDictt *self) |
| |
| bool | isEmptySmallDictG (smallDictt *self) |
| |
| smallDictt * | zipSmallDictG (smallDictt *self, smallArrayt *keys, smallArrayt *values) |
| |
| smallDictt * | zipSmallJsonSmallDictG (smallDictt *self, smallArrayt *keys, smallJsont *values) |
| |
| smallDictt * | zipSmallJsonSmallArraySmallDictG (smallDictt *self, smallJsont *keys, smallArrayt *values) |
| |
| smallDictt * | zipSmallJsonSmallJsonSmallDictG (smallDictt *self, smallJsont *keys, smallJsont *values) |
| |
| smallDictt * | zipSmallJsonVArraySmallDictG (smallDictt *self, smallJsont *keys, char **values) |
| |
| smallDictt * | zipSmallJsonVCArraySmallDictG (smallDictt *self, smallJsont *keys, const char **values) |
| |
| smallDictt * | zipArraySmallDictG (smallDictt *self, char **keys, smallArrayt *values) |
| |
| smallDictt * | zipArraySmallJsonSmallDictG (smallDictt *self, char **keys, smallJsont *values) |
| |
| smallDictt * | zipCArraySmallDictG (smallDictt *self, const char **keys, smallArrayt *values) |
| |
| smallDictt * | zipCArraySmallJsonSmallDictG (smallDictt *self, const char **keys, smallJsont *values) |
| |
| smallDictt * | zipArrayArraySmallDictG (smallDictt *self, char **keys, char **values) |
| |
| smallDictt * | zipCArrayArraySmallDictG (smallDictt *self, const char **keys, char **values) |
| |
| smallDictt * | zipArrayCArraySmallDictG (smallDictt *self, char **keys, const char **values) |
| |
| smallDictt * | zipCArrayCArraySmallDictG (smallDictt *self, const char **keys, const char **values) |
| |
| smallDictt * | zipVArraySmallDictG (smallDictt *self, smallArrayt *keys, char **values) |
| |
| smallDictt * | zipVCArraySmallDictG (smallDictt *self, smallArrayt *keys, const char **values) |
| |
| smallDictt * | fromArraySmallDictG (smallDictt *self, smallArrayt *items) |
| |
| smallArrayt * | toArraySmallDictG (smallDictt *self) |
| |
| bool | writeFileSmallDictG (smallDictt *self, const char *filePath) |
| |
| bool | writeFileSmallJsonSmallDictG (smallDictt *self, smallJsont *filePath) |
| |
| bool | writeFileSmallStringSmallDictG (smallDictt *self, smallStringt *filePath) |
| |
| bool | writeStreamSmallDictG (smallDictt *self, FILE *fp) |
| |
| bool | appendFileSmallDictG (smallDictt *self, const char *filePath) |
| |
| bool | appendFileSmallStringSmallDictG (smallDictt *self, smallStringt *filePath) |
| |
| void | logSmallDictG (smallDictt *self) |
| |
| smallStringt * | typeSmallStringSmallDictG (smallDictt *self, const char *key) |
| |
| const char * | typeStringKCharSmallDictG (smallDictt *self, char key) |
| |
| smallStringt * | typeSmallStringKCharSmallDictG (smallDictt *self, char key) |
| |
| void | freeSmallDictG (smallDictt *self) |
| |