Searched defs:ReadRawVarint32 (Results 1 – 3 of 3) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | CodedInputStream.cs | 558 internal uint ReadRawVarint32() in ReadRawVarint32() method in Google.Protobuf.CodedInputStream |
| D | ParsingPrimitives.cs | 703 public static uint ReadRawVarint32(Stream input) in ReadRawVarint32() method in Google.Protobuf.ParsingPrimitives |
| /third_party/protobuf/objectivec/ | ||
| D | GPBCodedInputStream.m | 131 static int32_t ReadRawVarint32(GPBCodedInputStreamState *state) { function |