Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/BLI_ghash.h
| Show First 20 Lines • Show All 400 Lines • ▼ Show 20 Lines | GSet *BLI_gset_ptr_new_ex(const char *info, | ||||
| const unsigned int nentries_reserve) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT; | const unsigned int nentries_reserve) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT; | ||||
| GSet *BLI_gset_ptr_new(const char *info); | GSet *BLI_gset_ptr_new(const char *info); | ||||
| GSet *BLI_gset_str_new_ex(const char *info, | GSet *BLI_gset_str_new_ex(const char *info, | ||||
| const unsigned int nentries_reserve) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT; | const unsigned int nentries_reserve) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT; | ||||
| GSet *BLI_gset_str_new(const char *info); | GSet *BLI_gset_str_new(const char *info); | ||||
| GSet *BLI_gset_pair_new_ex(const char *info, const unsigned int nentries_reserve) | GSet *BLI_gset_pair_new_ex(const char *info, const unsigned int nentries_reserve) | ||||
| ATTR_MALLOC ATTR_WARN_UNUSED_RESULT; | ATTR_MALLOC ATTR_WARN_UNUSED_RESULT; | ||||
| GSet *BLI_gset_pair_new(const char *info) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT; | GSet *BLI_gset_pair_new(const char *info) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT; | ||||
| GSet *BLI_gset_int_new_ex(const char *info, | |||||
| const unsigned int nentries_reserve) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT; | |||||
| GSet *BLI_gset_int_new(const char *info) ATTR_MALLOC ATTR_WARN_UNUSED_RESULT; | |||||
| /** \} */ | /** \} */ | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| #endif /* __BLI_GHASH_H__ */ | #endif /* __BLI_GHASH_H__ */ | ||||