Searched defs:ReadUInt32 (Results 1 – 5 of 5) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | ParseContext.cs | 211 public uint ReadUInt32() => ParsingPrimitives.ParseRawVarint32(ref buffer, ref state); in ReadUInt32() method |
| D | CodedInputStream.cs | 451 public uint ReadUInt32() in ReadUInt32() method in Google.Protobuf.CodedInputStream |
| /third_party/lzma/CPP/7zip/Archive/7z/ | ||
| D | 7zIn.h | 387 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); } in ReadUInt32() function |
| D | 7zIn.cpp | 260 UInt32 CInByte2::ReadUInt32() in ReadUInt32() function in NArchive::N7z::CInByte2 |
| /third_party/protobuf/python/google/protobuf/internal/ | ||
| D | reflection_test.py | 65 ReadUInt32 = ReadVarint variable in _MiniDecoder |