Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs132 public bool TryGetSFixed64(int field, out long value) => TryGetInt64(field, out value); in TryGetSFixed64() method in Google.Protobuf.Reflection.CustomOptions
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs191 AssertOption(long.MaxValue, options.TryGetSFixed64, SFixed64Opt); in MaxValues()