Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitivesWrappers.cs120 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.ParsingPrimitivesWrappers
318 internal static double? ReadDoubleWrapperSlow(ref ParseContext ctx) in ReadDoubleWrapperSlow() method in Google.Protobuf.ParsingPrimitivesWrappers
320 return ParsingPrimitivesWrappers.ReadDoubleWrapperSlow(ref ctx.buffer, ref ctx.state); in ReadDoubleWrapperSlow()
DFieldCodec.cs556 (ValueReader<double?>)ParsingPrimitivesWrappers.ReadDoubleWrapperSlow },