Searched defs:MethodWrapper (Results 1 – 1 of 1) sorted by relevance
220 struct MethodWrapper { struct221 explicit MethodWrapper(uint32_t index) : methodId(index) {} in MethodWrapper() function224 bool operator==(const MethodWrapper &other) const argument