25 #ifndef SPA_DEBUG_TYPES_H 26 #define SPA_DEBUG_TYPES_H 48 while (info && info->
name) {
53 else if (info->
type == type)
63 if ((h = strrchr(name,
':')) != NULL)
88 while (info && info->
name) {
90 if (strcmp(info->
name, name) == 0)
uint32_t type
Definition: obj-x86_64-linux-gnu/doc/spa/utils/type.h:138
#define SPA_ID_INVALID
Definition: defs.h:182
const struct spa_type_info * spa_debug_type_find(const struct spa_type_info *info, uint32_t type)
Definition: types.h:41
const char * spa_debug_type_find_name(const struct spa_type_info *info, uint32_t type)
Definition: types.h:68
Definition: obj-x86_64-linux-gnu/doc/spa/utils/type.h:137
const char * name
Definition: obj-x86_64-linux-gnu/doc/spa/utils/type.h:140
const char * spa_debug_type_short_name(const char *name)
Definition: types.h:60
#define SPA_TYPE_ROOT
Definition: utils/type-info.h:40
uint32_t spa_debug_type_find_type(const struct spa_type_info *info, const char *name)
Definition: types.h:83
const char * spa_debug_type_find_short_name(const struct spa_type_info *info, uint32_t type)
Definition: types.h:75
const struct spa_type_info * values
Definition: obj-x86_64-linux-gnu/doc/spa/utils/type.h:141