Home
last modified time | relevance | path

Searched refs:Matchers (Results 1 – 25 of 26) sorted by relevance

12

/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_routing.cc60 XdsApi::RdsUpdate::RdsRoute::Matchers matchers;
114 const XdsApi::RdsUpdate::RdsRoute::Matchers* matchers;
225 const XdsApi::RdsUpdate::RdsRoute::Matchers::PathMatcher& path_matcher) { in PathMatch()
227 case XdsApi::RdsUpdate::RdsRoute::Matchers::PathMatcher::PathMatcherType:: in PathMatch()
230 case XdsApi::RdsUpdate::RdsRoute::Matchers::PathMatcher::PathMatcherType:: in PathMatch()
233 case XdsApi::RdsUpdate::RdsRoute::Matchers::PathMatcher::PathMatcherType:: in PathMatch()
263 const XdsApi::RdsUpdate::RdsRoute::Matchers::HeaderMatcher& header_matcher, in HeaderMatchHelper()
280 if (header_matcher.type == XdsApi::RdsUpdate::RdsRoute::Matchers:: in HeaderMatchHelper()
290 case XdsApi::RdsUpdate::RdsRoute::Matchers::HeaderMatcher:: in HeaderMatchHelper()
293 case XdsApi::RdsUpdate::RdsRoute::Matchers::HeaderMatcher:: in HeaderMatchHelper()
[all …]
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.inl.tmpl27 {{- template "Matchers" . }}
281 {{- define "Matchers" -}}
283 /// Matchers holds type and number matchers
284 class Matchers {
316 Matchers();
318 ~Matchers();
341 Matchers::Matchers() = default;
342 Matchers::~Matchers() = default;
Dintrinsic_table.cc41 class Matchers;
164 const Matchers& m, in MatchState()
178 Matchers const& matchers;
879 Matchers matchers;
Dintrinsic_table.inl1519 /// Matchers holds type and number matchers
1520 class Matchers { class
1575 Matchers();
1577 ~Matchers();
1638 Matchers::Matchers() = default;
1639 Matchers::~Matchers() = default;
/third_party/googletest/docs/reference/
Dmatchers.md1 # Matchers Reference
61 ## Floating-Point Matchers {#FpMatchers}
85 ## String Matchers
107 ## Container Matchers
139 int len)` -- see [Multi-argument Matchers](#MultiArgMatchers)).
157 ## Member Matchers
197 ## Pointer Matchers
206 ## Multi-argument Matchers {#MultiArgMatchers}
229 ## Composite Matchers
241 ## Adapters for Matchers
[all …]
Dmocking.md74 See the [Matchers Reference](matchers.md) for a list of all built-in matchers.
117 matcher above. See [Multi-argument Matchers](matchers.md#MultiArgMatchers).
334 See the [Matchers Reference](matchers.md) for a list of all built-in matchers.
374 matcher above. See [Multi-argument Matchers](matchers.md#MultiArgMatchers).
Dassertions.md105 Matchers enable assertions of this form to read like English and generate
116 [Matchers Reference](matchers.md). It is also possible to write your own
117 matchers—see [Writing New Matchers Quickly](../gmock_cook_book.md#NewMatchers).
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h54 struct Matchers { struct
109 bool operator==(const Matchers& other) const {
116 Matchers matchers;
Dxds_api.cc137 std::string XdsApi::RdsUpdate::RdsRoute::Matchers::PathMatcher::ToString() in ToString()
159 std::string XdsApi::RdsUpdate::RdsRoute::Matchers::HeaderMatcher::ToString() in ToString()
188 std::string XdsApi::RdsUpdate::RdsRoute::Matchers::ToString() const { in ToString()
1024 Matchers::PathMatcher::PathMatcherType::PREFIX; in RoutePathMatchParse()
1060 Matchers::PathMatcher::PathMatcherType::PATH; in RoutePathMatchParse()
1075 Matchers::PathMatcher::PathMatcherType::REGEX; in RoutePathMatchParse()
1091 XdsApi::RdsUpdate::RdsRoute::Matchers::HeaderMatcher header_matcher; in RouteHeaderMatchersParse()
1095 header_matcher.type = XdsApi::RdsUpdate::RdsRoute::Matchers:: in RouteHeaderMatchersParse()
1110 header_matcher.type = XdsApi::RdsUpdate::RdsRoute::Matchers:: in RouteHeaderMatchersParse()
1114 header_matcher.type = XdsApi::RdsUpdate::RdsRoute::Matchers:: in RouteHeaderMatchersParse()
[all …]
Dxds_client.cc2025 case XdsApi::RdsUpdate::RdsRoute::Matchers::HeaderMatcher:: in CreateServiceConfigRoute()
2030 case XdsApi::RdsUpdate::RdsRoute::Matchers::HeaderMatcher:: in CreateServiceConfigRoute()
2035 case XdsApi::RdsUpdate::RdsRoute::Matchers::HeaderMatcher:: in CreateServiceConfigRoute()
2044 case XdsApi::RdsUpdate::RdsRoute::Matchers::HeaderMatcher:: in CreateServiceConfigRoute()
2050 case XdsApi::RdsUpdate::RdsRoute::Matchers::HeaderMatcher:: in CreateServiceConfigRoute()
2055 case XdsApi::RdsUpdate::RdsRoute::Matchers::HeaderMatcher:: in CreateServiceConfigRoute()
2087 case XdsApi::RdsUpdate::RdsRoute::Matchers::PathMatcher::PathMatcherType:: in CreateServiceConfigRoute()
2092 case XdsApi::RdsUpdate::RdsRoute::Matchers::PathMatcher::PathMatcherType:: in CreateServiceConfigRoute()
2097 case XdsApi::RdsUpdate::RdsRoute::Matchers::PathMatcher::PathMatcherType:: in CreateServiceConfigRoute()
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/parser/
Dparser_test.go77 Matchers: []ast.MatcherDecl{{
85 Matchers: []ast.MatcherDecl{{
Dparser.go64 out.Matchers = append(out.Matchers, p.matcherDecl())
/third_party/grpc/src/core/ext/xds/
Dxds_api.h72 struct Matchers { struct
77 bool operator==(const Matchers& other) const {
85 Matchers matchers;
Dxds_api.cc144 std::string XdsApi::Route::Matchers::ToString() const { in ToString()
/third_party/flutter/flutter/examples/flutter_gallery/android/app/src/androidTest/java/io/flutter/demo/gallery/
DFlutterGalleryInstrumentationTest.java15 import static org.hamcrest.Matchers.is;
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
Dast.go30 Matchers []MatcherDecl member
44 for _, m := range a.Matchers {
/third_party/flutter/skia/src/core/
DSkRecordPattern.h110 template <typename... Matchers> class Pattern;
/third_party/skia/src/core/
DSkRecordPattern.h111 template <typename... Matchers> class Pattern;
/third_party/googletest/docs/
Dgmock_cheat_sheet.md171 ## Matchers {#MatcherList}
173 See the [Matchers Reference](reference/matchers.md).
Dgmock_cook_book.md843 ## Using Matchers
857 ### Using Simple Matchers argument
877 ### Combining Matchers {#CombiningMatchers} argument
898 Matchers are function objects, and parametrized matchers can be composed just
914 ### Casting Matchers {#SafeMatcherCast} argument
1092 [Multi-argument Matchers](reference/matchers.md#MultiArgMatchers) for the
1100 ### Using Matchers as Predicates argument
1138 ### Using Matchers in googletest Assertions argument
1143 ### Using Predicates as Matchers argument
1146 values—see the [Matchers Reference](reference/matchers.md) for more information.
[all …]
Dgmock_for_dummies.md344 ### Matchers: What Arguments Do We Expect?
Dadvanced.md167 ### Asserting Using gMock Matchers
/third_party/flutter/engine/flutter/shell/platform/android/test/io/flutter/embedding/android/
DFlutterActivityAndFragmentDelegateTest.java36 import static org.mockito.Matchers.any;
37 import static org.mockito.Matchers.eq;
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
Dresolve.go57 for _, m := range a.Matchers {
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc8192 TEST(AllOfArrayTest, Matchers) { in TEST() argument
8243 TEST(AnyOfArrayTest, Matchers) { in TEST() argument

12