Home
last modified time | relevance | path

Searched refs:get_input (Results 1 – 19 of 19) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3lexer.inl18 typename Lexer<ImplTraits>::InputStreamType* Lexer<ImplTraits>::get_input() const function in Lexer
146 this->get_rec()->get_state()->get_streams().push(this->get_input());
198 token->set_input( this->get_input() );
212 token->set_lineStart( this->get_input()->get_currentLine() );
354 return this->get_input()->get_line();
366 return this->get_input()->get_charPositionInLine();
378 return this->get_input()->substr( state->get_tokenStartCharIndex(),
379 this->getCharIndex() - this->get_input()->get_charByteSize()
478 return this->get_input();
Dantlr3treeparser.inl65 if ( tnode->get_token()->get_input() == NULL)
71 ex->set_streamName( tnode->get_token()->get_input()->get_fileName() );
Dantlr3commontoken.hpp141 InputStreamType* get_input() const;
Dantlr3exception.hpp155 IntStreamType* get_input() const;
Dantlr3lexer.hpp103 InputStreamType* get_input() const;
Dantlr3parser.hpp78 TokenStreamType* get_input() const;
Dantlr3parser.inl47 ANTLR_INLINE typename Parser<ImplTraits>::TokenStreamType* Parser<ImplTraits>::get_input() const function in Parser
65 ex->set_streamName( ex->get_token()->get_input()->get_fileName() );
377 return this->get_input()->_LT(k);
Dantlr3commontoken.inl98 ANTLR_INLINE typename CommonToken<ImplTraits>::InputStreamType* CommonToken<ImplTraits>::get_input(… function in CommonToken
Dantlr3exception.inl92 …lTraits, StreamType>::IntStreamType* ANTLR_ExceptionBase<ImplTraits, StreamType>::get_input() const function in ANTLR_ExceptionBase
Dantlr3tokenstream.inl59 input = lexer->get_input();
/external/tensorflow/
Dconfigure.py95 def get_input(question): function
229 python_lib_path = get_input(
345 user_input_origin = get_input(question)
578 var = get_input(ask_for_var)
/external/ppp/pppd/
Dmain.c235 static void get_input __P((void));
560 get_input();
1047 get_input() in get_input() function
/external/libxcam/modules/ocl/
Dcl_pyramid_blender.h366 SmartPtr<CLImage> get_input () { in get_input() function
Dcl_pyramid_blender.cpp1543 SmartPtr<CLImage> from = get_input (); in prepare_arguments()
/external/python/cpython2/Modules/
Dflmodule.c964 get_input (genericobject *g) in get_input() function
983 {"get_input", (PyCFunction)get_input, METH_NOARGS},
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg1696 <label>->set_input( this->get_input() );
1769 <label>->set_input( this->get_input() );
1800 <label>->set_input( this->get_input() );
2530 this->get_input()->toStringSS( this->get_adaptor()->getTokenStartIndex(retval.start), this->get_ada…
/external/python/cpython2/Doc/library/
Dfl.rst314 :meth:`get_input`, :meth:`set_input_color`, :meth:`set_input_return`.
/external/python/cpython3/Doc/faq/
Dprogramming.rst936 dispatch[get_input()]() # Note trailing parens to call function
/external/python/cpython2/Doc/faq/
Dprogramming.rst1048 dispatch[get_input()]() # Note trailing parens to call function