Home
last modified time | relevance | path

Searched refs:album_strType (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/test/
H A DTestDatabaseUtils.cpp34 album_strType = CMusicDatabase::album_strType; in TestDatabaseUtilsHelper()
72 int album_strType; member in TestDatabaseUtilsHelper
871 refindex = a.album_strType; in TEST()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DDatabaseUtils.cpp537 else if (field == FieldAlbumType) return CMusicDatabase::album_strType; in GetField()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/
H A DMusicDatabase.h877 album_strType, enumerator
H A DMusicDatabase.cpp2980 album.strType = record->at(offset + album_strType).get_asString(); in GetAlbumFromDataset()