Searched defs:Roundtrip (Results 1 – 2 of 2) sorted by relevance
154 class Roundtrip : public Command { class156 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {} in Roundtrip() function in Roundtrip
31 std::unique_ptr<T> Roundtrip(const T& obj) { in Roundtrip() function