Searched defs:Representations (Results 1 – 3 of 3) sorted by relevance
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/ | ||
| D | qpack_encoder.h | 109 using Representations = std::vector<Representation>; variable |
| /external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/ | ||
| D | hpack_encoder.h | 36 using Representations = std::vector<Representation>; variable |
| D | hpack_encoder_test.cc | 39 typedef HpackEncoder::Representations Representations; typedef in spdy::test::HpackEncoderPeer |