Lines Matching full:uninitialized
447 enum Type {UNINITIALIZED, ATOM, CHAR_CLASS};448 TextElement() : type(UNINITIALIZED) { }