Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp154 class Roundtrip : public Command { class
156 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {} in Roundtrip() function in Roundtrip
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dprotocol_core_test.cc31 std::unique_ptr<T> Roundtrip(const T& obj) { in Roundtrip() function