Searched refs:FormatMatcherDescription (Results 1 – 14 of 14) sorted by relevance
/external/googletest/googlemock/include/gmock/ |
D | gmock-generated-matchers.h | 290 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 …]
|
D | gmock-generated-matchers.h.pump | 323 return ::testing::internal::FormatMatcherDescription(\
|
D | gmock-matchers.h | 3228 GTEST_API_ std::string FormatMatcherDescription(bool negation,
|
/external/google-breakpad/src/testing/src/ |
D | gmock-matchers.cc | 92 GTEST_API_ string FormatMatcherDescription(bool negation, in FormatMatcherDescription() function
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-matchers.h | 1433 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 …]
|
D | gmock-generated-matchers.h.pump | 677 return ::testing::internal::FormatMatcherDescription(\
|
D | gmock-matchers.h | 2677 GTEST_API_ string FormatMatcherDescription(bool negation,
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-generated-matchers.h | 1402 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 …]
|
D | gmock-matchers.h | 3638 GTEST_API_ string FormatMatcherDescription(bool negation,
|
/external/googletest/googlemock/src/ |
D | gmock-matchers.cc | 52 GTEST_API_ std::string FormatMatcherDescription(bool negation, in FormatMatcherDescription() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/ |
D | gmock-matchers.cc | 127 GTEST_API_ string FormatMatcherDescription(bool negation, in FormatMatcherDescription() function
|
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 129 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/ |
D | gmock-matchers_test.cc | 88 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/ |
D | nnapi_delegate_test.cc | 26 std::string FormatMatcherDescription(bool unused_negation, in FormatMatcherDescription() function
|