Home
last modified time | relevance | path

Searched refs:binaryOpt (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/upstream/utility/test/
Dutility.cpp49 std::function<int(int, int)> binaryOpt; member
63 REQUIRE(join(first, last, test.binaryOpt, test.empty) == test.result);
64 REQUIRE(join<int>(first, last, test.binaryOpt) == test.resultNoEmpty);