Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedInputStream.cs418 SkipRawBytes(length); in SkipLastField()
1091 SkipRawBytes(currentLimit - totalBytesRetired - bufferPos); in ReadRawBytes()
1199 private void SkipRawBytes(int size) in SkipRawBytes() method in Google.Protobuf.CodedInputStream
1209 SkipRawBytes(currentLimit - totalBytesRetired - bufferPos); in SkipRawBytes()