Home
last modified time | relevance | path

Searched defs:ANTLR3_STRING_FACTORY_struct (Results 1 – 1 of 1) sorted by relevance

/external/antlr/runtime/C/include/
Dantlr3string.h209 typedef struct ANTLR3_STRING_FACTORY_struct struct
221 pANTLR3_STRING (*newRaw) (struct ANTLR3_STRING_FACTORY_struct * factory); argument
226 pANTLR3_STRING (*newSize) (struct ANTLR3_STRING_FACTORY_struct * factory, ANTLR3_UINT32 size); argument
232 …pANTLR3_STRING (*newPtr) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_UINT8 string, AN… argument
237 …pANTLR3_STRING (*newPtr8) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_UINT8 string, A… argument
243 pANTLR3_STRING (*newStr) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_UINT8 string); argument
249 … pANTLR3_STRING (*newStr8) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_UINT8 string); argument
253 void (*destroy) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_STRING string); argument
258 …pANTLR3_STRING (*printable)(struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_STRING string); argument
262 void (*close) (struct ANTLR3_STRING_FACTORY_struct * factory); argument