Searched refs:isReadable (Results 1 – 18 of 18) sorted by relevance
29 (( entry->isReadable() && isReadable_ != CoderInfo::TrueMatch ) || in test()30 ( !entry->isReadable() && isReadable_ != CoderInfo::FalseMatch )) ) in test()35 << static_cast<int>(entry->isReadable()) in test()
71 if (clientData.isReadable()) { in processPeerHandshakeShouldAcceptPartialFrames()166 if (clientData.isReadable()) { in doHandshake()172 if (serverData.isReadable()) { in doHandshake()
55 while (tag.isReadable()) { in decrypt()
55 while (buf.isReadable()) { in fragmentByteBuf()
142 while (protect.isReadable()) { in sendMessage()
209 if (in.isReadable()) { in addUnhandled()258 if (!in.isReadable()) { in handleHeader()360 boolean keepLast = lastBuf.isReadable(); in clearState()
185 if (!buffer.isReadable()) { in sendHandshake()
86 if (!msg.isReadable()) { in write()
57 bool isReadable(void) const;
2137 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||2138 ( !coderInfo.isReadable() && isReadable_ != CoderInfo::FalseMatch )) )
41 virtual bool isReadable() const = 0;
68 public boolean isReadable() { in isReadable() method in MethodProperty
64 public boolean isReadable() { in isReadable() method in Property
112 if (property.isReadable() && (allowReadOnlyProperties || property.isWritable())) { in createPropertySet()
42 bool isReadable() const override;
108 bool DIASectionContrib::isReadable() const { in isReadable() function in DIASectionContrib
120 bool Magick::CoderInfo::isReadable(void) const in isReadable() function in Magick::CoderInfo
462 if !isReadable(v) && (i != len(data)-1 || v != 0) {501 func isReadable(v byte) bool { func