Home
last modified time | relevance | path

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

/external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/
DServer.java196 public boolean getDrop() { in getDrop() method in Server
269 result = result && (getDrop() in equals()
270 == other.getDrop()); in equals()
290 getDrop()); in hashCode()
510 if (other.getDrop() != false) { in mergeFrom()
511 setDrop(other.getDrop()); in mergeFrom()
746 public boolean getDrop() { in getDrop() method in Server.Builder
DServerOrBuilder.java66 boolean getDrop(); in getDrop() method
/external/icu/icu4c/source/i18n/unicode/
Dmeasunit.h3257 static MeasureUnit getDrop();
/external/icu/libicu/cts_headers/unicode/
Dmeasunit.h3257 static MeasureUnit getDrop();
/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/
DGrpclbState.java574 if (server.getDrop()) { in handleResponse()
/external/icu/icu4c/source/i18n/
Dmeasunit.cpp1961 MeasureUnit MeasureUnit::getDrop() { in getDrop() function in MeasureUnit
/external/icu/icu4c/source/test/intltest/
Dmeasfmttest.cpp2262 measureUnitValue = MeasureUnit::getDrop(); in TestCompatible68()