Searched refs:Int32Opt (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | CustomOptionsTest.cs | 61 Int32Opt = 7705709, enumerator 106 AssertOption(-100, options.TryGetInt32, Int32Opt); in ScalarOptions() 165 AssertOption(int.MinValue, options.TryGetInt32, Int32Opt); in MinValues() 182 AssertOption(int.MaxValue, options.TryGetInt32, Int32Opt); in MaxValues()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestCustomOptionsProto3.cs | 142 …mOptionsProto3Extensions.BoolOpt, UnittestCustomOptionsProto3Extensions.Int32Opt, UnittestCustomOp… in UnittestCustomOptionsProto3Reflection() 187 …ic static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, int> Int32Opt = field in UnitTest.Issues.TestProtos.UnittestCustomOptionsProto3Extensions
|