Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs151 …AssertOption(-9876543210, serviceDescriptor.CustomOptions.TryGetSInt64, ServiceOpt1, serviceDescri… in OptionLocations()
168 …AssertOption(long.MinValue, customOptions.TryGetSInt64, Sint64Opt, d.GetOption, d.GetOptions().Get… in MinValues()
186 …AssertOption(long.MaxValue, customOptions.TryGetSInt64, Sint64Opt, d.GetOption, d.GetOptions().Get… in MaxValues()
/third_party/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