Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
DHandshaker.java2055 boolean hasLocalIdentity(); in hasLocalIdentity() method
2551 public boolean hasLocalIdentity() { in hasLocalIdentity() method in Handshaker.StartClientHandshakeReq
2841 result = result && (hasLocalIdentity() == other.hasLocalIdentity()); in equals()
2842 if (hasLocalIdentity()) { in equals()
2888 if (hasLocalIdentity()) { in hashCode()
3230 if (other.hasLocalIdentity()) { in mergeFrom()
3975 public boolean hasLocalIdentity() { in hasLocalIdentity() method in Handshaker.StartClientHandshakeReq.Builder
9761 boolean hasLocalIdentity(); in hasLocalIdentity() method
10091 public boolean hasLocalIdentity() { in hasLocalIdentity() method in Handshaker.HandshakerResult
10257 result = result && (hasLocalIdentity() == other.hasLocalIdentity()); in equals()
[all …]