OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputStreamType
(Results
1 - 21
of
21
) sorted by null
/external/antlr/runtime/Cpp/include/
antlr3lexer.hpp
70
class Lexer : public ImplTraits::template RecognizerType< typename ImplTraits::
InputStreamType
>,
75
typedef typename ImplTraits::
InputStreamType
InputStreamType
;
76
typedef
InputStreamType
StreamType;
77
typedef typename
InputStreamType
::IntStreamType IntStreamType;
82
typedef typename ImplTraits::template RecognizerType<
InputStreamType
> RecognizerType;
84
typedef typename ImplTraits::template ExceptionBaseType<
InputStreamType
> ExceptionBaseType;
97
InputStreamType
* m_input;
101
Lexer(ANTLR_UINT32 sizeHint,
InputStreamType
* input, RecognizerSharedStateType* state);
103
InputStreamType
* get_input() const
[
all
...]
antlr3filestream.hpp
57
template<typename
InputStreamType
>
58
static ANTLR_UINT32 AntlrRead8Bit(
InputStreamType
* input, const ANTLR_UINT8* fileName);
antlr3commontoken.hpp
86
typedef typename ImplTraits::
InputStreamType
InputStreamType
;
115
InputStreamType
* m_input;
141
InputStreamType
* get_input() const;
144
void set_input(
InputStreamType
* input );
antlr3input.hpp
50
class InputStream : public ImplTraits::template IntStreamType< typename ImplTraits::
InputStreamType
>
55
typedef typename ImplTraits::template IntStreamType< typename ImplTraits::
InputStreamType
> IntStreamType;
antlr3interfaces.hpp
278
class ComponentTypeFinder< ImplTraits, typename ImplTraits::
InputStreamType
>
antlr3traits.hpp
24
typedef Empty
InputStreamType
;
157
typedef typename TraitsSelector< typename UserTraits<TraitsType>::
InputStreamType
,
158
InputStream<TraitsType> >::selected
InputStreamType
;
antlr3recognizersharedstate.hpp
71
typedef typename AllocPolicyType::template StackType< typename ImplTraits::
InputStreamType
* > InputStreamsType;
/external/antlr/runtime/Cpp/tests/
t001.cpp
29
t001lexerTraits::
InputStreamType
* input = new t001lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
53
t001lexerTraits::
InputStreamType
* input = new t001lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
79
t001lexerTraits::
InputStreamType
* input = new t001lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
t002.cpp
35
t002lexerTraits::
InputStreamType
* input = new t002lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
62
t002lexerTraits::
InputStreamType
* input = new t002lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
90
t002lexerTraits::
InputStreamType
* input = new t002lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
t003.cpp
45
t003lexerTraits::
InputStreamType
* input = new t003lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
72
t003lexerTraits::
InputStreamType
* input = new t003lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
102
t003lexerTraits::
InputStreamType
* input = new t003lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
t005.cpp
46
t005lexerTraits::
InputStreamType
* input = new t005lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
86
t005lexerTraits::
InputStreamType
* input = new t005lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
111
t005lexerTraits::
InputStreamType
* input = new t005lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
t012.cpp
34
t012lexerXMLLexerTraits::
InputStreamType
* input = new t012lexerXMLLexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
66
t012lexerXMLLexerTraits::
InputStreamType
* input = new t012lexerXMLLexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
104
t012lexerXMLLexerTraits::
InputStreamType
* input = new t012lexerXMLLexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
142
t012lexerXMLLexerTraits::
InputStreamType
* input = new t012lexerXMLLexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
t004.cpp
43
t004lexerTraits::
InputStreamType
* input = new t004lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
83
t004lexerTraits::
InputStreamType
* input = new t004lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
t007.cpp
43
t007lexerTraits::
InputStreamType
* input = new t007lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
83
t007lexerTraits::
InputStreamType
* input = new t007lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
t006.cpp
43
t006lexerTraits::
InputStreamType
* input = new t006lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
83
t006lexerTraits::
InputStreamType
* input = new t006lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
t008.cpp
44
t008lexerTraits::
InputStreamType
* input = new t008lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
84
t008lexerTraits::
InputStreamType
* input = new t008lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
t009.cpp
44
t009lexerTraits::
InputStreamType
* input = new t009lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
84
t009lexerTraits::
InputStreamType
* input = new t009lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
t010.cpp
46
t010lexerTraits::
InputStreamType
* input = new t010lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
86
t010lexerTraits::
InputStreamType
* input = new t010lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
t011.cpp
46
t011lexerTraits::
InputStreamType
* input = new t011lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
86
t011lexerTraits::
InputStreamType
* input = new t011lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
t039.cpp
64
t039labelsLexerTraits::
InputStreamType
* input = new t039labelsLexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
t051.cpp
39
t051lexerTraits::
InputStreamType
* input;
44
input = new t051lexerTraits::
InputStreamType
((const ANTLR_UINT8 *)data.c_str(),
Completed in 528 milliseconds