Searched refs:TryGetSInt32 (Results 1 – 2 of 2) sorted by relevance
169 AssertOption(int.MinValue, options.TryGetSInt32, SInt32Opt); in MinValues()186 AssertOption(int.MaxValue, options.TryGetSInt32, SInt32Opt); in MaxValues()
141 … public bool TryGetSInt32(int field, out int value) => TryGetPrimitiveValue(field, out value); in TryGetSInt32() method in Google.Protobuf.Reflection.CustomOptions