Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h1570 } DictionaryObject; typedef
1579 DictionaryObject *self; in DictionaryNew()
1610 DictionaryObject *self; in DictionaryConstructor()
1636 DictionaryDestructor(DictionaryObject *self) in DictionaryDestructor()
1693 DictionaryLength(DictionaryObject *self) in DictionaryLength()
1783 DictionaryItem(DictionaryObject *self, PyObject *keyObject) in DictionaryItem()
1839 DictionaryIter(DictionaryObject *self) in DictionaryIter()
2160 DictionaryGet(DictionaryObject *self, PyObject *args) in DictionaryGet()
2167 DictionaryPop(DictionaryObject *self, PyObject *args) in DictionaryPop()
6182 tv->vval.v_dict = (((DictionaryObject *)(obj))->dict); in ConvertFromPyMapping()
[all …]
H A Dif_python3.c1693 DictionaryObject *this = ((DictionaryObject *) (self)); in DictionaryGetattro()
1709 return DictionarySetattr((DictionaryObject *)(self), name, val); in DictionarySetattro()
H A Dif_python.c1490 DictionaryObject *this = ((DictionaryObject *) (self)); in DictionaryGetattr()