Home | History | Annotate | Download | only in src

Lines Matching refs:helper

1035 // Helper function for implementing ASSERT_NEAR.
1056 // Helper template for implementing FloatLE() and DoubleLE().
1109 // The helper function for {ASSERT|EXPECT}_EQ with int or enum
1126 // A macro for implementing the helper functions needed to implement
1142 // Implements the helper function for {ASSERT|EXPECT}_NE with int or
1145 // Implements the helper function for {ASSERT|EXPECT}_LE with int or
1148 // Implements the helper function for {ASSERT|EXPECT}_LT with int or
1151 // Implements the helper function for {ASSERT|EXPECT}_GE with int or
1154 // Implements the helper function for {ASSERT|EXPECT}_GT with int or
1160 // The helper function for {ASSERT|EXPECT}_STREQ.
1176 // The helper function for {ASSERT|EXPECT}_STRCASEEQ.
1192 // The helper function for {ASSERT|EXPECT}_STRNE.
1206 // The helper function for {ASSERT|EXPECT}_STRCASENE.
1225 // Helper functions for implementing IsSubString() and IsNotSubstring().
1336 // Helper function for IsHRESULT{SuccessFailure} predicates
1559 // Helper function for *_STREQ on wide strings.
1575 // Helper function for *_STRNE on wide strings.
1740 // We need to use a helper stringstream to do this transformation
1742 ::std::stringstream helper;
1745 helper << "\\0"; // Replaces NUL with "\\0";
1747 helper.put(*ch);
1751 return String(helper.str().c_str());
2062 // We put these helper functions in the internal namespace as IBM's xIC_r
2829 // Internal helper for printing the list of failed tests.