Searched refs:PyContainer (Results 1 – 1 of 1) sorted by relevance
77 struct PyContainer;79 typedef int (*CountMethod)(PyContainer* self);80 typedef const void* (*GetByIndexMethod)(PyContainer* self, int index);81 typedef const void* (*GetByNameMethod)(PyContainer* self, const string& name);82 typedef const void* (*GetByCamelcaseNameMethod)(PyContainer* self,84 typedef const void* (*GetByNumberMethod)(PyContainer* self, int index);122 struct PyContainer { struct146 PyContainer* container;166 static bool _GetItemByKey(PyContainer* self, PyObject* key, const void** item) { in _GetItemByKey()168 case PyContainer::KIND_BYNAME: in _GetItemByKey()[all …]