/aosp_15_r20/external/golang-protobuf/internal/testprotos/nullable/ |
H A D | nullable.go | 14 type Proto2 struct { struct 15 …tionalBool bool `protobuf:"varint,100,opt,name=optional_bool"` 16 …ionalInt32 int32 `protobuf:"varint,101,opt,name=optional_int32"` 17 …ionalInt64 int64 `protobuf:"varint,102,opt,name=optional_int64"` 18 …onalUint32 uint32 `protobuf:"varint,103,opt,name=optional_uint32"` 19 …onalUint64 uint64 `protobuf:"varint,104,opt,name=optional_uint64"` 20 …onalFloat float32 `protobuf:"fixed32,105,opt,name=optional_float"` 21 …nalDouble float64 `protobuf:"fixed64,106,opt,name=optional_double"` 22 …ionalString string `protobuf:"bytes,107,opt,name=optional_string"` 23 …tionalBytes []byte `protobuf:"bytes,108,opt,name=optional_bytes"` [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | SampleMessages.cs | 35 using Proto2 = Google.Protobuf.TestProtos.Proto2; typedef
|
H A D | GeneratedMessageTest.Proto2.cs | 2 using Proto2 = Google.Protobuf.TestProtos.Proto2; typedef
|
H A D | UnknownFieldSetTest.cs | 36 using Proto2 = Google.Protobuf.TestProtos.Proto2; typedef
|
H A D | GeneratedMessageTest.cs | 36 using Proto2 = Google.Protobuf.TestProtos.Proto2; typedef
|
H A D | CodedInputStreamTest.cs | 37 using Proto2 = Google.Protobuf.TestProtos.Proto2; typedef
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | SampleMessages.cs | 35 using Proto2 = Google.Protobuf.TestProtos.Proto2; typedef
|
H A D | GeneratedMessageTest.Proto2.cs | 2 using Proto2 = Google.Protobuf.TestProtos.Proto2; typedef
|
H A D | UnknownFieldSetTest.cs | 36 using Proto2 = Google.Protobuf.TestProtos.Proto2; typedef
|
H A D | GeneratedMessageTest.cs | 36 using Proto2 = Google.Protobuf.TestProtos.Proto2; typedef
|
H A D | CodedInputStreamTest.cs | 37 using Proto2 = Google.Protobuf.TestProtos.Proto2; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/file/ |
D | syntax.rs | 7 Proto2, enumerator
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | protocol-attribute.m | 12 @protocol Proto2 <MyProto1> // expected-warning {{'MyProto1' is deprecated}} protocol
|
H A D | instancetype.m | 22 @protocol Proto2 protocol
|
/aosp_15_r20/external/clang/test/Rewriter/ |
H A D | instancetype-test.mm | 23 @protocol Proto2 protocol
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
H A D | FieldAccessTest.cs | 34 using Proto2 = Google.Protobuf.TestProtos.Proto2; typedef
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
H A D | FieldAccessTest.cs | 34 using Proto2 = Google.Protobuf.TestProtos.Proto2; typedef
|
/aosp_15_r20/external/clang/test/SemaObjCXX/ |
H A D | instancetype.mm | 22 @protocol Proto2 protocol
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | FileDescriptor.cs | 53 Proto2, enumerator
|
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/ |
H A D | proto.go | 154 Proto2 Syntax = 2 const
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | FileDescriptor.cs | 53 Proto2, enumerator
|
/aosp_15_r20/external/pigweed/pw_protobuf/ |
H A D | codegen_encoder_test.cc | 506 TEST(Codegen, Proto2) { in TEST() argument
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Type.cs | 84 [pbr::OriginalName("SYNTAX_PROTO2")] Proto2 = 0, enumerator
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Type.cs | 84 [pbr::OriginalName("SYNTAX_PROTO2")] Proto2 = 0, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/ |
D | model.rs | 58 Proto2, enumerator
|