|
GoogleString | net_instaweb::GTestSrcDir () |
|
GoogleString | net_instaweb::GTestTempDir () |
|
GTEST_API_ AssertionResult | testing::internal::CmpHelperSTREQ (const char *expected_expression, const char *actual_expression, const StringPiece &expected, const StringPiece &actual) |
| Allows EXPECT_STREQ to be used on StringPiece.
|
|
GTEST_API_ AssertionResult | testing::internal::CmpHelperSTRNE (const char *expected_expression, const char *actual_expression, const StringPiece &expected, const StringPiece &actual) |
| Allows EXPECT_STRNE to be used on StringPiece.
|
|
template<typename StringType > |
GTEST_API_ AssertionResult | testing::internal::CmpHelperSUBSTR (const char *haystack_expression, const char *needle_expression, const StringType haystack, const StringPiece &needle) |
|
template<typename StringType1 , typename StringType2 > |
GTEST_API_ AssertionResult | testing::internal::CmpHelperSUBSTR (const char *haystack_expression, const char *needle_expression, const StringType1 haystack, const StringType2 needle) |
|
template<typename StringType > |
GTEST_API_ AssertionResult | testing::internal::CmpHelperSUBSTRNE (const char *haystack_expression, const char *needle_expression, const StringType haystack, const StringPiece &needle) |
|
template<typename StringType1 , typename StringType2 > |
GTEST_API_ AssertionResult | testing::internal::CmpHelperSUBSTRNE (const char *haystack_expression, const char *needle_expression, const StringType1 haystack, const StringType2 needle) |
|