#include <iterator>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include "gmock/gmock-matchers.h"
Go to the source code of this file.
Macros | |
#define | MATCHER(name, description) |
<< DiffStrings(str, arg); More... | |
#define | MATCHER_P(name, p0, description) |
#define | MATCHER_P10(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, description) |
#define | MATCHER_P2(name, p0, p1, description) |
#define | MATCHER_P3(name, p0, p1, p2, description) |
#define | MATCHER_P4(name, p0, p1, p2, p3, description) |
#define | MATCHER_P5(name, p0, p1, p2, p3, p4, description) |
#define | MATCHER_P6(name, p0, p1, p2, p3, p4, p5, description) |
#define | MATCHER_P7(name, p0, p1, p2, p3, p4, p5, p6, description) |
#define | MATCHER_P8(name, p0, p1, p2, p3, p4, p5, p6, p7, description) |
#define | MATCHER_P9(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, description) |
#define MATCHER | ( | name, | |
description | |||
) |
<< DiffStrings(str, arg);
Definition at line 263 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h.
#define MATCHER_P | ( | name, | |
p0, | |||
description | |||
) |
Definition at line 311 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h.
#define MATCHER_P10 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8, | |||
p9, | |||
description | |||
) |
Definition at line 992 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h.
#define MATCHER_P2 | ( | name, | |
p0, | |||
p1, | |||
description | |||
) |
Definition at line 364 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h.
#define MATCHER_P3 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
description | |||
) |
Definition at line 423 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h.
#define MATCHER_P4 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
description | |||
) |
Definition at line 485 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h.
#define MATCHER_P5 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
description | |||
) |
Definition at line 557 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h.
#define MATCHER_P6 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
description | |||
) |
Definition at line 633 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h.
#define MATCHER_P7 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
description | |||
) |
Definition at line 712 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h.
#define MATCHER_P8 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
description | |||
) |
Definition at line 800 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h.
#define MATCHER_P9 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8, | |||
description | |||
) |
Definition at line 894 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h.