Searched defs:payload_t (Results 1 – 2 of 2) sorted by relevance
111 union payload_t { union112 payload_t() : FI(-1) {} in payload_t() function
83 typedef std::list<std::string> payload_t; typedef