Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_ext_test/
Dfor_each_ext.cpp23 struct MockBinaryFn struct
25 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;