Searched defs:message_data (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc589 string message_data; local
601 if (!message_data.empty()) {
605 reinterpret_cast<const uint8*>(message_data.data()),
606 message_data.size());
612 message_data.clear();
620 // We haven't seen a type_id yet. Append this data to message_data.
625 io::StringOutputStream output_stream(&message_data);
H A Dwire_format.cc671 string message_data; local
684 if (!message_data.empty()) {
687 io::ArrayInputStream raw_input(message_data.data(),
688 message_data.size());
694 message_data.clear();
702 // We haven't seen a type_id yet. Append this data to message_data.
707 io::StringOutputStream output_stream(&message_data);

Completed in 1050 milliseconds