#include "gmock/gmock-spec-builders.h"
#include <stdlib.h>
#include <iostream>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <vector>
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Namespaces | |
testing | |
testing::internal | |
Functions | |
GTEST_API_ | testing::internal::GTEST_DEFINE_STATIC_MUTEX_ (g_gmock_mutex) |
CallReaction | testing::internal::intToCallReaction (int mock_behavior) |
GTEST_API_ void | testing::internal::LogWithLocation (testing::internal::LogSeverity severity, const char *file, int line, const std::string &message) |
void | testing::internal::ReportUninterestingCall (CallReaction reaction, const std::string &msg) |
const char* first_used_file |
Definition at line 573 of file protobuf/third_party/googletest/googlemock/src/gmock-spec-builders.cc.
int first_used_line |
Definition at line 574 of file protobuf/third_party/googletest/googlemock/src/gmock-spec-builders.cc.
::std::string first_used_test |
Definition at line 576 of file protobuf/third_party/googletest/googlemock/src/gmock-spec-builders.cc.
::std::string first_used_test_suite |
Definition at line 575 of file protobuf/third_party/googletest/googlemock/src/gmock-spec-builders.cc.
FunctionMockers function_mockers |
Definition at line 578 of file protobuf/third_party/googletest/googlemock/src/gmock-spec-builders.cc.
bool leakable |
Definition at line 577 of file protobuf/third_party/googletest/googlemock/src/gmock-spec-builders.cc.
|
private |
Definition at line 642 of file protobuf/third_party/googletest/googlemock/src/gmock-spec-builders.cc.