Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.h383 inline char* mutable_string_data(string* s) { in mutable_string_data() function
398 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmessage_lite.cc300 reinterpret_cast<uint8*>(io::mutable_string_data(output) + old_size); in AppendPartialToString()