Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue31252.dir/
Dc.go12 type HandlerFunc func(*string) type
24 func GET(path string, handlers ...HandlerFunc) {
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/control_plane/
H A DHandlers.hpp40 using HandlerFunc = std::function<void(const Request&, Response&)>; typedef
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue51909.go15 type HandlerFunc[Input any] func(Input) Response type
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dserver.go2216 type HandlerFunc func(ResponseWriter, *Request) type