OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANTLR3_STRING_FACTORY_struct
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h
209
typedef struct
ANTLR3_STRING_FACTORY_struct
221
pANTLR3_STRING (*newRaw) (struct
ANTLR3_STRING_FACTORY_struct
* factory);
226
pANTLR3_STRING (*newSize) (struct
ANTLR3_STRING_FACTORY_struct
* factory, ANTLR3_UINT32 size);
232
pANTLR3_STRING (*newPtr) (struct
ANTLR3_STRING_FACTORY_struct
* factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
237
pANTLR3_STRING (*newPtr8) (struct
ANTLR3_STRING_FACTORY_struct
* factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
243
pANTLR3_STRING (*newStr) (struct
ANTLR3_STRING_FACTORY_struct
* factory, pANTLR3_UINT8 string);
249
pANTLR3_STRING (*newStr8) (struct
ANTLR3_STRING_FACTORY_struct
* factory, pANTLR3_UINT8 string);
253
void (*destroy) (struct
ANTLR3_STRING_FACTORY_struct
* factory, pANTLR3_STRING string);
258
pANTLR3_STRING (*printable)(struct
ANTLR3_STRING_FACTORY_struct
* factory, pANTLR3_STRING string);
262
void (*close) (struct
ANTLR3_STRING_FACTORY_struct
* factory)
[
all
...]
antlr3interfaces.h
129
typedef struct
ANTLR3_STRING_FACTORY_struct
*pANTLR3_STRING_FACTORY;
Completed in 30 milliseconds