Searched refs:ReadDoubleWrapperSlow (Results 1 – 2 of 2) sorted by relevance
120 return ReadDoubleWrapperSlow(ref buffer, ref state); in ReadDoubleWrapperLittleEndian()127 return ReadDoubleWrapperSlow(ref buffer, ref state); in ReadDoubleWrapperLittleEndian()131 …internal static double? ReadDoubleWrapperSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalSta… in ReadDoubleWrapperSlow() method in Google.Protobuf.ParsingPrimitivesWrappers318 internal static double? ReadDoubleWrapperSlow(ref ParseContext ctx) in ReadDoubleWrapperSlow() method in Google.Protobuf.ParsingPrimitivesWrappers320 return ParsingPrimitivesWrappers.ReadDoubleWrapperSlow(ref ctx.buffer, ref ctx.state); in ReadDoubleWrapperSlow()
556 (ValueReader<double?>)ParsingPrimitivesWrappers.ReadDoubleWrapperSlow },