Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.h385 inline char* mutable_string_data(std::string* s) { in mutable_string_data() function
396 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()
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.cc464 reinterpret_cast<uint8*>(io::mutable_string_data(output) + old_size); in AppendPartialToString()