Home
last modified time | relevance | path

Searched defs:ReadInt32 (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
DProgram.cs174 private static int? ReadInt32(BinaryReader input) in ReadInt32() method in Google.Protobuf.Conformance.Program
/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs163 public int ReadInt32() => (int)ParsingPrimitives.ParseRawVarint32(ref buffer, ref state); in ReadInt32() method
DCodedInputStream.cs363 public int ReadInt32() in ReadInt32() method in Google.Protobuf.CodedInputStream
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py63 ReadInt32 = ReadVarint variable in _MiniDecoder