Searched refs:TryGetSFixed64 (Results 1 – 2 of 2) sorted by relevance
132 public bool TryGetSFixed64(int field, out long value) => TryGetInt64(field, out value); in TryGetSFixed64() method in Google.Protobuf.Reflection.CustomOptions
190 …AssertOption(long.MaxValue, customOptions.TryGetSFixed64, Sfixed64Opt, d.GetOption, d.GetOptions()… in MaxValues()