Home | History | Annotate | Download | only in src

Lines Matching full:uninitialized

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