Searched refs:TryGetSInt64 (Results 1 – 2 of 2) sorted by relevance
154 AssertOption(-9876543210, serviceOptions.TryGetSInt64, ServiceOpt1); in OptionLocations()170 AssertOption(long.MinValue, options.TryGetSInt64, SInt64Opt); in MinValues()187 AssertOption(long.MaxValue, options.TryGetSInt64, SInt64Opt); in MaxValues()
150 … public bool TryGetSInt64(int field, out long value) => TryGetPrimitiveValue(field, out value); in TryGetSInt64() method in Google.Protobuf.Reflection.CustomOptions