Home
last modified time | relevance | path

Searched defs:ValueMatch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/
Dfield.rs40 pub(crate) enum ValueMatch { enum
58 impl Eq for ValueMatch {} implementation
60 impl PartialEq for ValueMatch { implementation
80 impl Ord for ValueMatch { implementation
116 impl PartialOrd for ValueMatch { implementation
222 fn value_match_f64(v: f64) -> ValueMatch { in value_match_f64()
230 impl ValueMatch { implementation
265 impl fmt::Display for ValueMatch { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/type/matcher/v3/
Dmatcher.pb.go588 ValueMatch *StringMatcher `protobuf:"bytes,2,opt,name=value_match,json=valueMatch,proto3,oneof"` member