Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs182 … public bool TryGetDouble(int field, out double value) => TryGetPrimitiveValue(field, out value); in TryGetDouble() method in Google.Protobuf.Reflection.CustomOptions
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs108 AssertOption(1.234567890123456789d, options.TryGetDouble, DoubleOpt); in ScalarOptions()