Home
last modified time | relevance | path

Searched defs:Pretty (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/tracing-subscriber/src/fmt/format/
Dpretty.rs99 pub struct Pretty { struct
103 /// The [visitor] produced by [`Pretty`]'s [`MakeVisitor`] implementation. argument
135 impl Default for Pretty { implementation
143 impl Pretty { impl
337 impl<'writer> FormatFields<'writer> for Pretty { implementation
Dmod.rs649 pub fn pretty(self) -> Format<Pretty, T> { in pretty()
/external/rust/crates/toml_edit/src/ser/
Dpretty.rs1 pub(crate) struct Pretty; struct
3 impl crate::visit_mut::VisitMut for Pretty { implementation
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/Symbolize/
DDIPrinter.h64 bool Pretty; member
/external/rust/crates/libtest-mimic/src/
Dargs.rs176 Pretty, enumerator
/external/cronet/third_party/boringssl/src/util/fipstools/delocate/
Ddelocate.peg.go254 Pretty bool member
344 func Pretty(pretty bool) func(*Asm) error { func
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.peg.go260 Pretty bool member
350 func Pretty(pretty bool) func(*Asm) error { func
/external/boringssl/src/util/fipstools/acvp/acvptool/
Dparser.peg.go178 Pretty bool member
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/
Dparser.peg.go178 Pretty bool member
/external/turbine/java/com/google/turbine/tree/
DPretty.java41 public class Pretty implements Tree.Visitor<@Nullable Void, @Nullable Void> { class
/external/rust/crates/tracing-subscriber/src/fmt/
Dmod.rs756 ) -> SubscriberBuilder<format::Pretty, format::Format<format::Pretty, T>, F, W> { in pretty()
Dfmt_layer.rs550 pub fn pretty(self) -> Layer<S, format::Pretty, format::Format<format::Pretty, T>, W> { in pretty()