Home
last modified time | relevance | path

Searched defs:ReadSInt32 (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs239 …public int ReadSInt32() => ParsingPrimitives.DecodeZigZag32(ParsingPrimitives.ParseRawVarint32(ref… in ReadSInt32() method
DCodedInputStream.cs484 public int ReadSInt32() in ReadSInt32() method in Google.Protobuf.CodedInputStream
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py71 ReadSInt32 = ReadSInt64 variable in _MiniDecoder