Home | History | Annotate | Download | only in lib

Lines Matching refs:label

29 const int kStringInfinity = -1;      // Label for the infinite string
30 const int kStringBad = -2; // Label for a non-string
31 const char kStringSeparator = '_'; // Label separator in strings
64 typedef L Label;
134 Label Size() const { return first_ ? rest_.size() + 1 : 0; }
150 L first_; // first label in string (0 if empty)
231 L label;
232 ReadType(strm, &label);
233 PushBack(label);
243 L label = iter.Value();
244 WriteType(strm, label);