Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/2.27.1/src/
Doneof.rs81 pub(crate) struct OneofVariantGen<'a> { struct
90 impl<'a> OneofVariantGen<'a> { implementation
Dmessage.rs134 F: Fn(&mut CodeWriter, &OneofVariantGen, &str, &RustType), in write_match_each_oneof_variant()
/external/rust/crates/protobuf-codegen/src/gen/
Doneof.rs115 pub(crate) struct OneofVariantGen<'a> { struct
123 impl<'a> OneofVariantGen<'a> { implementation
Dmessage.rs195 F: Fn(&mut CodeWriter, &OneofVariantGen, &RustValueTyped), in write_match_each_oneof_variant()