Lines Matching refs:DE_NULL
69 …* shortName_, const char* longName_, const char* description_, const char* defaultValue_ = DE_NULL) in Option()
75 , namedValues (DE_NULL) in Option()
81 …t char* longName_, const char* description_, ParseFunc parse_, const char* defaultValue_ = DE_NULL) in Option()
87 , namedValues (DE_NULL) in Option()
88 , namedValuesEnd(DE_NULL) in Option()
93 …>* namedValues_, const NamedValue<ValueType>* namedValuesEnd_, const char* defaultValue_ = DE_NULL) in Option()
98 , parse ((ParseFunc)DE_NULL) in Option()
106 …, const NamedValue<ValueType> (&namedValues_)[NumNamedValues], const char* defaultValue_ = DE_NULL) in Option()
111 , parse ((ParseFunc)DE_NULL) in Option()
194 Entry (void) : value(DE_NULL), destructor(0) {} in Entry()
285 : shortName (DE_NULL) in OptInfo()
286 , longName (DE_NULL) in OptInfo()
287 , description (DE_NULL) in OptInfo()
288 , defaultValue (DE_NULL) in OptInfo()
290 , parse (DE_NULL) in OptInfo()
291 , namedValues (DE_NULL) in OptInfo()
292 , namedValuesEnd (DE_NULL) in OptInfo()
294 , dispatchParse (DE_NULL) in OptInfo()
295 , setDefault (DE_NULL) in OptInfo()