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
191 AssertOption(long.MaxValue, options.TryGetSFixed64, SFixed64Opt); in MaxValues()