Home
last modified time | relevance | path

Searched refs:impl_debug (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/bindgen/src/codegen/
Dimpl_debug.rs26 &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() method
71 fn impl_debug( in impl_debug() method
77 ctx.resolve_item(self.ty()).impl_debug(ctx, name) in impl_debug()
87 fn impl_debug( in impl_debug() method
116 fn impl_debug( in impl_debug() method
228 ctx.resolve_item(t).impl_debug(ctx, name) in impl_debug()
Dmod.rs4 mod impl_debug; module
1961 ctx.options().impl_debug && in codegen()
2198 let impl_ = impl_debug::gen_debug_impl( in codegen()
/external/rust/crates/bindgen/src/
Dlib.rs332 if self.options.impl_debug { in command_line_flags()
1096 pub fn impl_debug(mut self, doit: bool) -> Self { in impl_debug() method
1097 self.options.impl_debug = doit; in impl_debug()
1713 impl_debug: bool, field
1986 impl_debug: false, in default()
Doptions.rs633 builder = builder.impl_debug(true); in builder_from_flags()
/external/rust/crates/grpcio-sys/
Dbuild.rs344 .impl_debug(true) in bindgen_grpc()