Home
last modified time | relevance | path

Searched refs:SkipRawBytes (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs418 SkipRawBytes(length); in SkipLastField()
1093 SkipRawBytes(currentLimit - totalBytesRetired - bufferPos); in ReadRawBytes()
1201 private void SkipRawBytes(int size) in SkipRawBytes() method in Google.Protobuf.CodedInputStream
1211 SkipRawBytes(currentLimit - totalBytesRetired - bufferPos); in SkipRawBytes()