Searched refs:copied_methods_ (Results 1 – 2 of 2) sorted by relevance
119 if (vtable_.AddMethod(MethodInfo(&method, copied_methods_.size(), false, true))) { in AddDefaultInterfaceMethods()120 copied_methods_.push_back(&method); in AddDefaultInterfaceMethods()
301 return copied_methods_; in GetCopiedMethods()320 PandaVector<Method *> copied_methods_; variable