Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuWaiverUtil.cpp83 struct BuilComponent struct in tcu::WaiverTreeBuilder
85 std::string name;
86 uint32_t parentIndex; // index in allComponents vector
87 std::vector<uint32_t> childrenIndex; // index in allComponents vector
89 BuilComponent(std::string n, uint32_t p) : name(std::move(n)), parentIndex(p) in BuilComponent() function