Searched refs:LVSymbolGetFunction (Results 1 – 2 of 2) sorted by relevance
33 using LVSymbolDispatch = std::map<LVSymbolKind, LVSymbolGetFunction>;34 using LVSymbolRequest = std::vector<LVSymbolGetFunction>;
72 using LVSymbolGetFunction = bool (LVSymbol::*)() const; variable