Searched defs:MockBinaryFn (Results 1 – 1 of 1) sorted by relevance
23 struct MockBinaryFn struct25 typedef void result_type;26 typedef int first_argument_type;27 typedef int second_argument_type;29 void operator()(int x, int y) in operator ()()35 std::vector<int> xs;36 std::vector<int> ys;