Searched defs:ProfileKind (Results 1 – 2 of 2) sorted by relevance
42 ProfKind ProfileKind = PF_Unknown; variable
156 enum class ProfileKind { INVALID = 0, A, R, M }; enum