Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DJSONTest.cpp106 auto StudyOrError = parseJsonStudy(Serialized); in TEST() local
107 if (auto Err = StudyOrError.takeError()) in TEST()
109 const Study &Parsed = *StudyOrError; in TEST()