Home | History | Annotate | Download | only in gtest

Lines Matching refs:Helper

777 // A helper for implementing get<k>().
780 // A helper for implementing tuple_element<k, T>. kIndexValid is true
1369 // 6.1.3.3 Tuple helper classes.
1988 // A helper
2368 // Helper class for testing Google Test's multi-threading constructs.
3537 // Used for helper functions for naming files in a directory for xml output.
7115 // A helper class for creating scoped traces in user programs.
7622 // Helper for suppressing false warning from Clang on a const char*
7741 // We need the following helper functions only for their types.
7750 // Helper(x), the compiler will pick the first version if x can be
7756 // size of Helper(x), which can be done at compile time, we can tell
7757 // which version of Helper() is used, and hence whether x can be
7759 static char Helper(To);
7760 static char (&Helper(...))[2]; // NOLINT
7773 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
7782 sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
7857 // This helper reduces code bloat. If we instead put its logic inside
7897 // This helper reduces code bloat. If we instead put its logic inside
8095 // Helper macro for defining tests.
8241 // A helper class that aborts a death test when it's deleted.
9678 // Helper function for printing a tuple. T must be instantiated with
9953 // This helper template allows PrintTo() for tuples and
10013 // Helper function for printing a tuple. T must be instantiated with
15447 // Helper classes providing Combine() with polymorphic features. They allow
17198 // This helper class is used by {ASSERT|EXPECT}_NO_FATAL_FAILURE to check if a
18849 // The helper function for {ASSERT|EXPECT}_EQ.
18884 // The helper class for {ASSERT|EXPECT}_EQ. The template argument
18961 helper functions needed to implement
18965 // For each templatized helper function, we also define an overloaded
18989 // Implements the helper function for {ASSERT|EXPECT}_NE
18991 // Implements the helper function for {ASSERT|EXPECT}_LE
18993 // Implements the helper function for {ASSERT|EXPECT}_LT
18995 // Implements the helper function for {ASSERT|EXPECT}_GE
18997 // Implements the helper function for {ASSERT|EXPECT}_GT
19002 // The helper function for {ASSERT|EXPECT}_STREQ.
19010 // The helper function for {ASSERT|EXPECT}_STRCASEEQ.
19018 // The helper function for {ASSERT|EXPECT}_STRNE.
19026 // The helper function for {ASSERT|EXPECT}_STRCASENE.
19035 // Helper function for *_STREQ on wide strings.
19043 // Helper function for *_STRNE on wide strings.
19091 // Helper template function for comparing floating-points.
19124 // Helper function for implementing ASSERT_NEAR.
19424 // Helper function for implementing {EXPECT|ASSERT}_PRED1. Don't use
19465 // Helper function for implementing {EXPECT|ASSERT}_PRED2. Don't use
19513 // Helper function for implementing {EXPECT|ASSERT}_PRED3. Don't use
19568 // Helper function for implementing {EXPECT|ASSERT}_PRED4. Don't use
19630 // Helper function for implementing {EXPECT|ASSERT}_PRED5. Don't use
19949 // function template that invokes a helper class template. This