Searched refs:Eq (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-12-stable/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc48 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); }
54 *this = Eq(static_cast<std::string>(s));
61 *this = Eq(std::string(s));
66 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); }
72 *this = Eq(static_cast<std::string>(s));
78 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); }
84 *this = Eq(static_cast<::string>(s));
89 Matcher<const ::string&>::Matcher(const ::string& s) { *this = Eq(s); }
93 Matcher<const ::string&>::Matcher(const char* s) { *this = Eq(::string(s)); }
97 *this = Eq(static_cas
[all...]
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc75 using testing::Eq;
122 EXPECT_THAT(t, Args<>(Eq(tuple<>())));
128 EXPECT_THAT(t, Args<0>(Eq(make_tuple(5))));
129 EXPECT_THAT(t, Args<1>(Eq(make_tuple(true))));
130 EXPECT_THAT(t, Not(Args<1>(Eq(make_tuple(false)))));
143 EXPECT_THAT(t, (Args<0, 0>(Eq())));
174 EXPECT_THAT(t, (Args<1, 2, 3>(Args<1, 2>(Eq()))));
229 const Matcher<tuple<bool, int, int> > m = Args<1, 2>(Eq());
404 EXPECT_THAT(test_vector, ElementsAre(Eq(4)));
427 EXPECT_THAT(test_vector, ElementsAre(1, Eq(
[all...]
H A Dgmock-matchers_test.cc90 using testing::Eq;
320 // Tests that value can be used in place of Eq(value).
327 // Tests that NULL can be used in place of Eq(NULL).
354 Matcher<bool> m1 = Eq(false);
359 m1 = Eq(true);
613 Matcher<int> m = MatcherCast<int>(Eq(5));
638 Matcher<double> m1 = Eq(2.0);
654 Matcher<const int&> m1 = Eq(0);
662 Matcher<int&> m1 = Eq(0);
670 Matcher<int> m1 = Eq(
[all...]
H A Dgmock_link_test.h68 // Eq
143 using testing::Eq;
489 // Tests the linkage of the Eq and the "bare value" matcher.
494 ON_CALL(mock, VoidFromString(Eq(p))).WillByDefault(Return());
628 Matcher<const FieldHelper&> m = Field(&FieldHelper::field_, Eq(0));
631 Matcher<const FieldHelper*> m2 = Field(&FieldHelper::field_, Eq(0));
639 Matcher<const FieldHelper&> m = Property(&FieldHelper::field, Eq(0));
642 Matcher<const FieldHelper*> m2 = Property(&FieldHelper::field, Eq(0));
648 Matcher<char*> m = ResultOf(&InvokeHelper::StaticIntFromString, Eq(1));
656 Matcher<int*> m = Pointee(Eq(
[all...]
H A Dgmock-internal-utils_test.cc318 tuple<Matcher<int> > matchers(Eq(1));
327 tuple<Matcher<int>, Matcher<char> > matchers(Eq(1), Eq('a'));
342 matchers(Eq(1), Eq('a'), Eq(true), Eq(2L), Eq("hi"));
657 EXPECT_THAT(v3, Eq(v3));
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dutils.cc177 }, Eq(true)),
191 }, Eq(true)),
208 }, Eq(true)),
219 }, Eq(true)),
236 }, Eq(true)),
250 }, Eq(true)),
265 }, Eq(true)),
285 }, Eq(true)),
332 }, Eq(true)),
350 }, Eq(tru
[all...]
H A Ddefault_permissions_privileged.cc66 }, Eq(true)),
79 }, Eq(true)),
116 }, Eq(true)),
H A Dsymlink.cc54 }, Eq(true)),
83 }, Eq(true)),
114 }, Eq(true)),
146 }, Eq(true)),
H A Daccess.cc70 }, Eq(true)),
106 }, Eq(true)),
139 }, Eq(true)),
281 }, Eq(true)),
295 }, Eq(true)),
H A Dmkdir.cc71 }, Eq(true)),
106 }, Eq(true)),
144 }, Eq(true)),
183 }, Eq(true)),
213 }, Eq(true)),
H A Dopen.cc62 }, Eq(true)),
119 }, Eq(true)),
148 }, Eq(true)),
177 }, Eq(true)),
191 }, Eq(true)),
H A Dsetattr.cc87 }, Eq(true)),
98 }, Eq(true)),
133 }, Eq(true)),
185 }, Eq(true)),
235 }, Eq(true)),
273 }, Eq(true)),
302 }, Eq(true)),
316 }, Eq(true)),
354 }, Eq(true)),
369 }, Eq(tru
[all...]
H A Drmdir.cc65 }, Eq(true)),
92 }, Eq(true)),
101 }, Eq(true)),
H A Dstatfs.cc53 }, Eq(true)),
110 }, Eq(true)),
142 }, Eq(true)),
H A Dinterrupt.cc106 }, Eq(true)),
124 }, Eq(true)),
142 }, Eq(true)),
244 }, Eq(true)),
307 }, Eq(true)),
329 }, Eq(true)),
385 }, Eq(true)),
427 }, Eq(true)),
503 }, Eq(true)),
566 }, Eq(tru
[all...]
H A Dmount.cc85 }, Eq(true)),
120 }, Eq(true)),
H A Dopendir.cc58 }, Eq(true)),
69 }, Eq(true)),
H A Ddefault_permissions.cc68 }, Eq(true)),
82 }, Eq(true)),
101 }, Eq(true)),
119 }, Eq(true)),
165 }, Eq(true)),
178 }, Eq(true)),
191 }, Eq(true)),
211 }, Eq(true)),
224 }, Eq(true)),
319 }, Eq(tru
[all...]
H A Dflush.cc55 }, Eq(true)),
75 }, Eq(true)),
215 }, Eq(true)),
224 }, Eq(true)),
H A Dlink.cc53 }, Eq(true)),
87 }, Eq(true)),
125 }, Eq(true)),
171 }, Eq(true)),
H A Drename.cc121 }, Eq(true)),
156 }, Eq(true)),
209 }, Eq(true)),
252 }, Eq(true)),
293 }, Eq(true)),
H A Dgetattr.cc94 }, Eq(true)),
124 }, Eq(true)),
157 }, Eq(true)),
186 }, Eq(true)),
213 }, Eq(true)),
278 }, Eq(true)),
H A Dbmap.cc63 }, Eq(true)),
125 }, Eq(true)),
H A Dreleasedir.cc67 }, Eq(true)),
/freebsd-12-stable/contrib/pjdfstest/tests/
H A Dmisc.sh44 echo "${r}" | ${GREP} -Eq '^'${e}'$'
70 echo "${r}" | ${GREP} -Eq '^'${e}'$'

Completed in 266 milliseconds

123