Searched defs:PriorityScheme (Results 1 – 2 of 2) sorted by relevance
31 PriorityScheme() : type_(PriorityType::PRIORITY_TYPE_NULL) {} in PriorityScheme() function32 … PriorityScheme(PriorityType type, const std::string &attrKey) : type_(type), attrKey_(attrKey) {} in PriorityScheme() function33 …PriorityScheme(PriorityType type, std::string &&attrKey) : type_(type), attrKey_(std::move(attrKey… in PriorityScheme() function
31 class PriorityScheme; variable