Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DGetChannelResponse.java99 public boolean hasChannel() { in hasChannel() method in GetChannelResponse
168 result = result && (hasChannel() == other.hasChannel()); in equals()
169 if (hasChannel()) { in equals()
184 if (hasChannel()) { in hashCode()
391 if (other.hasChannel()) { in mergeFrom()
432 public boolean hasChannel() { in hasChannel() method in GetChannelResponse.Builder
DGetChannelResponseOrBuilder.java18 boolean hasChannel(); in hasChannel() method
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h287 bool hasChannel(const PixelChannel channel) const;
/external/ImageMagick/Magick++/lib/
DImage.cpp974 bool Magick::Image::hasChannel(const PixelChannel channel) const in hasChannel() function in Magick::Image