Home | History | Annotate | Download | only in src

Lines Matching full:uninitialized

416   enum Type {UNINITIALIZED, ATOM, CHAR_CLASS};
417 TextElement() : type(UNINITIALIZED) { }