OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pANTLR3_STRING_FACTORY
(Results
1 - 13
of
13
) sorted by null
/external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c
38
static pANTLR3_STRING newRaw8 (
pANTLR3_STRING_FACTORY
factory);
39
static pANTLR3_STRING newRawUTF16 (
pANTLR3_STRING_FACTORY
factory);
40
static pANTLR3_STRING newSize8 (
pANTLR3_STRING_FACTORY
factory, ANTLR3_UINT32 size);
41
static pANTLR3_STRING newSizeUTF16 (
pANTLR3_STRING_FACTORY
factory, ANTLR3_UINT32 size);
42
static pANTLR3_STRING newPtr8 (
pANTLR3_STRING_FACTORY
factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
43
static pANTLR3_STRING newPtrUTF16_8 (
pANTLR3_STRING_FACTORY
factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
44
static pANTLR3_STRING newPtrUTF16_UTF16 (
pANTLR3_STRING_FACTORY
factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
45
static pANTLR3_STRING newStr8 (
pANTLR3_STRING_FACTORY
factory, pANTLR3_UINT8 string);
46
static pANTLR3_STRING newStrUTF16_8 (
pANTLR3_STRING_FACTORY
factory, pANTLR3_UINT8 string);
47
static pANTLR3_STRING newStrUTF16_UTF16 (
pANTLR3_STRING_FACTORY
factory, pANTLR3_UINT8 string)
[
all
...]
antlr3commontreeadaptor.c
84
ANTLR3_TREE_ADAPTORNew(
pANTLR3_STRING_FACTORY
strFactory)
177
ANTLR3_TREE_ADAPTORDebugNew(
pANTLR3_STRING_FACTORY
strFactory, pANTLR3_DEBUG_EVENT_LISTENER debugger)
antlr3commontree.c
65
antlr3ArboretumNew(
pANTLR3_STRING_FACTORY
strFactory)
antlr3commontreenodestream.c
270
antlr3CommonTreeNodeStreamNew(
pANTLR3_STRING_FACTORY
strFactory, ANTLR3_UINT32 hint)
/external/antlr/antlr-3.4/runtime/C/include/
antlr3interfaces.h
129
typedef struct ANTLR3_STRING_FACTORY_struct *
pANTLR3_STRING_FACTORY
;
antlr3basetree.h
76
pANTLR3_STRING_FACTORY
strFactory;
antlr3input.h
81
pANTLR3_STRING_FACTORY
strFactory;
antlr3defs.h
564
ANTLR3_API
pANTLR3_STRING_FACTORY
antlr3StringFactoryNew (ANTLR3_UINT32 encoding);
580
ANTLR3_API pANTLR3_BASE_TREE_ADAPTOR ANTLR3_TREE_ADAPTORNew (
pANTLR3_STRING_FACTORY
strFactory);
581
ANTLR3_API pANTLR3_BASE_TREE_ADAPTOR ANTLR3_TREE_ADAPTORDebugNew (
pANTLR3_STRING_FACTORY
strFactory, pANTLR3_DEBUG_EVENT_LISTENER debugger);
585
ANTLR3_API pANTLR3_ARBORETUM antlr3ArboretumNew (
pANTLR3_STRING_FACTORY
factory);
598
ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3CommonTreeNodeStreamNew (
pANTLR3_STRING_FACTORY
strFactory, ANTLR3_UINT32 hint);
600
ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3UnbufTreeNodeStreamNew (
pANTLR3_STRING_FACTORY
strFactory, ANTLR3_UINT32 hint);
antlr3commontoken.h
123
pANTLR3_STRING_FACTORY
strFactory;
antlr3commontreenodestream.h
160
pANTLR3_STRING_FACTORY
stringFactory;
antlr3string.h
56
pANTLR3_STRING_FACTORY
factory;
antlr3tokenstream.h
65
pANTLR3_STRING_FACTORY
strFactory;
antlr3basetreeadaptor.h
58
pANTLR3_STRING_FACTORY
strFactory;
Completed in 641 milliseconds