Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/slice/
H A DConfig.h62 hasRegex() const in hasRegex() function
H A Dslice.cc54 if (config->hasRegex()) { in read_request()
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DVisibilityLabelsProtos.java4971 boolean hasRegex(); in hasRegex() method
5084 public boolean hasRegex() { in hasRegex() method in VisibilityLabelsProtos.ListLabelsRequest
5175 result = result && (hasRegex() == other.hasRegex()); in equals()
5176 if (hasRegex()) { in equals()
5193 if (hasRegex()) { in hashCode()
5356 if (other.hasRegex()) { in mergeFrom()
5393 public boolean hasRegex() { in hasRegex() method in VisibilityLabelsProtos.ListLabelsRequest.Builder
H A DMasterProtos.java39409 boolean hasRegex(); in hasRegex() method
39604 public boolean hasRegex() { in hasRegex() method in MasterProtos.GetTableDescriptorsRequest
39786 result = result && (hasRegex() == other.hasRegex()); in equals()
39787 if (hasRegex()) { in equals()
39818 if (hasRegex()) { in hashCode()
40043 if (other.hasRegex()) { in mergeFrom()
41249 boolean hasRegex(); in hasRegex() method
41397 public boolean hasRegex() { in hasRegex() method in MasterProtos.GetTableNamesRequest
41563 result = result && (hasRegex() == other.hasRegex()); in equals()
41564 if (hasRegex()) { in equals()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/master/
H A DMasterRpcServices.java862 final String regex = req.hasRegex() ? req.getRegex() : null; in getTableDescriptors()
901 final String regex = req.hasRegex() ? req.getRegex() : null; in getTableNames()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/
H A DVisibilityController.java1020 String regex = request.hasRegex() ? request.getRegex() : null; in listLabels()