Searched refs:IsSubstringPred (Results 1 - 9 of 9) 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::__anon6414
1239 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon6414
1248 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon6414
1262 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/gtest/src/
H A Dgtest.cc1234 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon6526
1241 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon6526
1250 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon6526
1264 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::__anon13317
1238 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon13317
1247 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon13317
1261 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1231 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon14504
1238 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon14504
1247 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon14504
1261 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::__anon15461
1260 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon15461
1269 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon15461
1283 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::__anon19809
1241 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon19809
1250 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon19809
1264 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2718 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon11154
2725 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon11154
2734 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon11154
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::__anon15451
2600 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon15451
2609 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon15451
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::__anon19797
2725 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon19797
2734 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon19797
2748 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)

Completed in 206 milliseconds