Go to the documentation of this file.
25 #ifndef SPA_DEBUG_TYPES_H
26 #define SPA_DEBUG_TYPES_H
48 while (info && info->
name) {
63 if ((h = strrchr(
name,
':')) != NULL)
88 while (info && info->
name) {
const char * spa_debug_type_find_short_name(const struct spa_type_info *info, uint32_t type)
Definition: types.h:75
uint32_t type
Definition: build-12683127/doc/spa/utils/type.h:138
Definition: build-12683127/doc/spa/utils/type.h:137
const char * name
Definition: build-12683127/doc/spa/utils/type.h:140
#define SPA_TYPE_ROOT
Definition: utils/type-info.h:40
const struct spa_type_info * values
Definition: build-12683127/doc/spa/utils/type.h:141
#define SPA_ID_INVALID
Definition: defs.h:182
const char * spa_debug_type_short_name(const char *name)
Definition: types.h:60
const struct spa_type_info * spa_debug_type_find(const struct spa_type_info *info, uint32_t type)
Definition: types.h:41
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_name(const struct spa_type_info *info, uint32_t type)
Definition: types.h:68