Searched defs:ReadInt32 (Results 1 – 5 of 5) sorted by relevance
| /external/protobuf/csharp/src/Google.Protobuf.Conformance/ | ||
| D | Program.cs | 147 private static int? ReadInt32(BinaryReader input) in ReadInt32() method in Google.Protobuf.Conformance.Program |
| /external/pigweed/pw_protobuf/public/pw_protobuf/ | ||
| D | decoder.h | 77 Status ReadInt32(int32_t* out) { in ReadInt32() function |
| D | stream_decoder.h | 160 Result<int32_t> ReadInt32() { in ReadInt32() function |
| /external/protobuf/csharp/src/Google.Protobuf/ | ||
| D | CodedInputStream.cs | 528 public int ReadInt32() in ReadInt32() method in Google.Protobuf.CodedInputStream |
| /external/protobuf/python/google/protobuf/internal/ | ||
| D | reflection_test.py | 89 ReadInt32 = ReadVarint variable in _MiniDecoder |