Lines Matching refs:uint16_t
90 static const uint16_t kIllegalMessageType;
92 explicit NetlinkMessage(uint16_t message_type) : in NetlinkMessage()
106 uint16_t message_type() const { return message_type_; } in message_type()
107 void AddFlag(uint16_t new_flag) { flags_ |= new_flag; } in AddFlag()
109 uint16_t flags() const { return flags_; } in flags()
133 uint16_t flags_;
134 uint16_t message_type_;
155 static const uint16_t kMessageType;
160 static uint16_t GetMessageType() { return kMessageType; } in GetMessageType()
176 static const uint16_t kMessageType;
179 static uint16_t GetMessageType() { return kMessageType; } in GetMessageType()
191 static const uint16_t kMessageType;
194 static uint16_t GetMessageType() { return kMessageType; } in GetMessageType()
206 static const uint16_t kMessageType;
209 static uint16_t GetMessageType() { return kMessageType; } in GetMessageType()
221 UnknownMessage(uint16_t message_type, ByteString message_body) : in UnknownMessage()
246 bool AddFactoryMethod(uint16_t message_type, FactoryMethod factory);
254 std::map<uint16_t, FactoryMethod> factories_;