HomeSort by relevance Sort by last modified time
    Searched defs:getSubchannelId (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
GetSubchannelRequestOrBuilder.java 17 long getSubchannelId();
SubchannelRefOrBuilder.java 17 long getSubchannelId();
GetSubchannelRequest.java 91 public long getSubchannelId() {
138 result = result && (getSubchannelId()
139 == other.getSubchannelId());
153 getSubchannelId());
349 if (other.getSubchannelId() != 0L) {
350 setSubchannelId(other.getSubchannelId());
387 public long getSubchannelId() {
SubchannelRef.java 102 public long getSubchannelId() {
197 result = result && (getSubchannelId()
198 == other.getSubchannelId());
214 getSubchannelId());
419 if (other.getSubchannelId() != 0L) {
420 setSubchannelId(other.getSubchannelId());
461 public long getSubchannelId() {

Completed in 575 milliseconds