Home | History | Annotate | Download | only in src

Lines Matching refs:helper

1025 // Helper function for implementing ASSERT_NEAR.
1047 // Helper template for implementing FloatLE() and DoubleLE().
1102 // The helper function for {ASSERT|EXPECT}_EQ with int or enum
1119 // A macro for implementing the helper functions needed to implement
1136 // Implements the helper function for {ASSERT|EXPECT}_NE with int or
1139 // Implements the helper function for {ASSERT|EXPECT}_LE with int or
1142 // Implements the helper function for {ASSERT|EXPECT}_LT with int or
1145 // Implements the helper function for {ASSERT|EXPECT}_GE with int or
1148 // Implements the helper function for {ASSERT|EXPECT}_GT with int or
1154 // The helper function for {ASSERT|EXPECT}_STREQ.
1170 // The helper function for {ASSERT|EXPECT}_STRCASEEQ.
1186 // The helper function for {ASSERT|EXPECT}_STRNE.
1202 // The helper function for {ASSERT|EXPECT}_STRCASENE.
1222 // Helper functions for implementing IsSubString() and IsNotSubstring().
1336 // Helper function for IsHRESULT{SuccessFailure} predicates
1566 // Helper function for *_STREQ on wide strings.
1582 // Helper function for *_STRNE on wide strings.
1765 // We need to use a helper StrStream to do this transformation
1767 StrStream helper;
1770 helper << "\\0"; // Replaces NUL with "\\0";
1772 helper.put(*ch);
1777 return String(helper.str().c_str());
1779 const String str(helper.str(), helper.pcount());
1780 helper.freeze(false);
2728 // Internal helper for printing the list of failed tests.