Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs174 … public bool TryGetFloat(int field, out float value) => TryGetPrimitiveValue(field, out value); in TryGetFloat() method in Google.Protobuf.Reflection.CustomOptions
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs104 …AssertOption(12.3456789f, customOptions.TryGetFloat, FloatOpt, d.GetOption, d.GetOptions().GetExte… in ScalarOptions()