OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANTLR3_LIST_struct
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h
180
typedef struct
ANTLR3_LIST_struct
186
void (*free) (struct
ANTLR3_LIST_struct
* list);
187
void (*del) (struct
ANTLR3_LIST_struct
* list, ANTLR3_INTKEY key);
188
void * (*get) (struct
ANTLR3_LIST_struct
* list, ANTLR3_INTKEY key);
189
void * (*remove) (struct
ANTLR3_LIST_struct
* list, ANTLR3_INTKEY key);
190
ANTLR3_INT32 (*add) (struct
ANTLR3_LIST_struct
* list, void * element, void (ANTLR3_CDECL *freeptr)(void *));
191
ANTLR3_INT32 (*put) (struct
ANTLR3_LIST_struct
* list, ANTLR3_INTKEY key, void * element, void (ANTLR3_CDECL *freeptr)(void *));
192
ANTLR3_UINT32 (*size) (struct
ANTLR3_LIST_struct
* list);
antlr3interfaces.h
98
typedef struct
ANTLR3_LIST_struct
*pANTLR3_LIST;
Completed in 156 milliseconds