|
Electroneum
|
#include <errno.h>#include <algorithm>#include <string>#include "gmock/internal/gmock-internal-utils.h"#include "gmock/internal/gmock-port.h"

Go to the source code of this file.
Namespaces | |
| namespace | testing |
| namespace | testing::internal |
Macros | |
| #define | GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(type, value) |
Typedefs | |
| typedef internal::IgnoredValue | testing::Unused |
Variables | |
| template<typename T> | |
| DefaultValue< T >::ValueProducer * | testing::DefaultValue< T >::producer_ = NULL |
| template<typename T> | |
| T * | testing::DefaultValue< T & >::address_ = NULL |
| #define GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_ | ( | type, | |
| value ) |
Definition at line 143 of file gmock-actions.h.