Home
last modified time | relevance | path

Searched refs:isByteBuf (Results 1 – 11 of 11) sorted by relevance

/dports/devel/spark/spark-2.1.1/common/network-common/src/main/java/org/apache/spark/network/sasl/
H A DSaslEncryption.java135 private final boolean isByteBuf; field in SaslEncryption.EncryptedMessage
157 this.isByteBuf = msg instanceof ByteBuf; in EncryptedMessage()
158 this.buf = isByteBuf ? (ByteBuf) msg : null; in EncryptedMessage()
159 this.region = isByteBuf ? null : (FileRegion) msg; in EncryptedMessage()
174 return isByteBuf ? buf.readableBytes() : region.count(); in count()
261 if (isByteBuf) { in nextChunk()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/ipdl/ipdl/
H A Dtype.py153 def isByteBuf(self): return False member in IPDLType
378 def isByteBuf(self): return True member in ByteBufType
H A Dlower.py517 if ipdltype.isIPDL() and ipdltype.isByteBuf():
532 ipdltype.isByteBuf() or
/dports/www/firefox-esr/firefox-91.8.0/ipc/ipdl/ipdl/
H A Dtype.py229 def isByteBuf(self): member in IPDLType
578 def isByteBuf(self): member in ByteBufType
H A Dlower.py565 if ipdltype.isIPDL() and ipdltype.isByteBuf():
617 or ipdltype.isByteBuf()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/ipdl/ipdl/
H A Dtype.py213 def isByteBuf(self): return False member in IPDLType
518 def isByteBuf(self): return True member in ByteBufType
H A Dlower.py579 if ipdltype.isIPDL() and ipdltype.isByteBuf():
630 ipdltype.isByteBuf() or
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/ipdl/ipdl/
H A Dtype.py229 def isByteBuf(self): member in IPDLType
578 def isByteBuf(self): member in ByteBufType
H A Dlower.py565 if ipdltype.isIPDL() and ipdltype.isByteBuf():
617 or ipdltype.isByteBuf()
/dports/www/firefox/firefox-99.0/ipc/ipdl/ipdl/
H A Dtype.py233 def isByteBuf(self): member in IPDLType
586 def isByteBuf(self): member in ByteBufType
H A Dlower.py611 ipdltype.isByteBuf()
649 ipdltype.isByteBuf()