Searched refs:tokenizer (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | parser_test.cpp | 118 // Tests for the "tokenizer" class. 134 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:minimal 136 tokenizer(std::istream& is, bool skipws) : function in class:minimal::tokenizer 137 atf::parser::tokenizer< std::istream > 154 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:delims 156 tokenizer(std::istream& is, bool skipws) : function in class:delims::tokenizer 157 atf::parser::tokenizer< std::istream > 177 class tokenizer class in namespace:keywords 179 tokenizer(std::istream& is, bool skipws) : function in class:keywords::tokenizer 198 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:quotes 200 tokenizer(std::istream& is, bool skipws) : function in class:quotes::tokenizer [all...] |
H A D | parser.cpp | 212 // The header tokenizer. 225 class tokenizer : public impl::tokenizer< std::istream > { class in namespace:header 227 tokenizer(std::istream& is, size_t curline) : function in class:header::tokenizer 228 impl::tokenizer< std::istream > 239 impl::parser< header::tokenizer >& 240 read(impl::parser< header::tokenizer >& p, impl::header_entry& he) 319 header::tokenizer tkz(is, curline); 320 impl::parser< header::tokenizer > p(tkz);
|
H A D | parser.hpp | 117 // The "tokenizer" class. 121 //! \brief A stream tokenizer. 124 //! tokenizer. It is only able to recognize one character-long delimiters, 131 class tokenizer { class in namespace:atf::parser 154 tokenizer(IS&, bool, const token_type&, const token_type&, 168 tokenizer< IS >::tokenizer(IS& p_is, function in class:atf::parser::tokenizer 186 tokenizer< IS >::lineno(void) 194 tokenizer< IS >::add_delim(char delim, const token_type& type) 202 tokenizer< I [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | reader.cpp | 92 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:atf_tps 94 tokenizer(std::istream& is, size_t curline) : function in class:atf_tps::tokenizer 95 atf::parser::tokenizer< std::istream > 122 read_timeval(atf::parser::parser< atf_tps::tokenizer >& parser) 215 atf::parser::parser< tokenizer >& p = 216 *reinterpret_cast< atf::parser::parser< tokenizer >* > 234 atf::parser::parser< tokenizer >& p = 235 *reinterpret_cast< atf::parser::parser< tokenizer >* > 306 atf::parser::parser< tokenizer > [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | config.cpp | 58 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:__anon229::atf_config 60 tokenizer(std::istream& is, size_t curline) : function in class:__anon229::atf_config::tokenizer 61 atf::parser::tokenizer< std::istream > 163 tokenizer tkz(m_is, hml.first); 164 atf::parser::parser< tokenizer > p(tkz);
|
H A D | atffile.cpp | 62 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:atf_atffile 64 tokenizer(std::istream& is, size_t curline) : function in class:atf_atffile::tokenizer 65 atf::parser::tokenizer< std::istream > 131 tokenizer tkz(m_is, hml.first); 132 atf::parser::parser< tokenizer > p(tkz);
|
H A D | test-program.cpp | 90 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:__anon234::atf_tp 92 tokenizer(std::istream& is, size_t curline) : function in class:__anon234::atf_tp::tokenizer 93 atf::parser::tokenizer< std::istream > 496 tokenizer tkz(m_is, hml.first); 497 atf::parser::parser< tokenizer > p(tkz);
|
Completed in 20 milliseconds