Home
last modified time | relevance | path

Searched defs:Proto3 (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/testprotos/nullable/
H A Dnullable.go121 type Proto3 struct { struct
122 …ool bool `protobuf:"varint,100,opt,name=optional_bool,proto3"`
123 …t32 int32 `protobuf:"varint,101,opt,name=optional_int32,proto3"`
124 …t64 int64 `protobuf:"varint,102,opt,name=optional_int64,proto3"`
125 …t32 uint32 `protobuf:"varint,103,opt,name=optional_uint32,proto3"`
126 …t64 uint64 `protobuf:"varint,104,opt,name=optional_uint64,proto3"`
127 …at float32 `protobuf:"fixed32,105,opt,name=optional_float,proto3"`
128 …le float64 `protobuf:"fixed64,106,opt,name=optional_double,proto3"`
129 …ring string `protobuf:"bytes,107,opt,name=optional_string,proto3"`
130 …ytes []byte `protobuf:"bytes,108,opt,name=optional_bytes,proto3"`
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/file/
Dsyntax.rs9 Proto3, enumerator
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dinstancetype.m137 @protocol Proto3 <Proto1, Proto2> protocol
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Dinstancetype.mm137 @protocol Proto3 <Proto1, Proto2> protocol
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs57 Proto3, enumerator
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dproto.go155 Proto3 Syntax = 3 const
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs57 Proto3, enumerator
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message_unittest.cc290 TEST_F(DynamicMessageTest, Proto3) { in TEST_F() argument
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddynamic_message_unittest.cc290 TEST_F(DynamicMessageTest, Proto3) { in TEST_F() argument
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DType.cs88 [pbr::OriginalName("SYNTAX_PROTO3")] Proto3 = 1, enumerator
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DType.cs88 [pbr::OriginalName("SYNTAX_PROTO3")] Proto3 = 1, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dmodel.rs60 Proto3, enumerator