Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream_inl.h57 memcpy(mutable_string_data(buffer), buffer_, size); in InternalReadStringInline()
Dzero_copy_stream_impl_lite.h340 inline char* mutable_string_data(string* s) { in mutable_string_data() function
Dzero_copy_stream_impl_lite.cc182 *data = mutable_string_data(target_) + old_size; in Next()
/external/protobuf/src/google/protobuf/
Dmessage_lite.cc282 reinterpret_cast<uint8*>(io::mutable_string_data(output) + old_size); in AppendPartialToString()