Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DbmhParser.cpp18 #define M_CSST M_CS | M_ST macro
41 , { "Bug", MarkType::kBug, R_N, E_N, M_CSST | M_MDCM | M_E
43 , { "Class", MarkType::kClass, R_Y, E_O, M_CSST }
44 , { "Code", MarkType::kCode, R_K, E_N, M_CSST | M_E | M_MD | M(Typedef) }
47 , { "Const", MarkType::kConst, R_Y, E_O, M_E | M_CSST }
52 , { "Enum", MarkType::kEnum, R_Y, E_O, M_CSST }
53 , { "EnumClass", MarkType::kEnumClass, R_Y, E_O, M_CSST }
54 , { "Example", MarkType::kExample, R_O, E_N, M_CSST | M_E | M_MD | M(Const) }
62 , { "Illustration", MarkType::kIllustration, R_N, E_N, M_CSST | M_MD }
64 , { "In", MarkType::kIn, R_N, E_N, M_CSST | M_E | M(Method) | M(Typedef) | M(Co…
[all …]