Searched refs:expected_to_be_substring (Results 1 – 8 of 8) sorted by relevance
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | gtest.cc | 1118 bool expected_to_be_substring, in IsSubstringImpl() argument 1121 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1130 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 1242 bool expected_to_be_substring, in IsSubstringImpl() argument 1245 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1254 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/chromium/testing/gtest/src/ |
D | gtest.cc | 1258 bool expected_to_be_substring, in IsSubstringImpl() argument 1261 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1269 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/gtest/src/ |
D | gtest.cc | 1258 bool expected_to_be_substring, in IsSubstringImpl() argument 1261 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1269 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/open-vcdiff/gtest/src/ |
D | gtest.cc | 1272 bool expected_to_be_substring, in IsSubstringImpl() argument 1275 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1284 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 1258 bool expected_to_be_substring, in IsSubstringImpl() argument 1261 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1269 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/llvm/utils/unittest/googletest/ |
D | gtest.cc | 1258 bool expected_to_be_substring, in IsSubstringImpl() argument 1261 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 1269 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|
/external/ceres-solver/internal/ceres/ |
D | gmock_gtest_all.cc | 2562 bool expected_to_be_substring, in IsSubstringImpl() argument 2565 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl() 2573 << "Expected: " << (expected_to_be_substring ? "" : "not ") in IsSubstringImpl()
|