/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/ |
D | oneof.rs | 35 pub(crate) struct OneofField<'a> { struct 43 impl<'a> OneofField<'a> { argument
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/ |
D | oneof.rs | 23 pub(crate) struct OneofField<'a> { struct 30 impl<'a> OneofField<'a> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/ |
D | accessor.rs | 86 fn accessor_fn_oneof_enum(&self, oneof: &OneofField, en: &FieldElemEnum) -> AccessorFn { in accessor_fn_oneof_enum() 165 let OneofField { ref elem, .. } = oneof; in accessor_fn_oneof() localVariable
|
D | mod.rs | 922 fn write_merge_from_oneof_case_block(&self, o: &OneofField, w: &mut CodeWriter) { in write_merge_from_oneof_case_block() 1362 fn write_message_field_get_oneof(&self, o: &OneofField, w: &mut CodeWriter) { in write_message_field_get_oneof() 1370 let OneofField { ref elem, .. } = o; in write_message_field_get_oneof() localVariable 1663 fn write_message_field_take_oneof(&self, o: &OneofField, w: &mut CodeWriter) { in write_message_field_take_oneof()
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | OneofField.php | 35 class OneofField class
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | OneofField.php | 35 class OneofField class
|
/aosp_15_r20/external/golang-protobuf/proto/ |
H A D | noenforceutf8_test.go | 90 OneofField isOneofField `protobuf_oneof:"oneof_field"` member
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/field/ |
D | mod.rs | 526 pub fn oneof(&self) -> &OneofField { in oneof() 1383 fn write_merge_from_oneof(&self, f: &OneofField, wire_type_var: &str, w: &mut CodeWriter) { in write_merge_from_oneof()
|
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/import_public/sub/ |
H A D | a.pb.go | 197 OneofField isM_OneofField `protobuf_oneof:"oneof_field"` member
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestCustomOptionsProto3.cs | 326 public int OneofField { property in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions 338 OneofField = 2, enumerator
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestCustomOptionsProto3.cs | 326 public int OneofField { property in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions 338 OneofField = 2, enumerator
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test3/ |
H A D | test.pb.go | 217 OneofField isTestAllTypes_OneofField `protobuf_oneof:"oneof_field"` member
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test/ |
H A D | test.pb.go | 344 OneofField isTestAllTypes_OneofField `protobuf_oneof:"oneof_field"` member 1547 OneofField isTestRequiredForeign_OneofField `protobuf_oneof:"oneof_field"` member
|
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/ |
H A D | fields.pb.go | 181 OneofField isFieldTestMessage_OneofField `protobuf_oneof:"oneof_field"` member
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/conformance/ |
H A D | test_messages_proto3.pb.go | 381 OneofField isTestAllTypesProto3_OneofField `protobuf_oneof:"oneof_field"` member
|
H A D | test_messages_proto2.pb.go | 346 OneofField isTestAllTypesProto2_OneofField `protobuf_oneof:"oneof_field"` member
|