Home
last modified time | relevance | path

Searched defs:MessageField (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Dmessage_field.rs34 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/
Doption_kind.rs11 MessageField, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/field/
Dindex.rs87 MessageField( enumerator
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/internal/
H A Dcodegen.h74 constexpr MessageField(uint32_t field_number, in MessageField() function
/aosp_15_r20/external/protobuf/java/core/src/test/proto/com/google/protobuf/
H A Dtest_bad_identifiers.proto201 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 Dtest_bad_identifiers.proto201 repeated ForbiddenWordsUnderscoreMessage MessageField = 25; // NO_PROTO3 field
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Drust_types_values.rs43 MessageField(Box<RustType>), enumerator
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_pool_test.py807 class MessageField(object): class
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_pool_test.py807 class MessageField(object): class
/aosp_15_r20/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
H A Dunittest_proto3.proto235 ForeignMessage MessageField = 4; field
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
H A Dunittest_proto3.proto235 ForeignMessage MessageField = 4; field
/aosp_15_r20/external/protobuf/csharp/protos/
H A Dunittest_proto3.proto226 ForeignMessage MessageField = 4; field
H A Dunittest.proto545 optional ForeignMessage MessageField = 4; field
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/protos/
H A Dunittest_proto3.proto226 ForeignMessage MessageField = 4; field
H A Dunittest.proto545 optional ForeignMessage MessageField = 4; field
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprotozero_to_json.cc743 void MessageField(const DescriptorPool& pool, in MessageField() function
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/
Dmessages.py1547 class MessageField(Field): class
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dunittest.proto609 optional ForeignMessage MessageField = 4; field
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dunittest.proto609 optional ForeignMessage MessageField = 4; field
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs4486 public global::Google.Protobuf.TestProtos.ForeignMessage MessageField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
H A DUnittest.cs15094 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 DUnittestProto3.cs4486 public global::Google.Protobuf.TestProtos.ForeignMessage MessageField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
H A DUnittest.cs15094 public global::Google.Protobuf.TestProtos.Proto2.ForeignMessage MessageField { property in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames