Home
last modified time | relevance | path

Searched refs:ParseRawLittleEndian64 (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs196 return ParsingPrimitives.ParseRawLittleEndian64(ref buffer, ref state); in ReadFixed64()
285 return (long)ParsingPrimitives.ParseRawLittleEndian64(ref buffer, ref state); in ReadSFixed64()
H A DParsingPrimitivesMessages.cs65 ParsingPrimitives.ParseRawLittleEndian64(ref buffer, ref state); in SkipLastField()
H A DParsingPrimitives.cs352 public static ulong ParseRawLittleEndian64(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawLittleEndian64() method in Google.Protobuf.ParsingPrimitives
386 return BitConverter.Int64BitsToDouble((long)ParseRawLittleEndian64(ref buffer, ref state)); in ParseDouble()
H A DCodedInputStream.cs602 return ParsingPrimitives.ParseRawLittleEndian64(ref span, ref state); in ReadRawLittleEndian64()

Completed in 4 milliseconds