Home | History | Annotate | Download | only in include

Lines Matching refs:elements

42 /// A generic list of elements tracked in an alternative to be used in
52 /// Once you start next()ing, do not try to add more elements. It will
66 /// which bumps it to 1 meaning no more elements.
70 /// Track single elements w/o creating a list. Upon 2nd add, alloc list
76 pANTLR3_VECTOR elements;
106 /// not consumed any of its elements. Elements themselves are untouched.
114 /// Return the next element in the stream. If out of elements, throw
115 /// an exception unless size()==1. If size is 1, then return elements[0].
148 /// Number of elements available in the stream