Home
last modified time | relevance | path

Searched defs:Delimited (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/prettyplease/src/
Diter.rs4 pub struct Delimited<I: Iterator> { struct
10 fn delimited(self) -> Delimited<Self> { in delimited() argument
26 impl<I: Iterator> Iterator for Delimited<I> { implementation
/external/rust/crates/tracing-subscriber/src/field/
Ddelimited.rs10 pub struct Delimited<D, V> { struct
25 // === impl Delimited === argument
27 impl<D, V, T> MakeVisitor<T> for Delimited<D, V> implementation
40 impl<D, V> Delimited<D, V> { impl
/external/grpc-grpc/third_party/upb/upb/util/
Dcompare_test.cc36 struct Delimited { struct
37 explicit Delimited(std::string _val) : val(_val) {} in Delimited() function
55 std::variant<Varint, LongVarint, Delimited, Fixed64, Fixed32, Group> value; argument
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/util/
Dcompare_test.cc53 struct Delimited { struct
54 explicit Delimited(std::string _val) : val(_val) {} in Delimited() function
72 std::variant<Varint, LongVarint, Delimited, Fixed64, Fixed32, Group> value; argument