Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.h383 inline char* mutable_string_data(std::string* s) { in mutable_string_data() function
394 char* p = mutable_string_data(s); in as_string_data()
Dzero_copy_stream_impl_lite.cc167 *data = mutable_string_data(target_) + old_size; in Next()
/external/protobuf/src/google/protobuf/
Dmessage_lite.cc458 reinterpret_cast<uint8*>(io::mutable_string_data(output) + old_size); in AppendPartialToString()