Searched refs:IsEven (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2082 bool IsEven(int n) { function in namespace:__anon13450
2088 bool operator()(int n) { return IsEven(n); }
2094 if (IsEven(n)) {
2106 if (IsEven(n))
2116 if (IsEven(n))
2132 return IsEven(n1 + n2);
2139 return IsEven(n1 + n2 + n3);
2149 if (IsEven(sum)) {
2167 if (IsEven(sum)) {
2187 ASSERT_PRED1(IsEven,
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc2249 bool IsEven(int n) { function in namespace:__anon5275
2255 bool operator()(int n) { return IsEven(n); }
2261 if (IsEven(n)) {
2273 if (IsEven(n))
2283 if (IsEven(n))
2299 return IsEven(n1 + n2);
2306 return IsEven(n1 + n2 + n3);
2316 if (IsEven(sum)) {
2334 if (IsEven(sum)) {
2354 ASSERT_PRED1(IsEven,
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc2104 bool IsEven(int n) { function in namespace:__anon5386
2110 bool operator()(int n) { return IsEven(n); }
2116 if (IsEven(n)) {
2128 if (IsEven(n))
2138 if (IsEven(n))
2154 return IsEven(n1 + n2);
2161 return IsEven(n1 + n2 + n3);
2171 if (IsEven(sum)) {
2189 if (IsEven(sum)) {
2209 ASSERT_PRED1(IsEven,
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc594 MATCHER(IsEven, "") { return (arg % 2) == 0; }
597 const Matcher<int> m = IsEven();

Completed in 129 milliseconds