Searched refs:NodeMatcher (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/type/matcher/v3/ |
D | node.proto | 21 message NodeMatcher { message 22 option (udpa.annotations.versioning).previous_message_type = "envoy.type.matcher.NodeMatcher";
|
/external/rust/android-crates-io/crates/petgraph/src/algo/ |
D | isomorphism.rs | 16 use self::semantic::NodeMatcher; 156 pub trait NodeMatcher<G0: GraphBase, G1: GraphBase> { interface 161 impl<G0: GraphBase, G1: GraphBase> NodeMatcher<G0, G1> for NoSemanticMatch { 172 impl<G0, G1, F> NodeMatcher<G0, G1> for F 291 NM: NodeMatcher<G0, G1>, in is_feasible() 573 NM: NodeMatcher<G0, G1>, in try_match() 602 NM: NodeMatcher<G0, G1>, in isomorphisms() 691 NM: NodeMatcher<G0, G1>, 713 NM: NodeMatcher<G0, G1>, 746 NM: NodeMatcher<G0, G1>,
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/lib/inspect_testing/public/lib/inspect/testing/cpp/ |
D | inspect.h | 34 using NodeMatcher = ::testing::Matcher<const NodeValue&>; variable 139 ::testing::Matcher<const Hierarchy&> NodeMatches(NodeMatcher matcher);
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | node_matchers.cc | 110 struct NodeMatcher : public ::testing::MatcherInterface<const Node*> { struct 393 NodeMatcher* matcher = new NodeMatcher(); in NodeWith()
|
/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
D | CsdsServiceTest.java | 39 import io.envoyproxy.envoy.type.matcher.v3.NodeMatcher; 91 ClientStatusRequest.newBuilder().addNodeMatchers(NodeMatcher.getDefaultInstance()).build();
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/lib/inspect_testing/ |
D | inspect.cc | 247 ::testing::Matcher<const Hierarchy&> NodeMatches(NodeMatcher matcher) { in NodeMatches()
|
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/service/status/v3/ |
D | csds.proto | 84 repeated type.matcher.v3.NodeMatcher node_matchers = 1;
|