Searched refs:MessageImpl (Results 1 - 2 of 2) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | serial_struct_define.h | 41 template<class... Fields> struct MessageImpl { struct 43 MessageImpl(Fields &&... fields) in MessageImpl() function 142 return SerialDetail::MessageImpl<Fields...>(std::forward<Fields>(fields)...); in Message() 561 void WriteMessage(const T &value, const SerialDetail::MessageImpl<Field...> &message, Writer &out) 711 template<class T, class... Field> bool ReadMessage(T &value, const MessageImpl<Field...> &message, Reader &in)
|
/developtools/hdc/src/common/ |
H A D | serial_struct_define.h | 38 template<class... Fields> struct MessageImpl { struct 40 MessageImpl(Fields &&... fields) in MessageImpl() function 139 return SerialDetail::MessageImpl<Fields...>(std::forward<Fields>(fields)...); in Message() 558 void WriteMessage(const T &value, const SerialDetail::MessageImpl<Field...> &message, Writer &out) 708 template<class T, class... Field> bool ReadMessage(T &value, const MessageImpl<Field...> &message, reader &in)
|
Completed in 4 milliseconds