Home
last modified time | relevance | path

Searched refs:FormatMatcherDescription (Results 1 – 14 of 14) sorted by relevance

/external/googletest/googlemock/include/gmock/
Dgmock-generated-matchers.h290 return ::testing::internal::FormatMatcherDescription(\
340 return ::testing::internal::FormatMatcherDescription(\
394 return ::testing::internal::FormatMatcherDescription(\
455 return ::testing::internal::FormatMatcherDescription(\
520 return ::testing::internal::FormatMatcherDescription(\
594 return ::testing::internal::FormatMatcherDescription(\
671 return ::testing::internal::FormatMatcherDescription(\
754 return ::testing::internal::FormatMatcherDescription(\
843 return ::testing::internal::FormatMatcherDescription(\
939 return ::testing::internal::FormatMatcherDescription(\
[all …]
Dgmock-generated-matchers.h.pump323 return ::testing::internal::FormatMatcherDescription(\
Dgmock-matchers.h3228 GTEST_API_ std::string FormatMatcherDescription(bool negation,
/external/google-breakpad/src/testing/src/
Dgmock-matchers.cc92 GTEST_API_ string FormatMatcherDescription(bool negation, in FormatMatcherDescription() function
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h1433 return ::testing::internal::FormatMatcherDescription(\
1482 return ::testing::internal::FormatMatcherDescription(\
1535 return ::testing::internal::FormatMatcherDescription(\
1593 return ::testing::internal::FormatMatcherDescription(\
1656 return ::testing::internal::FormatMatcherDescription(\
1727 return ::testing::internal::FormatMatcherDescription(\
1801 return ::testing::internal::FormatMatcherDescription(\
1879 return ::testing::internal::FormatMatcherDescription(\
1964 return ::testing::internal::FormatMatcherDescription(\
2055 return ::testing::internal::FormatMatcherDescription(\
[all …]
Dgmock-generated-matchers.h.pump677 return ::testing::internal::FormatMatcherDescription(\
Dgmock-matchers.h2677 GTEST_API_ string FormatMatcherDescription(bool negation,
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-generated-matchers.h1402 return ::testing::internal::FormatMatcherDescription(\
1451 return ::testing::internal::FormatMatcherDescription(\
1504 return ::testing::internal::FormatMatcherDescription(\
1562 return ::testing::internal::FormatMatcherDescription(\
1625 return ::testing::internal::FormatMatcherDescription(\
1696 return ::testing::internal::FormatMatcherDescription(\
1770 return ::testing::internal::FormatMatcherDescription(\
1848 return ::testing::internal::FormatMatcherDescription(\
1933 return ::testing::internal::FormatMatcherDescription(\
2024 return ::testing::internal::FormatMatcherDescription(\
[all …]
Dgmock-matchers.h3638 GTEST_API_ string FormatMatcherDescription(bool negation,
/external/googletest/googlemock/src/
Dgmock-matchers.cc52 GTEST_API_ std::string FormatMatcherDescription(bool negation, in FormatMatcherDescription() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/
Dgmock-matchers.cc127 GTEST_API_ string FormatMatcherDescription(bool negation, in FormatMatcherDescription() function
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc129 using testing::internal::FormatMatcherDescription;
3936 FormatMatcherDescription(false, "IsEven", Strings())); in TEST()
3938 FormatMatcherDescription(true, "IsEven", Strings())); in TEST()
3942 FormatMatcherDescription(false, "Equals", in TEST()
3947 FormatMatcherDescription(false, "IsInRange", in TEST()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc88 using testing::internal::FormatMatcherDescription;
6227 FormatMatcherDescription(false, "IsEven", Strings())); in TEST()
6229 FormatMatcherDescription(true, "IsEven", Strings())); in TEST()
6233 FormatMatcherDescription(false, "Equals", in TEST()
6238 FormatMatcherDescription(false, "IsInRange", in TEST()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc26 std::string FormatMatcherDescription(bool unused_negation, in FormatMatcherDescription() function