Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.h392 inline char* mutable_string_data(std::string* s) { in mutable_string_data() function
403 char* p = mutable_string_data(s); in as_string_data()
Dzero_copy_stream_impl_lite.cc162 *data = mutable_string_data(target_) + old_size; in Next()
/external/cronet/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.h392 inline char* mutable_string_data(std::string* s) { in mutable_string_data() function
403 char* p = mutable_string_data(s); in as_string_data()
Dzero_copy_stream_impl_lite.cc162 *data = mutable_string_data(target_) + old_size; in Next()
/external/protobuf/src/google/protobuf/
Dmessage_lite.cc456 reinterpret_cast<uint8_t*>(io::mutable_string_data(output) + old_size); in AppendPartialToString()
/external/cronet/third_party/protobuf/src/google/protobuf/
Dmessage_lite.cc456 reinterpret_cast<uint8_t*>(io::mutable_string_data(output) + old_size); in AppendPartialToString()