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.h384 inline char* mutable_string_data(string* s) { in mutable_string_data() function
399 char *p = mutable_string_data(s); in as_string_data()
Dzero_copy_stream_impl_lite.cc185 *data = mutable_string_data(target_) + old_size; in Next()
/external/protobuf/src/google/protobuf/
Dmessage_lite.cc301 reinterpret_cast<uint8*>(io::mutable_string_data(output) + old_size); in AppendPartialToString()