Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Doneof.rs35 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/
Doneof.rs23 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/
Daccessor.rs86 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
Dmod.rs922 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 DOneofField.php35 class OneofField class
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofField.php35 class OneofField class
/aosp_15_r20/external/golang-protobuf/proto/
H A Dnoenforceutf8_test.go90 OneofField isOneofField `protobuf_oneof:"oneof_field"` member
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/field/
Dmod.rs526 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 Da.pb.go197 OneofField isM_OneofField `protobuf_oneof:"oneof_field"` member
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestCustomOptionsProto3.cs326 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 DUnittestCustomOptionsProto3.cs326 public int OneofField { property in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
338 OneofField = 2, enumerator
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test3/
H A Dtest.pb.go217 OneofField isTestAllTypes_OneofField `protobuf_oneof:"oneof_field"` member
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test/
H A Dtest.pb.go344 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 Dfields.pb.go181 OneofField isFieldTestMessage_OneofField `protobuf_oneof:"oneof_field"` member
/aosp_15_r20/external/golang-protobuf/internal/testprotos/conformance/
H A Dtest_messages_proto3.pb.go381 OneofField isTestAllTypesProto3_OneofField `protobuf_oneof:"oneof_field"` member
H A Dtest_messages_proto2.pb.go346 OneofField isTestAllTypesProto2_OneofField `protobuf_oneof:"oneof_field"` member