Home
last modified time | relevance | path

Searched defs:ReadRawVarint32 (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs558 internal uint ReadRawVarint32() in ReadRawVarint32() method in Google.Protobuf.CodedInputStream
573 internal static uint ReadRawVarint32(Stream input) in ReadRawVarint32() method in Google.Protobuf.CodedInputStream
DParsingPrimitives.cs703 public static uint ReadRawVarint32(Stream input) in ReadRawVarint32() method in Google.Protobuf.ParsingPrimitives
/third_party/protobuf/objectivec/
DGPBCodedInputStream.m131 static int32_t ReadRawVarint32(GPBCodedInputStreamState *state) { function