HomeSort by relevance Sort by last modified time
    Searched full:binaryopt (Results 1 - 1 of 1) sorted by null

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

Completed in 60 milliseconds