Searched defs:bind_ty (Results 1 – 2 of 2) sorted by relevance
210 struct bind_ty { struct212 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument225 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument
282 template <typename Class> struct bind_ty { struct284 bind_ty(Class *&V) : VR(V) {} in bind_ty() function296 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument