Searched refs:LVLineGetFunction (Results 1 – 2 of 2) sorted by relevance
36 using LVLineDispatch = std::map<LVLineKind, LVLineGetFunction>;37 using LVLineRequest = std::vector<LVLineGetFunction>;
66 using LVLineGetFunction = bool (LVLine::*)() const; variable