Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java1824 int totalBytesWritten; field in CodedOutputStream.AbstractBufferedEncoder
1847 return totalBytesWritten; in getTotalBytesWritten()
1856 totalBytesWritten++; in buffer()
1899 totalBytesWritten += delta; in bufferUInt32NoTag()
1904 totalBytesWritten++; in bufferUInt32NoTag()
1908 totalBytesWritten++; in bufferUInt32NoTag()
1934 totalBytesWritten += delta; in bufferUInt64NoTag()
1939 totalBytesWritten++; in bufferUInt64NoTag()
1943 totalBytesWritten++; in bufferUInt64NoTag()
1959 totalBytesWritten += FIXED_32_SIZE; in bufferFixed32NoTag()
[all …]