Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs123 public bool TryGetSFixed32(int field, out int value) => TryGetInt32(field, out value); in TryGetSFixed32() method in Google.Protobuf.Reflection.CustomOptions
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs144 …AssertOption(-789, enumDescriptor.CustomOptions.TryGetSFixed32, EnumOpt1, enumDescriptor.GetOption… in OptionLocations()
189 …AssertOption(int.MaxValue, customOptions.TryGetSFixed32, Sfixed32Opt, d.GetOption, d.GetOptions().… in MaxValues()