Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer.cc1042 const size_t text_size = text.size(); in ParseStringAppend() local
1043 if (text_size == 0) { in ParseStringAppend()
1053 const size_t new_len = text_size + output->size(); in ParseStringAppend()