HomeSort by relevance Sort by last modified time
    Searched refs:output_string_ (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/util/
message_differencer.cc 195 output_string_(NULL) { }
361 output_string_ = output;
362 output_string_->clear();
368 if (output_string_) {
369 output_string_ = NULL;
398 if (output_string_) {
399 io::StringOutputStream output_stream(output_string_);
436 if (output_string_) {
437 io::StringOutputStream output_stream(output_string_);
756 // Back up the Reporter and output_string_. They will be reset in th
    [all...]
message_differencer.h 817 string* output_string_; member in class:google::protobuf::util::MessageDifferencer
    [all...]

Completed in 238 milliseconds