Searched defs:userObj (Results 1 – 5 of 5) sorted by relevance
29 auto userObj = c10::ivalue::Object::create( in createObject() local214 auto userObj = pop(stack).toObject(); in run() local221 auto userObj = pop(stack).toObject(); in run() local
372 auto userObj = c10::ivalue::Object::create( in createObject() local376 auto userObj = c10::ivalue::Object::create( in createObject() local
397 const auto& userObj = stack.back().toObjectRef(); in runTemplate() local404 auto& userObj = stack.back().toObjectRef(); in runTemplate() local
31 PyObject *userObj; /* PyCodeObject, or a descriptive str for builtins */ member209 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry()351 ptrace_enter_call(PyObject *self, void *key, PyObject *userObj) in ptrace_enter_call()
411 auto userObj = c10::ivalue::Object::create( in toIValue() local