reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

utils/unittest/googletest/include/gtest/gtest-message.h
  197   std::string GetString() const;

References

utils/unittest/googletest/include/gtest/gtest-message.h
   98     *ss_ << msg.GetString();
  234   return os << sb.GetString();
  245   return (Message() << streamable).GetString();
utils/unittest/googletest/include/gtest/gtest.h
  323     message_->append(a_message.GetString().c_str());
utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
  380   return name_stream.GetString();
  588               test_name_stream.GetString().c_str(),
utils/unittest/googletest/src/gtest-death-test.cc
  214   return m.GetString();
  236   return msg.GetString();
  336     GTEST_LOG_(FATAL) << error.GetString();
  586   DeathTest::set_last_death_test_message(buffer.GetString());
utils/unittest/googletest/src/gtest-port.cc
  111       (Message() << "/proc/" << getpid() << "/stat").GetString();
 1136       (Message() << GTEST_FLAG_PREFIX_ << flag).GetString();
 1143   return env_var.GetString();
 1161     printf("%s", msg.GetString().c_str());
 1178     printf("%s", msg.GetString().c_str());
 1219            (Message() << default_value).GetString().c_str());
utils/unittest/googletest/src/gtest-typed-test.cc
  104   const std::string& errors_str = errors.GetString();
utils/unittest/googletest/src/gtest.cc
 1358   return msg.GetString();
 2004   const std::string user_msg_string = user_msg.GetString();
 2138   return word_list.GetString();
 2245   RecordProperty(key, value_message.GetString().c_str());
 2577           errors.GetString().c_str());
 2856           << test_part_result.message()).GetString();
 3516   return m.GetString();
 3749   return attributes.GetString();
 3833   trace.message = message.GetString();
 4135                    msg.GetString().c_str());
 4732     ColoredPrintf(COLOR_RED, msg.GetString().c_str());
 4740     ColoredPrintf(COLOR_RED, msg.GetString().c_str());
 4749     ColoredPrintf(COLOR_RED, msg.GetString().c_str());