Searched refs:impl_debug (Results 1 – 5 of 5) sorted by relevance
26 &Field::DataMember(ref fd) => fd.impl_debug(ctx, ()), in gen_debug_impl()27 &Field::Bitfields(ref bu) => bu.impl_debug(ctx, ()), in gen_debug_impl()61 fn impl_debug( in impl_debug() method71 fn impl_debug( in impl_debug() method77 ctx.resolve_item(self.ty()).impl_debug(ctx, name) in impl_debug()87 fn impl_debug( in impl_debug() method116 fn impl_debug( in impl_debug() method228 ctx.resolve_item(t).impl_debug(ctx, name) in impl_debug()
4 mod impl_debug; module1961 ctx.options().impl_debug && in codegen()2198 let impl_ = impl_debug::gen_debug_impl( in codegen()
332 if self.options.impl_debug { in command_line_flags()1096 pub fn impl_debug(mut self, doit: bool) -> Self { in impl_debug() method1097 self.options.impl_debug = doit; in impl_debug()1713 impl_debug: bool, field1986 impl_debug: false, in default()
633 builder = builder.impl_debug(true); in builder_from_flags()
344 .impl_debug(true) in bindgen_grpc()