Home
last modified time | relevance | path

Searched defs:BoolField (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestWellKnownTypes.cs442 public bool? BoolField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
1441 public pbc::RepeatedField<bool?> BoolField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
2119 public bool? BoolField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes
2172 BoolField = 16, enumerator
3073 public pbc::MapField<int, bool?> BoolField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestWellKnownTypes.cs442 public bool? BoolField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
1441 public pbc::RepeatedField<bool?> BoolField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
2119 public bool? BoolField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes
2172 BoolField = 16, enumerator
3073 public pbc::MapField<int, bool?> BoolField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
/aosp_15_r20/external/golang-protobuf/internal/testprotos/registry/
H A Dtest.pb.go298BoolField *bool `protobuf:"varint,30,opt,name=bool_field,json=boolField" json:"bool_field,omitempt… member