Home
last modified time | relevance | path

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

/test/dittosuite/include/ditto/
Dresult.h48 static std::unique_ptr<Result> FromPb(const dittosuiteproto::Result &pb);
/test/dittosuite/src/
Dmultiprocessing.cpp171 result->AddSubResult(Result::FromPb(sub_result_pb)); in CollectResults()
Dresult.cpp426 std::unique_ptr<Result> Result::FromPb(const dittosuiteproto::Result& pb) { in FromPb() function in dittosuite::Result
436 result->AddSubResult(Result::FromPb(r)); in FromPb()