Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/
Doneof.rs22 pub(crate) struct OneofField<'a> { struct
29 impl<'a> OneofField<'a> { argument
/external/protobuf/php/src/Google/Protobuf/Internal/
DOneofField.php35 class OneofField class
/external/golang-protobuf/protoc-gen-go/testdata/import_public/sub/
Da.pb.go140 OneofField isM_OneofField `protobuf_oneof:"oneof_field"` member
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs527 pub fn oneof(&self) -> &OneofField { in oneof()
1384 fn write_merge_from_oneof(&self, f: &OneofField, wire_type_var: &str, w: &mut CodeWriter) { in write_merge_from_oneof()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestCustomOptionsProto3.cs314 public int OneofField { property in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
326 OneofField = 2, enumerator