|
proxygen
|
#include <folly/Singleton.h>Go to the source code of this file.
Functions | |
| int | main (int, char **) |
Variables | |
| folly::Singleton< int > | foo |
| folly::Singleton< int > | bar |
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 22 of file SingletonDoubleRegistration.cpp.
| folly::Singleton<int> bar |
Definition at line 20 of file SingletonDoubleRegistration.cpp.
Referenced by testing::internal::NoDefaultContructor::NoDefaultContructor(), TEST(), testing::internal::TEST(), and testing::gmock_matchers_test::TEST().
| folly::Singleton<int> foo |
Definition at line 19 of file SingletonDoubleRegistration.cpp.