Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParsingPrimitivesWrappers.cs161 …internal static uint? ReadUInt32Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState sta… in ReadUInt32Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
230 return (int?)ReadUInt32Wrapper(ref buffer, ref state); in ReadInt32Wrapper()
330 internal static uint? ReadUInt32Wrapper(ref ParseContext ctx) in ReadUInt32Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
332 return ParsingPrimitivesWrappers.ReadUInt32Wrapper(ref ctx.buffer, ref ctx.state); in ReadUInt32Wrapper()
H A DFieldCodec.cs549 { typeof(uint), (ValueReader<uint?>)ParsingPrimitivesWrappers.ReadUInt32Wrapper },
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DParsingPrimitivesWrappers.cs161 …internal static uint? ReadUInt32Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState sta… in ReadUInt32Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
230 return (int?)ReadUInt32Wrapper(ref buffer, ref state); in ReadInt32Wrapper()
330 internal static uint? ReadUInt32Wrapper(ref ParseContext ctx) in ReadUInt32Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
332 return ParsingPrimitivesWrappers.ReadUInt32Wrapper(ref ctx.buffer, ref ctx.state); in ReadUInt32Wrapper()
H A DFieldCodec.cs549 { typeof(uint), (ValueReader<uint?>)ParsingPrimitivesWrappers.ReadUInt32Wrapper },