Home
last modified time | relevance | path

Searched defs:NonEmptyFunctor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dbind_unittest.cc1274 struct NonEmptyFunctor { in TEST_F() struct
1275 int operator()() const { return x; } in TEST_F()
1276 int x = 42; in TEST_F()
/aosp_15_r20/external/cronet/base/functional/
H A Dbind_unittest.cc1499 struct NonEmptyFunctor { in TEST_F() struct
1500 int operator()() const { return x; } in TEST_F()
1501 int x = 42; in TEST_F()