Home
last modified time | relevance | path

Searched refs:ReadInt64Wrapper (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParsingPrimitivesWrappers.cs300 …internal static long? ReadInt64Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState stat… in ReadInt64Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
350 internal static long? ReadInt64Wrapper(ref ParseContext ctx) in ReadInt64Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
352 return ParsingPrimitivesWrappers.ReadInt64Wrapper(ref ctx.buffer, ref ctx.state); in ReadInt64Wrapper()
H A DFieldCodec.cs548 { typeof(long), (ValueReader<long?>)ParsingPrimitivesWrappers.ReadInt64Wrapper },
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DParsingPrimitivesWrappers.cs300 …internal static long? ReadInt64Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState stat… in ReadInt64Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
350 internal static long? ReadInt64Wrapper(ref ParseContext ctx) in ReadInt64Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
352 return ParsingPrimitivesWrappers.ReadInt64Wrapper(ref ctx.buffer, ref ctx.state); in ReadInt64Wrapper()
H A DFieldCodec.cs548 { typeof(long), (ValueReader<long?>)ParsingPrimitivesWrappers.ReadInt64Wrapper },