Home
last modified time | relevance | path

Searched refs:collectServiceHandlers (Results 1 – 2 of 2) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/server/
H A DThriftServer.cpp518 for (auto handler : collectServiceHandlers()) { in setup()
548 auto handlers = collectServiceHandlers<PolledServiceHealth>(); in setup()
892 auto handlerList = collectServiceHandlers(); in callOnStartServing()
906 auto handlerList = collectServiceHandlers(); in callOnStopServing()
H A DThriftServer.h403 std::vector<TServiceHandler*> collectServiceHandlers() const { in collectServiceHandlers() function