Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_instructions.h73 struct QUICHE_EXPORT 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
/aosp_15_r20/external/rust/crates/quiche/src/h3/
Dstream.rs84 QpackInstruction, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/h3/
Dstream.rs84 QpackInstruction, enumerator