/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | message_field.rs | 34 pub struct MessageField<T>(pub Option<Box<T>>); struct 36 impl<T> MessageField<T> { impl 145 impl<T: Default> MessageField<T> { implementation 153 impl<M: Message> MessageField<M> { implementation 169 impl<M: Message> Deref for MessageField<M> { implementation 182 impl<M: Message> DerefMut for MessageField<M> { implementation 188 impl<T> Default for MessageField<T> { implementation 197 impl<T> From<Option<T>> for MessageField<T> { implementation 203 impl<'a, T> IntoIterator for &'a MessageField<T> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/ |
D | option_kind.rs | 11 MessageField, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/field/ |
D | index.rs | 87 MessageField( enumerator
|
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/internal/ |
H A D | codegen.h | 74 constexpr MessageField(uint32_t field_number, in MessageField() function
|
/aosp_15_r20/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
H A D | test_bad_identifiers.proto | 201 repeated ForbiddenWordsUnderscoreMessage MessageField = 25; // NO_PROTO3 field
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/ |
H A D | test_bad_identifiers.proto | 201 repeated ForbiddenWordsUnderscoreMessage MessageField = 25; // NO_PROTO3 field
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/ |
D | rust_types_values.rs | 43 MessageField(Box<RustType>), enumerator
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
H A D | descriptor_pool_test.py | 807 class MessageField(object): class
|
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/ |
H A D | descriptor_pool_test.py | 807 class MessageField(object): class
|
/aosp_15_r20/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
H A D | unittest_proto3.proto | 235 ForeignMessage MessageField = 4; field
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
H A D | unittest_proto3.proto | 235 ForeignMessage MessageField = 4; field
|
/aosp_15_r20/external/protobuf/csharp/protos/ |
H A D | unittest_proto3.proto | 226 ForeignMessage MessageField = 4; field
|
H A D | unittest.proto | 545 optional ForeignMessage MessageField = 4; field
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/protos/ |
H A D | unittest_proto3.proto | 226 ForeignMessage MessageField = 4; field
|
H A D | unittest.proto | 545 optional ForeignMessage MessageField = 4; field
|
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | protozero_to_json.cc | 743 void MessageField(const DescriptorPool& pool, in MessageField() function
|
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/ |
D | messages.py | 1547 class MessageField(Field): class
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | unittest.proto | 609 optional ForeignMessage MessageField = 4; field
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | unittest.proto | 609 optional ForeignMessage MessageField = 4; field
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestProto3.cs | 4486 public global::Google.Protobuf.TestProtos.ForeignMessage MessageField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
|
H A D | Unittest.cs | 15094 public global::Google.Protobuf.TestProtos.Proto2.ForeignMessage MessageField { property in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestProto3.cs | 4486 public global::Google.Protobuf.TestProtos.ForeignMessage MessageField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
|
H A D | Unittest.cs | 15094 public global::Google.Protobuf.TestProtos.Proto2.ForeignMessage MessageField { property in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames
|