Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs146 AssertOption(-789, enumOptions.TryGetSFixed32, EnumOpt1); in OptionLocations()
190 AssertOption(int.MaxValue, options.TryGetSFixed32, SFixed32Opt); in MaxValues()
/external/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