OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANTLR3_BITSET_struct
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3bitset.h
87
typedef struct
ANTLR3_BITSET_struct
93
pANTLR3_BITSET (*clone) (struct
ANTLR3_BITSET_struct
* inSet);
94
pANTLR3_BITSET (*bor) (struct
ANTLR3_BITSET_struct
* bitset1, struct
ANTLR3_BITSET_struct
* bitset2);
95
void (*borInPlace) (struct
ANTLR3_BITSET_struct
* bitset, struct
ANTLR3_BITSET_struct
* bitset2);
96
ANTLR3_UINT32 (*size) (struct
ANTLR3_BITSET_struct
* bitset);
97
void (*add) (struct
ANTLR3_BITSET_struct
* bitset, ANTLR3_INT32 bit);
98
void (*grow) (struct
ANTLR3_BITSET_struct
* bitset, ANTLR3_INT32 newSize);
99
ANTLR3_BOOLEAN (*equals) (struct
ANTLR3_BITSET_struct
* bitset1, struct ANTLR3_BITSET_struct * bitset2)
[
all
...]
antlr3interfaces.h
62
typedef struct
ANTLR3_BITSET_struct
*pANTLR3_BITSET;
Completed in 32 milliseconds