Home
last modified time | relevance | path

Searched refs:ReadInt32Wrapper (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParsingPrimitivesWrappers.cs228 …internal static int? ReadInt32Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadInt32Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
335 internal static int? ReadInt32Wrapper(ref ParseContext ctx) in ReadInt32Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
337 return ParsingPrimitivesWrappers.ReadInt32Wrapper(ref ctx.buffer, ref ctx.state); in ReadInt32Wrapper()
H A DFieldCodec.cs547 { typeof(int), (ValueReader<int?>)ParsingPrimitivesWrappers.ReadInt32Wrapper },
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DParsingPrimitivesWrappers.cs228 …internal static int? ReadInt32Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadInt32Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
335 internal static int? ReadInt32Wrapper(ref ParseContext ctx) in ReadInt32Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
337 return ParsingPrimitivesWrappers.ReadInt32Wrapper(ref ctx.buffer, ref ctx.state); in ReadInt32Wrapper()
H A DFieldCodec.cs547 { typeof(int), (ValueReader<int?>)ParsingPrimitivesWrappers.ReadInt32Wrapper },
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs367 var value = ParsingPrimitivesWrappers.ReadInt32Wrapper(ref ctx); in ReadInt32Wrapper_VariableBlockSizes()
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs367 var value = ParsingPrimitivesWrappers.ReadInt32Wrapper(ref ctx); in ReadInt32Wrapper_VariableBlockSizes()