Searched defs:ConstFunctor (Results 1 – 3 of 3) sorted by relevance
44 struct ConstFunctor { struct45 int operator()(int a, int b) const { return a - b; } in operator ()()118 TEST(InvokeTest, ConstFunctor) { in TEST() argument
173 struct ConstFunctor { struct174 int operator()(int a, int b) const { return a - b; } in operator ()()236 TEST(ApplyTest, ConstFunctor) { in TEST() argument
1910 struct ConstFunctor { struct1911 int operator()(int a, int b) const { return a - b; } in operator ()()