Home
last modified time | relevance | path

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

/dports/net/pichi/pichi-1.4.0/include/pichi/api/
H A Dbalancer.hpp29 static SelectorPtr makeSelector(BalanceType, EndpointIt, EndpointIt);
37 selector_{makeSelector(type, std::cbegin(endpoints_), std::cend(endpoints_))}
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/prometheus/components/monaco-query-field/monaco-completion-provider/
H A Dcompletions.ts86 function makeSelector(metricName: string | undefined, labels: Label[]): string { function
110 const selector = makeSelector(metric, otherLabels);
159 const selector = makeSelector(metric, otherLabels);
/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A DMimeSym.cc53 selector = as->makeSelector(TheType + '-' + name); in field()
H A DObjLifeCycleSym.cc72 selector = a.makeSelector(strExpires); in expires()
H A DPglArraySym.h50 RndDistr *makeSelector(const String &name);
H A DSslWrapSym.cc123 selector = as->makeSelector(strSslCiphers); in ciphers()
H A DContentSym.cc134 selector = a.makeSelector(strContainerContents); in contains()
H A DPglArraySym.cc311 RndDistr *ArraySym::makeSelector(const String &name) { in makeSelector() function in ArraySym
H A DRobotSym.cc284 selector = os.makeSelector(kind() + "-origins"); in origins()
/dports/net/pichi/pichi-1.4.0/src/api/
H A Dbalancer.cpp125 Balancer::SelectorPtr Balancer::makeSelector(BalanceType type, EndpointIt first, EndpointIt last) in makeSelector() function in pichi::api::Balancer
/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxes.cpp452 static Tree makeSelector(int n, int i) in makeSelector() function
455 return (n == 1) ? op : boxPar(op, makeSelector(n - 1, i - 1)); in makeSelector()
464 Tree sel = boxSeq(gGlobal->LETRECBODY, makeSelector(n, i)); in makeRecProjectionsList()
/dports/www/grafana8/grafana-8.3.6/public/build/
H A Dprom-query-field.0e38943fa459e872fe93.js.map1makeSelector(metricName: string | undefined, labels: Label[]): string {\n const allLabels = [...l…