Searched refs:LVTypeGetFunction (Results 1 – 2 of 2) sorted by relevance
47 using LVTypeDispatch = std::map<LVTypeKind, LVTypeGetFunction>;48 using LVTypeRequest = std::vector<LVTypeGetFunction>;
74 using LVTypeGetFunction = bool (LVType::*)() const; variable