Home
last modified time | relevance | path

Searched refs:RepeatedBool (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs73 RepeatedBool = { true, false }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs87 Assert.AreEqual(0, message.RepeatedBool.Count); in DefaultValues()
176 RepeatedBool = { true, false }, in RoundTrip_RepeatedValues()
474 RepeatedBool = { true, false }, in CloneRepeatedNonMessageValues()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go397RepeatedBool []bool `protobuf:"varint,43,rep,packed,name=repeated… member
746 return m.RepeatedBool
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1211 public pbc::RepeatedField<bool> RepeatedBool { property in Conformance.TestAllTypes
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs665 public pbc::RepeatedField<bool> RepeatedBool { property in Google.Protobuf.TestProtos.TestAllTypes