Home
last modified time | relevance | path

Searched refs:_operator_state (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_operator.c9 } _operator_state; typedef
11 static inline _operator_state*
16 return (_operator_state *)state; in get_operator_state()
977 _operator_state *state = PyType_GetModuleState(type); in itemgetter_new()
1248 _operator_state *state = PyType_GetModuleState(type); in attrgetter_new()
1503 _operator_state *state = PyType_GetModuleState(type); in methodcaller_new()
1732 _operator_state *state = get_operator_state(module); in operator_exec()
1769 _operator_state *state = get_operator_state(module); in operator_traverse()
1779 _operator_state *state = get_operator_state(module); in operator_clear()
1796 .m_size = sizeof(_operator_state),