Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DProgram.cs147 private static int? ReadInt32(BinaryReader input) in ReadInt32() method in Google.Protobuf.Conformance.Program
/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h70 Status ReadInt32(int32_t* out) { in ReadInt32() function
230 Status ReadInt32(int32_t* out) { return decoder_.ReadInt32(out); } in ReadInt32() function
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs528 public int ReadInt32() in ReadInt32() method in Google.Protobuf.CodedInputStream
/external/llvm-project/lldb/source/Utility/
DDataExtractor.cpp49 static inline uint32_t ReadInt32(const unsigned char *ptr, in ReadInt32() function
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py89 ReadInt32 = ReadVarint variable in _MiniDecoder