Searched refs:DUMPER_END (Results 1 – 2 of 2) sorted by relevance
40 DUMPER_END, // dumper end enumerator
95 return ((cls > DumperConstant::DUMPER_BEGIN) && (cls < DumperConstant::DUMPER_END)); in IsDumper()160 } else if ((type >= DumperConstant::DUMPER_BEGIN) && (type <= DumperConstant::DUMPER_END)) { in ToStr()