Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface.cc678 string::size_type data_pos = 0; in ~MemoryOutputStream() local
680 while (data_pos < data_.size()) { in ~MemoryOutputStream()
689 data_.find_first_of('\n', data_pos) + 1 - data_pos; in ~MemoryOutputStream()
690 memcpy(target_ptr, data_.data() + data_pos, line_length); in ~MemoryOutputStream()
692 data_pos += line_length; in ~MemoryOutputStream()