Searched refs:TryGetSFixed32 (Results 1 – 2 of 2) sorted by relevance
123 public bool TryGetSFixed32(int field, out int value) => TryGetInt32(field, out value); in TryGetSFixed32() method in Google.Protobuf.Reflection.CustomOptions
144 …AssertOption(-789, enumDescriptor.CustomOptions.TryGetSFixed32, EnumOpt1, enumDescriptor.GetOption… in OptionLocations()189 …AssertOption(int.MaxValue, customOptions.TryGetSFixed32, Sfixed32Opt, d.GetOption, d.GetOptions().… in MaxValues()