Searched refs:TryGetSFixed32 (Results 1 – 2 of 2) sorted by relevance
146 AssertOption(-789, enumOptions.TryGetSFixed32, EnumOpt1); in OptionLocations()190 AssertOption(int.MaxValue, options.TryGetSFixed32, SFixed32Opt); in MaxValues()
123 public bool TryGetSFixed32(int field, out int value) => TryGetInt32(field, out value); in TryGetSFixed32() method in Google.Protobuf.Reflection.CustomOptions