Searched refs:PriorityValue (Results 1 – 5 of 5) sorted by relevance
37 enum PriorityValue { enum62 Message(int32 routing_id, uint32 type, PriorityValue priority);72 PriorityValue priority() const { in priority()73 return static_cast<PriorityValue>(header()->flags & PRIORITY_MASK); in priority()
19 Message::PriorityValue nested_priority = Message::PRIORITY_HIGH; in TEST()27 Message::PriorityValue outer_priority = Message::PRIORITY_NORMAL; in TEST()
26 SyncMessage(int32 routing_id, uint32 type, PriorityValue priority,
42 PriorityValue priority, in SyncMessage()
53 Message::Message(int32 routing_id, uint32 type, PriorityValue priority) in Message()