Searched defs:m_self (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/clang/blink_gc_plugin/tests/
H A Dgarbage_collected_mixin.h16 Member<Mixin> m_self; member in class:blink::Mixin
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DCythonFunction.c434 op->func.m_self = (PyObject *) op;
940 PyObject *m_self; local
953 m_self = cyfunc->func.m_self;
954 cyfunc->func.m_self = self;
956 cyfunc->func.m_self = m_self;
967 whereas PyCFunctionObject's m_self is passed in as the first
969 to pass 'self' as 'm_self' and not as the first element of the

Completed in 139 milliseconds