Searched defs:QpackInstruction (Results 1 – 3 of 3) sorted by relevance
73 struct QUICHE_EXPORT QpackInstruction { struct74 QpackInstruction(QpackInstructionOpcode opcode, QpackInstructionFields fields) in QpackInstruction() function78 const QpackInstruction& operator=(const QpackInstruction&) = delete; argument80 QpackInstructionOpcode opcode; argument81 QpackInstructionFields fields; argument
84 QpackInstruction, enumerator