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

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1518 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon10865
1525 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon10865
1534 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon10865
1548 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1231 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon14315
1238 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon14315
1247 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon14315
1261 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::__anon21597
1241 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon21597
1250 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon21597
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::__anon26618
1238 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon26618
1247 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon26618
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::__anon27726
1238 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon27726
1247 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon27726
1261 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/protobuf/gtest/src/
H A Dgtest.cc1215 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon28901
1222 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon28901
1231 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon28901
1245 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2718 bool IsSubstringPred(const char* needle, const char* haystack) { function in namespace:testing::__anon13022
2725 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon13022
2734 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon13022
2748 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::__anon24813
2725 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { function in namespace:testing::__anon24813
2734 bool IsSubstringPred(const StringType& needle, function in namespace:testing::__anon24813
2748 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)

Completed in 340 milliseconds