Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc118 int current_position = CurrentPosition(); in PushLimit()
154 int current_position = CurrentPosition(); in BytesUntilLimit()
163 int current_position = CurrentPosition(); in SetTotalBytesLimit()
176 return total_bytes_limit_ - CurrentPosition(); in BytesUntilTotalBytesLimit()
261 int bytes_to_limit = closest_limit - CurrentPosition(); in ReadStringFallback()
Dcoded_stream.h331 int CurrentPosition() const;
995 inline int CodedInputStream::CurrentPosition() const { in CurrentPosition() function
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1367 return PyInt_FromLong(input.CurrentPosition()); in CheckAndGetInteger()