/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | xds_routing.cc | 60 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/ |
D | intrinsic_table.inl.tmpl | 27 {{- 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;
|
D | intrinsic_table.cc | 41 class Matchers; 164 const Matchers& m, in MatchState() 178 Matchers const& matchers; 879 Matchers matchers;
|
D | intrinsic_table.inl | 1519 /// 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/ |
D | matchers.md | 1 # 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 …]
|
D | mocking.md | 74 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).
|
D | assertions.md | 105 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/ |
D | xds_api.h | 54 struct Matchers { struct 109 bool operator==(const Matchers& other) const { 116 Matchers matchers;
|
D | xds_api.cc | 137 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 …]
|
D | xds_client.cc | 2025 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/ |
D | parser_test.go | 77 Matchers: []ast.MatcherDecl{{ 85 Matchers: []ast.MatcherDecl{{
|
D | parser.go | 64 out.Matchers = append(out.Matchers, p.matcherDecl())
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_api.h | 72 struct Matchers { struct 77 bool operator==(const Matchers& other) const { 85 Matchers matchers;
|
D | xds_api.cc | 144 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/ |
D | FlutterGalleryInstrumentationTest.java | 15 import static org.hamcrest.Matchers.is;
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/ |
D | ast.go | 30 Matchers []MatcherDecl member 44 for _, m := range a.Matchers {
|
/third_party/flutter/skia/src/core/ |
D | SkRecordPattern.h | 110 template <typename... Matchers> class Pattern;
|
/third_party/skia/src/core/ |
D | SkRecordPattern.h | 111 template <typename... Matchers> class Pattern;
|
/third_party/googletest/docs/ |
D | gmock_cheat_sheet.md | 171 ## Matchers {#MatcherList} 173 See the [Matchers Reference](reference/matchers.md).
|
D | gmock_cook_book.md | 843 ## 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 …]
|
D | gmock_for_dummies.md | 344 ### Matchers: What Arguments Do We Expect?
|
D | advanced.md | 167 ### Asserting Using gMock Matchers
|
/third_party/flutter/engine/flutter/shell/platform/android/test/io/flutter/embedding/android/ |
D | FlutterActivityAndFragmentDelegateTest.java | 36 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/ |
D | resolve.go | 57 for _, m := range a.Matchers {
|
/third_party/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 8192 TEST(AllOfArrayTest, Matchers) { in TEST() argument 8243 TEST(AnyOfArrayTest, Matchers) { in TEST() argument
|