Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DProgram.cs163 private static int? ReadInt32(BinaryReader input) in ReadInt32() method in Google.Protobuf.Conformance.Program
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
DProgram.cs163 private static int? ReadInt32(BinaryReader input) in ReadInt32() method in Google.Protobuf.Conformance.Program
/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h77 Status ReadInt32(int32_t* out) { in ReadInt32() function
235 Status ReadInt32(int32_t* out) { return decoder_.ReadInt32(out); } in ReadInt32() function
Dstream_decoder.h161 Result<int32_t> ReadInt32() { in ReadInt32() function
/external/cronet/base/debug/
Dbuffered_dwarf_reader.h41 bool ReadInt32(uint32_t& value) { return ReadInt(value); } in ReadInt32() function
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs204 public int ReadInt32() in ReadInt32() method
DCodedInputStream.cs389 public int ReadInt32() in ReadInt32() method in Google.Protobuf.CodedInputStream
/external/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs204 public int ReadInt32() in ReadInt32() method
DCodedInputStream.cs389 public int ReadInt32() in ReadInt32() method in Google.Protobuf.CodedInputStream
/external/openthread/src/lib/spinel/
Dspinel_decoder.cpp160 otError Decoder::ReadInt32(int32_t &aInt32) in ReadInt32() function in ot::Spinel::Decoder
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py85 ReadInt32 = ReadVarint variable in _MiniDecoder
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py85 ReadInt32 = ReadVarint variable in _MiniDecoder