Home
last modified time | relevance | path

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/
Dnode.proto21 message NodeMatcher { message
22 option (udpa.annotations.versioning).previous_message_type = "envoy.type.matcher.NodeMatcher";
/external/rust/android-crates-io/crates/petgraph/src/algo/
Disomorphism.rs16 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/
Dinspect.h34 using NodeMatcher = ::testing::Matcher<const NodeValue&>; variable
139 ::testing::Matcher<const Hierarchy&> NodeMatches(NodeMatcher matcher);
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers.cc110 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/
DCsdsServiceTest.java39 import io.envoyproxy.envoy.type.matcher.v3.NodeMatcher;
91 ClientStatusRequest.newBuilder().addNodeMatchers(NodeMatcher.getDefaultInstance()).build();
/external/pigweed/pw_bluetooth_sapphire/fuchsia/lib/inspect_testing/
Dinspect.cc247 ::testing::Matcher<const Hierarchy&> NodeMatches(NodeMatcher matcher) { in NodeMatches()
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/service/status/v3/
Dcsds.proto84 repeated type.matcher.v3.NodeMatcher node_matchers = 1;