Home
last modified time | relevance | path

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

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