Home | History | Annotate | Download | only in gtest

Lines Matching refs:Secret

1898 // A secret type that Google Test users don't know about.  It has no
1900 // Secret object, which is what we want.
1901 class Secret;
3127 void operator<<(const testing::internal::Secret&, int);
7076 // version if x can be implicitly converted to Secret*, and pick the
7077 // second version otherwise. Since Secret is a secret and incomplete
7078 // type, the only expression a user can write that has type Secret* is
7082 char IsNullLiteralHelper(Secret* p);
18935 // to match the Secret* in the other overload, which would otherwise make
18948 // We used to have a second template parameter instead of Secret*. That
18954 Secret* /* expected (NULL) */,