Searched defs:OpFUnordCase (Results 1 – 1 of 1) sorted by relevance
252 struct OpFUnordCase struct254 const char* name;255 const char* opCode;256 compareFuncType compareFunc;258 OpFUnordCase (const char* _name, const char* _opCode, compareFuncType _compareFunc) in OpFUnordCase() argument