Home
last modified time | relevance | path

Searched defs:ReadRawVarint64 (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/objectivec/
DGPBCodedInputStream.m116 static int64_t ReadRawVarint64(GPBCodedInputStreamState *state) { function
/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs581 internal ulong ReadRawVarint64() in ReadRawVarint64() method in Google.Protobuf.CodedInputStream