Searched defs:ReadInt32 (Results 1 – 12 of 12) sorted by relevance
163 private static int? ReadInt32(BinaryReader input) in ReadInt32() method in Google.Protobuf.Conformance.Program
77 Status ReadInt32(int32_t* out) { in ReadInt32() function235 Status ReadInt32(int32_t* out) { return decoder_.ReadInt32(out); } in ReadInt32() function
161 Result<int32_t> ReadInt32() { in ReadInt32() function
41 bool ReadInt32(uint32_t& value) { return ReadInt(value); } in ReadInt32() function
204 public int ReadInt32() in ReadInt32() method
389 public int ReadInt32() in ReadInt32() method in Google.Protobuf.CodedInputStream
160 otError Decoder::ReadInt32(int32_t &aInt32) in ReadInt32() function in ot::Spinel::Decoder
85 ReadInt32 = ReadVarint variable in _MiniDecoder