Searched defs:VirtualBoundFunction (Results 1 – 1 of 1) sorted by relevance
267 struct VirtualBoundFunction { struct268 Hints const bound_target;269 HintsVector const bound_arguments;271 VirtualBoundFunction(Hints const& target, const HintsVector& arguments) in VirtualBoundFunction() argument274 bool operator==(const VirtualBoundFunction& other) const { in operator ==()