Searched defs:Problem (Results 1 – 7 of 7) sorted by relevance
6 struct Problem; struct8 impl Problem { impl
10 ## Problem section
15 # Problem chapter
20 # Problem chapter
319 Problem() : Type(kMetaTypeProblem), kind_(Named("unknown")) {} in Problem() function326 explicit Problem(const Named &kind) : Type(kMetaTypeProblem), kind_(kind) {} in Problem() function330 MS_DECLARE_PARENT(Problem, Type) in MS_DECLARE_PARENT() argument
90 class Problem(abc.ABC): # pylint: disable=too-few-public-methods class
107 SANE_Int Problem; /* ADF Problems list */ member