Home
last modified time | relevance | path

Searched refs:fooProto (Results 26 – 34 of 34) sorted by relevance

12

/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/http/
H A Dtransport_test.go2613 type fooProto struct{} struct
2615 func (fooProto) RoundTrip(req *Request) (*Response, error) { argument
2629 tr.RegisterProtocol("foo", fooProto{})
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/http/
H A Dtransport_test.go2681 type fooProto struct{} struct
2683 func (fooProto) RoundTrip(req *Request) (*Response, error) { argument
2697 tr.RegisterProtocol("foo", fooProto{})
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/http/
H A Dtransport_test.go2685 type fooProto struct{} struct
2687 func (fooProto) RoundTrip(req *Request) (*Response, error) { argument
2701 tr.RegisterProtocol("foo", fooProto{})
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/http/
H A Dtransport_test.go2677 type fooProto struct{} struct
2679 func (fooProto) RoundTrip(req *Request) (*Response, error) { argument
2693 tr.RegisterProtocol("foo", fooProto{})
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/net/http/
H A Dtransport_test.go2677 type fooProto struct{} struct
2679 func (fooProto) RoundTrip(req *Request) (*Response, error) { argument
2693 tr.RegisterProtocol("foo", fooProto{})
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/net/http/
H A Dtransport_test.go2613 type fooProto struct{} struct
2615 func (fooProto) RoundTrip(req *Request) (*Response, error) { argument
2629 tr.RegisterProtocol("foo", fooProto{})
/dports/lang/gcc11/gcc-11.2.0/libgo/go/net/http/
H A Dtransport_test.go2677 type fooProto struct{} struct
2679 func (fooProto) RoundTrip(req *Request) (*Response, error) { argument
2693 tr.RegisterProtocol("foo", fooProto{})
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/net/http/
H A Dtransport_test.go2613 type fooProto struct{} struct
2615 func (fooProto) RoundTrip(req *Request) (*Response, error) { argument
2629 tr.RegisterProtocol("foo", fooProto{})
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qscriptengine/
H A Dtst_qscriptengine.cpp2235 QScriptValue fooProto = eng.newObject(); in valueConversion_customType() local
2236 eng.setDefaultPrototype(qMetaTypeId<Foo>(), fooProto); in valueConversion_customType()
2238 QVERIFY(fooVal2.prototype().strictlyEquals(fooProto)); in valueConversion_customType()

12