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

/external/skia/third_party/glu/libtess/
H A Ddict-list.h48 #define Dict DictList macro
68 typedef struct Dict Dict; typedef in typeref:struct:Dict
71 Dict *dictNewDict(
75 void dictDeleteDict( Dict *dict );
81 DictNode *dictSearch( Dict *dict, DictKey key );
82 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key );
83 void dictDelete( Dict *dict, DictNode *node );
101 struct Dict { struct
H A Ddict.h50 #define Dict DictList macro
70 typedef struct Dict Dict; typedef in typeref:struct:Dict
73 Dict *dictNewDict(
77 void dictDeleteDict( Dict *dict );
83 DictNode *dictSearch( Dict *dict, DictKey key );
84 DictNode *dictInsertBefore( Dict *dict, DictNode *node, DictKey key );
85 void dictDelete( Dict *dict, DictNode *node );
103 struct Dict { struct

Completed in 66 milliseconds