Searched refs:TryGetFloat (Results 1 – 2 of 2) sorted by relevance
174 … public bool TryGetFloat(int field, out float value) => TryGetPrimitiveValue(field, out value); in TryGetFloat() method in Google.Protobuf.Reflection.CustomOptions
104 …AssertOption(12.3456789f, customOptions.TryGetFloat, FloatOpt, d.GetOption, d.GetOptions().GetExte… in ScalarOptions()