Home
last modified time | relevance | path

Searched defs:QpackInstruction (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_instructions.h73 struct QUIC_EXPORT_PRIVATE QpackInstruction { struct
74 QpackInstruction(QpackInstructionOpcode opcode, QpackInstructionFields fields) in QpackInstruction() function
78 const QpackInstruction& operator=(const QpackInstruction&) = delete; argument
80 QpackInstructionOpcode opcode; argument
81 QpackInstructionFields fields; argument
/external/rust/crates/quiche/src/h3/
Dstream.rs84 QpackInstruction, enumerator