Home
last modified time | relevance | path

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

/third_party/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
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs190 …AssertOption(long.MaxValue, customOptions.TryGetSFixed64, Sfixed64Opt, d.GetOption, d.GetOptions()… in MaxValues()