Lines Matching defs:int
25 typedef int (*FuncQosMap)(int qos);
29 int QoSMap(int qos);
31 typedef int (*FuncQosMax)(void);
35 int QoSMax(void);
39 QoS(int qos = qos_default)
41 if (qos < static_cast<int>(qos_inherit)) {
43 } else if (qos > static_cast<int>(qos_max)) {
53 int operator()() const
58 operator int() const
63 static constexpr int Min()
68 static int Max()
73 static constexpr int MaxNum()
79 int qos_;