Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
DHandshaker.java6143 inBytes_ = com.google.protobuf.ByteString.EMPTY; in StartServerHandshakeReq()
6201 inBytes_ = input.readBytes(); in StartServerHandshakeReq()
6440 private com.google.protobuf.ByteString inBytes_; field in Handshaker.StartServerHandshakeReq
6450 return inBytes_; in getInBytes()
6579 if (!inBytes_.isEmpty()) { in writeTo()
6580 output.writeBytes(3, inBytes_); in writeTo()
6617 if (!inBytes_.isEmpty()) { in getSerializedSize()
6619 .computeBytesSize(3, inBytes_); in getSerializedSize()
6857 inBytes_ = com.google.protobuf.ByteString.EMPTY; in clear()
6908 result.inBytes_ = inBytes_; in buildPartial()
[all …]