Home | History | Annotate | Download | only in gtest

Lines Matching refs:helper

888 // Helper function for implementing ASSERT_NEAR.
910 // Helper template for implementing FloatLE() and DoubleLE().
965 // The helper function for {ASSERT|EXPECT}_EQ with int or enum
982 // A macro for implementing the helper functions needed to implement
999 // Implements the helper function for {ASSERT|EXPECT}_NE with int or
1002 // Implements the helper function for {ASSERT|EXPECT}_LE with int or
1005 // Implements the helper function for {ASSERT|EXPECT}_LT with int or
1008 // Implements the helper function for {ASSERT|EXPECT}_GE with int or
1011 // Implements the helper function for {ASSERT|EXPECT}_GT with int or
1017 // The helper function for {ASSERT|EXPECT}_STREQ.
1033 // The helper function for {ASSERT|EXPECT}_STRCASEEQ.
1049 // The helper function for {ASSERT|EXPECT}_STRNE.
1065 // The helper function for {ASSERT|EXPECT}_STRCASENE.
1085 // Helper functions for implementing IsSubString() and IsNotSubstring().
1199 // Helper function for IsHRESULT{SuccessFailure} predicates
1351 // Helper function for *_STREQ on wide strings.
1367 // Helper function for *_STRNE on wide strings.
1516 // We need to use a helper StrStream to do this transformation
1518 StrStream helper;
1521 helper << "\\0"; // Replaces NUL with "\\0";
1523 helper.put(*ch);
1528 return String(helper.str().c_str());
1530 const String str(helper.str(), helper.pcount());
1531 helper.freeze(false);
2382 // Internal helper for printing the list of failed tests.