Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeTestLogWriter.cpp37 struct ContainerValue struct
39 ContainerValue (const std::string& value_) : value(value_) {} in ContainerValue() function
40 ContainerValue (const char* value_) : value(value_) {} in ContainerValue() function
41 std::string value;