Searched refs:DecodeTuple (Results 1 – 1 of 1) sorted by relevance
626 static inline void DecodeTuple(const uint8_t** in, const uint8_t* end, std::tuple<T1, T2>* t) { in DecodeTuple() function640 static inline void DecodeTuple(const uint8_t** in, const uint8_t* end, std::tuple<T1, T2, T3>* t) { in DecodeTuple() function661 DecodeTuple(in, end, &tuple); in DecodeSet()