Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs154 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()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs150 … public bool TryGetSInt64(int field, out long value) => TryGetPrimitiveValue(field, out value); in TryGetSInt64() method in Google.Protobuf.Reflection.CustomOptions