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