Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/executor/
H A DxeTestLogWriter.cpp35 struct ContainerValue struct
37 ContainerValue(const std::string &value_) : value(value_) in ContainerValue() function
40 ContainerValue(const char *value_) : value(value_) in ContainerValue() function
43 std::string value;