Home
last modified time | relevance | path

Searched refs:RepeatedBoolFieldNumber (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs153 var accessor = ((IMessage) message).Descriptor.Fields[TestProtos.TestAllTypes.RepeatedBoolFieldNumber].Accessor; in HasValue_Proto3_Repeated()
203 var accessor = ((IMessage) message).Descriptor.Fields[Proto2.TestAllTypes.RepeatedBoolFieldNumber].Accessor; in HasValue_Proto2_Repeated()
417 Assert.IsFalse(fields[TestProtos.TestAllTypes.RepeatedBoolFieldNumber].HasPresence); in HasPresence()
430 Assert.IsFalse(fields[Proto2.TestAllTypes.RepeatedBoolFieldNumber].HasPresence); in HasPresence()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs849 public const int RepeatedBoolFieldNumber = 43; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
H A DTestMessagesProto2.cs1042 public const int RepeatedBoolFieldNumber = 43; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
H A DUnittestProto3.cs725 public const int RepeatedBoolFieldNumber = 43; field in Google.Protobuf.TestProtos.TestAllTypes
H A DUnittest.cs1932 public const int RepeatedBoolFieldNumber = 43; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
[all...]

Completed in 69 milliseconds