Searched defs:ReadInt32 (Results 1 – 4 of 4) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf.Conformance/ | ||
| D | Program.cs | 174 private static int? ReadInt32(BinaryReader input) in ReadInt32() method in Google.Protobuf.Conformance.Program |
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | ParseContext.cs | 163 public int ReadInt32() => (int)ParsingPrimitives.ParseRawVarint32(ref buffer, ref state); in ReadInt32() method |
| D | CodedInputStream.cs | 363 public int ReadInt32() in ReadInt32() method in Google.Protobuf.CodedInputStream |
| /third_party/protobuf/python/google/protobuf/internal/ | ||
| D | reflection_test.py | 63 ReadInt32 = ReadVarint variable in _MiniDecoder |