Searched refs:kMinMessageLength (Results 1 – 1 of 1) sorted by relevance
694 const size_t kMinMessageLength = arraysize(kStartToken) + 4; in OnFileCanReadWithoutBlocking() local695 if (bytes_read_ < kMinMessageLength) { in OnFileCanReadWithoutBlocking()