Searched refs:ContainerValue (Results 1 - 1 of 1) sorted by relevance

/external/deqp/executor/
H A DxeTestLogWriter.cpp37 struct ContainerValue struct in namespace:xe
39 ContainerValue (const std::string& value_) : value(value_) {} function in struct:xe::ContainerValue
40 ContainerValue (const char* value_) : value(value_) {} function in struct:xe::ContainerValue
44 std::ostream& operator<< (std::ostream& stream, const ContainerValue& value)
67 stream << "#sessionInfo releaseName " << ContainerValue(info.releaseName) << "\n";
70 stream << "#sessionInfo releaseId " << ContainerValue(info.releaseId) << "\n";
73 stream << "#sessionInfo targetName " << ContainerValue(info.targetName) << "\n";
76 stream << "#sessionInfo candyTargetName " << ContainerValue(info.candyTargetName) << "\n";
79 stream << "#sessionInfo configName " << ContainerValue(info.configName) << "\n";
82 stream << "#sessionInfo resultName " << ContainerValue(inf
[all...]

Completed in 41 milliseconds