Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParserInternalState.cs79 internal int totalBytesRetired; field
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java2043 private int totalBytesRetired; field in CodedInputStream.StreamDecoder