Home | History | Annotate | Download | only in protobuf

Lines Matching refs:kMaxLength

1253       const int kMaxLength = 8;
1260 // Invariant: no linked list ever is more than kMaxLength in length.
1261 GOOGLE_DCHECK_LE(count, kMaxLength);
1262 return count >= kMaxLength;