Home
last modified time | relevance | path

Searched defs:IsEvenFunctor (Results 1 – 4 of 4) sorted by relevance

/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgtest_unittest.cc2177 struct IsEvenFunctor { struct
2178 bool operator()(int n) { return IsEven(n); } in operator ()()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_unittest.cc2185 struct IsEvenFunctor { struct
2186 bool operator()(int n) { return IsEven(n); } in operator ()()
/external/googletest/googletest/test/
Dgtest_unittest.cc2177 struct IsEvenFunctor { struct
2178 bool operator()(int n) { return IsEven(n); } in operator ()()
/external/cronet/third_party/googletest/src/googletest/test/
Dgtest_unittest.cc2154 struct IsEvenFunctor { struct
2155 bool operator()(int n) { return IsEven(n); } in operator ()()