Home | History | Annotate | Download | only in test

Lines Matching full:compares

1569   // Helper that compares two two TestPartResults.
4566 // Compares a const char* to an std::string that has identical
4570 // Compares two identical std::strings.
4575 // Compares a const char* to an std::string that has different
4580 // Compares an std::string to a char* that has different content.
4585 // Compares two std::strings that have different contents, one of
4598 // Compares two identical std::wstrings.
4603 // Compares an std::wstring to a const wchar_t* that has identical
4608 // Compares an std::wstring to a const wchar_t* that has different
4615 // Compares two std::wstrings that have different contents, one of
4622 // Compares a wchar_t* to an std::wstring that has different
4634 // Compares a const char* to a ::string that has identical content.
4637 // Compares two identical ::strings.
4642 // Compares a ::string to a const char* that has different content.
4646 // Compares two ::strings that have different contents, one of which
4653 // Compares a ::string to a char* that has different content.
4665 // Compares two identical ::wstrings.
4670 // Compares a const wchar_t* to a ::wstring that has identical content.
4674 // Compares a const wchar_t* to a ::wstring that has different
4681 // Compares a wchar_t* to a ::wstring that has different content.
4686 // Compares two ::wstrings that have different contents, one of which