Searched refs:CurrentPosition (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/incident_report/ |
D | main.cpp | 105 tag, tag, in->CurrentPosition(), descriptor->name().c_str()); in read_message() 114 tag, tag, in->CurrentPosition(), descriptor->name().c_str()); in read_message() 120 tag, tag, in->CurrentPosition(), descriptor->name().c_str()); in read_message() 130 tag, tag, in->CurrentPosition(), descriptor->name().c_str()); in read_message() 135 in->CurrentPosition(), descriptor->name().c_str()); in read_message()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/ |
D | coded_stream.cc | 121 int current_position = CurrentPosition(); in PushLimit() 181 int current_position = CurrentPosition(); in BytesUntilLimit() 190 int current_position = CurrentPosition(); in SetTotalBytesLimit() 203 return total_bytes_limit_ - CurrentPosition(); in BytesUntilTotalBytesLimit() 275 int bytes_to_limit = closest_limit - CurrentPosition(); in ReadStringFallback()
|
D | coded_stream.h | 349 int CurrentPosition() const; 1131 inline int CodedInputStream::CurrentPosition() const { in CurrentPosition() function
|
/frameworks/base/tools/aapt2/format/ |
D | Container.cpp | 161 const int padding = 4 - (in->CurrentPosition() % 4); in AlignRead() 244 *out_offset = coded_in.CurrentPosition(); in GetResFileOffsets()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | message.cc | 1934 return PyInt_FromLong(input.CurrentPosition()); in CheckAndGetInteger()
|