Searched refs:processor (Results 1 – 3 of 3) sorted by relevance
61 void AddCommonPreprocessor(std::string_view name, ApiInvokeHandler processor);
244 void FrontendApiServer::AddCommonPreprocessor(string_view name, ApiInvokeHandler processor) in AddCommonPreprocessor() argument246 if (processor == nullptr) { in AddCommonPreprocessor()249 commonPreprocessors_.insert(make_pair(name, processor)); in AddCommonPreprocessor()271 for (auto &[name, processor] : commonPreprocessors_) { in Call()272 processor(call, out); in Call()
162 auto processor = [](const ApiCallInfo &in, ApiReplyInfo &out) { in TEST_F() local167 server.AddCommonPreprocessor("dummyProcessor", processor); in TEST_F()