Searched refs:ClassNames (Results 1 – 1 of 1) sorted by relevance
217 const classnames ClassNames[] = variable261 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp()); in __get_classname()263 if (i != end(ClassNames) && strcmp(s, i->elem_) == 0) in __get_classname()