Home
last modified time | relevance | path

Searched defs:DebugTuple (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/library/core/src/fmt/
Dbuilders.rs268 pub struct DebugTuple<'a, 'b: 'a> { struct
278 ) -> DebugTuple<'a, 'b> { in debug_tuple_new() argument
283 impl<'a, 'b: 'a> DebugTuple<'a, 'b> { implementation
/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dexample.rs73 pub struct DebugTuple(()); struct
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dexample.rs69 pub struct DebugTuple(()); struct
/third_party/rust/rust/src/tools/rust-analyzer/crates/test-utils/src/
Dminicore.rs835 pub struct DebugTuple; struct
838 pub fn debug_tuple(&mut self, name: &str) -> DebugTuple { in debug_tuple()
847 impl DebugTuple { impl
/third_party/rust/crates/log/src/kv/
Dsource.rs228 impl<'a, 'b: 'a, 'kvs> Visitor<'kvs> for fmt::DebugTuple<'a, 'b> { implementation