Home
last modified time | relevance | path

Searched defs:capsule_type (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/common/
Dcapsule.h67 CapsuleType capsule_type() const { return CapsuleType::DATAGRAM; } in capsule_type() function
77 CapsuleType capsule_type() const { return CapsuleType::LEGACY_DATAGRAM; } in capsule_type() function
87 CapsuleType capsule_type() const { in capsule_type() function
101 CapsuleType capsule_type() const { in capsule_type() function
127 CapsuleType capsule_type() const { return CapsuleType::ADDRESS_ASSIGN; } in capsule_type() function
133 CapsuleType capsule_type() const { return CapsuleType::ADDRESS_REQUEST; } in capsule_type() function
139 CapsuleType capsule_type() const { return CapsuleType::ROUTE_ADVERTISEMENT; } in capsule_type() function
146 CapsuleType capsule_type() const { return static_cast<CapsuleType>(type); } in capsule_type() function
160 CapsuleType capsule_type() const { in capsule_type() function
170 CapsuleType capsule_type() const { return CapsuleType::WT_RESET_STREAM; } in capsule_type() function
[all …]
Dcapsule.cc29 std::string CapsuleTypeToString(CapsuleType capsule_type) { in CapsuleTypeToString()
63 std::ostream& operator<<(std::ostream& os, const CapsuleType& capsule_type) { in operator <<()
103 Capsule Capsule::Unknown(uint64_t capsule_type, in Unknown()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_spdy_stream.cc287 uint64_t capsule_type = 0xff37a2; // REGISTER_DATAGRAM_NO_CONTEXT in WriteHeaders() local
Dquic_spdy_stream_test.cc3235 uint64_t capsule_type = 0x17u; in TEST_P() local