Home | History | Annotate | Download | only in util

Lines Matching refs:kMaxLength

887   static const int kMaxLength = 200;
888 char buf[kMaxLength];
889 if (n >= kMaxLength) return false;