Searched defs:IsSubstringPred (Results 1 - 12 of 12) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc1232 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon7003
1239 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon7003
1248 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon7003
1262 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/googletest/googletest/src/
H A Dgtest.cc1554 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon7150
1561 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon7150
1570 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon7150
1584 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc1557 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon11917
1564 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon11917
1573 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon11917
1587 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1231 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon13917
1238 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon13917
1247 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon13917
1261 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1234 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon15748
1241 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon15748
1250 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon15748
1264 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/protobuf/gtest/src/
H A Dgtest.cc1253 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon16910
1260 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon16910
1269 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon16910
1283 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc1231 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon20439
1238 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon20439
1247 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon20439
1261 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/v8/testing/gtest/src/
H A Dgtest.cc1557 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon23567
1564 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon23567
1573 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon23567
1587 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc1234 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon25772
1241 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon25772
1250 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon25772
1264 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/fmtlib/test/
H A Dgmock-gtest-all.cc2718 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon6743
2725 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon6743
2734 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon6743
2748 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc2593 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon16900
2600 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon16900
2609 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon16900
2623 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc2718 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon25760
2725 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon25760
2734 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon25760
2748 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)

Completed in 661 milliseconds