Home
last modified time | relevance | path

Searched refs:TryGetSInt32 (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs169 AssertOption(int.MinValue, options.TryGetSInt32, SInt32Opt); in MinValues()
186 AssertOption(int.MaxValue, options.TryGetSInt32, SInt32Opt); in MaxValues()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs141 … public bool TryGetSInt32(int field, out int value) => TryGetPrimitiveValue(field, out value); in TryGetSInt32() method in Google.Protobuf.Reflection.CustomOptions