Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/googletest/src/googletest/test/
Dgtest_unittest.cc2181 struct IsEvenFunctor { struct
2182 bool operator()(int n) { return IsEven(n); } in operator ()()
/external/rust/android-crates-io/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/cronet/stable/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/cronet/tot/third_party/googletest/src/googletest/test/
Dgtest_unittest.cc2181 struct IsEvenFunctor { struct
2182 bool operator()(int n) { return IsEven(n); } in operator ()()
/external/googletest/googletest/test/
Dgtest_unittest.cc2181 struct IsEvenFunctor { struct
2182 bool operator()(int n) { return IsEven(n); } in operator ()()
/external/cronet/tot/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 ()()