Home
last modified time | relevance | path

Searched defs:HeaderField (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/http2/hpack/
Dhpack.go36 type HeaderField struct { struct
37 Name, Value string
41 Sensitive bool
48 func (hf HeaderField) IsPseudo() bool {
52 func (hf HeaderField) String() string {
61 func (hf HeaderField) Size() uint32 {
102 func NewDecoder(maxDynamicTableSize uint32, emitFunc func(f HeaderField)) *Decoder {
Dencode.go160 func appendNewName(dst []byte, f HeaderField, indexing bool) []byte {
173 func appendIndexedName(dst []byte, f HeaderField, i uint64, indexing bool) []byte {
/aosp_15_r20/external/autotest/frontend/client/src/autotest/tko/
H A DHeaderField.java22 public abstract class HeaderField implements Comparable<HeaderField> { class
30 protected HeaderField(String name, String sqlName) { in HeaderField() method in HeaderField
/aosp_15_r20/external/python/pyasn1-modules/pyasn1_modules/
Drfc7508.py55 class HeaderField(univ.Sequence): class
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dntddndis.h3132 } HeaderField; member