Home
last modified time | relevance | path

Searched defs:InRecovery (Results 1 – 25 of 95) sorted by relevance

1234

/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/internal/mocks/
H A Dcongestion.go81 func (m *MockSendAlgorithmWithDebugInfos) InRecovery() bool { func
89 func (mr *MockSendAlgorithmWithDebugInfosMockRecorder) InRecovery() *gomock.Call { func
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/internal/mocks/
H A Dcongestion.go81 func (m *MockSendAlgorithmWithDebugInfos) InRecovery() bool { func
89 func (mr *MockSendAlgorithmWithDebugInfosMockRecorder) InRecovery() *gomock.Call { func
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/internal/mocks/
H A Dcongestion.go81 func (m *MockSendAlgorithmWithDebugInfos) InRecovery() bool { func
89 func (mr *MockSendAlgorithmWithDebugInfosMockRecorder) InRecovery() *gomock.Call { func
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/internal/mocks/
H A Dcongestion.go81 func (m *MockSendAlgorithmWithDebugInfos) InRecovery() bool { func
89 func (mr *MockSendAlgorithmWithDebugInfosMockRecorder) InRecovery() *gomock.Call { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/internal/mocks/
H A Dcongestion.go81 func (m *MockSendAlgorithmWithDebugInfos) InRecovery() bool { func
89 func (mr *MockSendAlgorithmWithDebugInfosMockRecorder) InRecovery() *gomock.Call { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/internal/mocks/
H A Dcongestion.go81 func (m *MockSendAlgorithmWithDebugInfos) InRecovery() bool { func
89 func (mr *MockSendAlgorithmWithDebugInfosMockRecorder) InRecovery() *gomock.Call { func
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/internal/mocks/
H A Dcongestion.go81 func (m *MockSendAlgorithmWithDebugInfos) InRecovery() bool { func
89 func (mr *MockSendAlgorithmWithDebugInfosMockRecorder) InRecovery() *gomock.Call { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/congestion/
H A Dinterface.go24 InRecovery() bool methodSpec
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/congestion/
H A Dinterface.go24 InRecovery() bool methodSpec
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go25 InRecovery() bool methodSpec
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go25 InRecovery() bool methodSpec
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go25 InRecovery() bool methodSpec
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go26 InRecovery() bool methodSpec
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go26 InRecovery() bool methodSpec
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go26 InRecovery() bool methodSpec
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go26 InRecovery() bool methodSpec
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go26 InRecovery() bool methodSpec
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go26 InRecovery() bool methodSpec
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/internal/congestion/
H A Dinterface.go35 InRecovery() bool methodSpec
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/internal/congestion/
H A Dinterface.go35 InRecovery() bool methodSpec
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dext-vector-type-conditional.cpp1 // RUN: %clang_cc1 -triple x86_64-linux-pc -fsyntax-only -verify -fexceptions -fcxx-exceptions %s -…
2 // Note that this test depends on the size of long-long to be different from
3 // int, so it specifies a triple.
4
5 using FourShorts = short __attribute__((ext_vector_type(4)));
6 using TwoInts = int __attribute__((ext_vector_type(2)));
7 using TwoUInts = unsigned __attribute__((ext_vector_type(2)));
8 using FourInts = int __attribute__((ext_vector_type(4)));
9 using FourUInts = unsigned __attribute__((ext_vector_type(4)));
10 using TwoLongLong = long long __attribute__((ext_vector_type(2)));
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/lucas-clemente/quic-go/internal/congestion/
H A Dinterface.go35 InRecovery() bool methodSpec
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/quictrace/
H A Dinterface.go49 InRecovery bool member
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/quictrace/
H A Dinterface.go49 InRecovery bool member
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/quictrace/
H A Dinterface.go49 InRecovery bool member

1234