Lines Matching defs:const

81   static type GetSelectedFields(const Tuple& t) {
93 static type GetSelectedFields(const Tuple& /* t */) {
102 static type GetSelectedFields(const Tuple& t) {
112 static type GetSelectedFields(const Tuple& t) {
122 static type GetSelectedFields(const Tuple& t) {
133 static type GetSelectedFields(const Tuple& t) {
144 static type GetSelectedFields(const Tuple& t) {
156 static type GetSelectedFields(const Tuple& t) {
169 static type GetSelectedFields(const Tuple& t) {
184 static type GetSelectedFields(const Tuple& t) {
199 static type GetSelectedFields(const Tuple& t) {
213 // ArgsTuple may have top-level const or reference modifiers.
217 typedef Matcher<const SelectedArgs&> MonomorphicInnerMatcher;
220 explicit ArgsMatcherImpl(const InnerMatcher& inner_matcher)
221 : inner_matcher_(SafeMatcherCast<const SelectedArgs&>(inner_matcher)) {}
224 MatchResultListener* listener) const {
225 const SelectedArgs& selected_args = GetSelectedArgs(args);
233 const bool match = inner_matcher_.MatchAndExplain(selected_args,
239 virtual void DescribeTo(::std::ostream* os) const {
245 virtual void DescribeNegationTo(::std::ostream* os) const {
260 const int indices[10] = { k0, k1, k2, k3, k4, k5, k6, k7, k8, k9 };
273 const MonomorphicInnerMatcher inner_matcher_;
283 explicit ArgsMatcher(const InnerMatcher& inner_matcher)
287 operator Matcher<ArgsTuple>() const {
293 const InnerMatcher inner_matcher_;
481 Args(const InnerMatcher& matcher) {
487 Args(const InnerMatcher& matcher) {
493 Args(const InnerMatcher& matcher) {
499 Args(const InnerMatcher& matcher) {
505 Args(const InnerMatcher& matcher) {
511 Args(const InnerMatcher& matcher) {
517 Args(const InnerMatcher& matcher) {
524 Args(const InnerMatcher& matcher) {
532 Args(const InnerMatcher& matcher) {
540 Args(const InnerMatcher& matcher) {
549 Args(const InnerMatcher& matcher) {
561 // to accept string literals, whose type is const char[N], but we
562 // want to treat them as const char*.
579 ElementsAre(const T1& e1) {
590 ElementsAre(const T1& e1, const T2& e2) {
603 ElementsAre(const T1& e1, const T2& e2, const T3& e3) {
618 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4) {
635 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4,
636 const T5& e5) {
656 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4,
657 const T5& e5, const T6& e6) {
679 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4,
680 const T5& e5, const T6& e6, const T7& e7) {
704 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4,
705 const T5& e5, const T6& e6, const T7& e7, const T8& e8) {
732 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4,
733 const T5& e5, const T6& e6, const T7& e7, const T8& e8, const T9& e9) {
762 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4,
763 const T5& e5, const T6& e6, const T7& e7, const T8& e8, const T9& e9,
764 const T10& e10) {
794 UnorderedElementsAre(const T1& e1) {
805 UnorderedElementsAre(const T1& e1, const T2& e2) {
818 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3) {
833 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4) {
850 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4,
851 const T5& e5) {
871 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4,
872 const T5& e5, const T6& e6) {
895 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4,
896 const T5& e5, const T6& e6, const T7& e7) {
921 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4,
922 const T5& e5, const T6& e6, const T7& e7, const T8& e8) {
949 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4,
950 const T5& e5, const T6& e6, const T7& e7, const T8& e8, const T9& e9) {
979 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4,
980 const T5& e5, const T6& e6, const T7& e7, const T8& e8, const T9& e9,
981 const T10& e10) {
1390 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1391 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1394 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1398 ::testing::internal::string FormatDescription(bool negation) const {\
1399 const ::testing::internal::string gmock_description = (description);\
1410 operator ::testing::Matcher<arg_type>() const {\
1426 const
1438 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1439 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1442 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1447 ::testing::internal::string FormatDescription(bool negation) const {\
1448 const ::testing::internal::string gmock_description = (description);\
1459 operator ::testing::Matcher<arg_type>() const {\
1478 const
1490 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1491 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1494 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1500 ::testing::internal::string FormatDescription(bool negation) const {\
1501 const ::testing::internal::string gmock_description = (description);\
1512 operator ::testing::Matcher<arg_type>() const {\
1535 const
1547 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1548 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1551 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1558 ::testing::internal::string FormatDescription(bool negation) const {\
1559 const ::testing::internal::string gmock_description = (description);\
1571 operator ::testing::Matcher<arg_type>() const {\
1595 const
1609 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1610 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1613 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1621 ::testing::internal::string FormatDescription(bool negation) const {\
1622 const ::testing::internal::string gmock_description = (description);\
1634 operator ::testing::Matcher<arg_type>() const {\
1664 const
1679 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1680 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1683 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1692 ::testing::internal::string FormatDescription(bool negation) const {\
1693 const ::testing::internal::string gmock_description = (description);\
1705 operator ::testing::Matcher<arg_type>() const {\
1737 const
1752 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1753 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1756 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1766 ::testing::internal::string FormatDescription(bool negation) const {\
1767 const ::testing::internal::string gmock_description = (description);\
1779 operator ::testing::Matcher<arg_type>() const {\
1812 const
1829 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1830 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1833 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1844 ::testing::internal::string FormatDescription(bool negation) const {\
1845 const ::testing::internal::string gmock_description = (description);\
1858 operator ::testing::Matcher<arg_type>() const {\
1896 const
1913 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1914 virtual void DescribeTo(::std::ostream* gmock_os) const {\
1917 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
1929 ::testing::internal::string FormatDescription(bool negation) const {\
1930 const ::testing::internal::string gmock_description = (description);\
1943 operator ::testing::Matcher<arg_type>() const {\
1985 const
2003 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
2004 virtual void DescribeTo(::std::ostream* gmock_os) const {\
2007 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
2020 ::testing::internal::string FormatDescription(bool negation) const {\
2021 const ::testing::internal::string gmock_description = (description);\
2034 operator ::testing::Matcher<arg_type>() const {\
2078 const
2098 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
2099 virtual void DescribeTo(::std::ostream* gmock_os) const {\
2102 virtual void DescribeNegationTo(::std::ostream* gmock_os) const {\
2116 ::testing::internal::string FormatDescription(bool negation) const {\
2117 const ::testing::internal::string gmock_description = (description);\
2130 operator ::testing::Matcher<arg_type>() const {\
2177 const