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

References

utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
 1588     return holder->Unwrap();
utils/unittest/googletest/include/gtest/gtest.h
  298     return message_.get() != NULL ?  message_->c_str() : "";
  323     message_->append(a_message.GetString().c_str());
  660       return type_param_->c_str();
  668       return value_param_->c_str();
  806       return type_param_->c_str();
utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
  130   ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
  133       impl_.reset(other.impl_->Clone());
  137   const T& operator*() const { return *impl_->Current(); }
  141     impl_->Advance();
  151     return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
  595               test_info->test_meta_factory->CreateTestFactory(*param_it));
utils/unittest/googletest/include/gtest/internal/gtest-port.h
 2091     ValueHolder* const new_holder = default_factory_->MakeNewHolder();
utils/unittest/googletest/src/gtest-internal-inl.h
 1119     socket_writer_->CloseConnection();
 1165   void SendLn(const string& message) { socket_writer_->SendLn(message); }