Lines Matching refs:Dictionary
24 class Dictionary; variable
36 Dictionary, enumerator
68 Dictionary *
71 if (m_type == Type::Dictionary) in GetAsDictionary()
72 return (Dictionary *)this; in GetAsDictionary()
156 class Dictionary : public Result
159 Dictionary () : in Dictionary() function
160 Result (Type::Dictionary, NULL, NULL) in Dictionary()
164 Dictionary (const char *name, const char *description) : in Dictionary() function
165 Result (Type::Dictionary, name, description) in Dictionary()
170 ~Dictionary() in ~Dictionary()
298 Dictionary &
308 Dictionary m_results;