Home
last modified time | relevance | path

Searched refs:get_token_id (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/spirit/home/classic/tree/
Dtree_to_xml.hpp64 AssocContainerT const& id_to_name, GetIdT const &get_token_id,
87 GetIdT const &get_token_id, GetValueT const &get_token_value) in tree_to_xml() argument
90 get_token_id, get_token_value); in tree_to_xml()
/third_party/boost/boost/spirit/home/classic/tree/impl/
Dtree_to_xml.ipp349 bool is_root, GetIdT const &get_token_id, GetValueT const &get_token_value)
353 stream << get_token_id(*it) << std::ends;
374 AssocContainerT const& id_to_name_map, GetIdT const &get_token_id,
400 (*it).value.is_root(), get_token_id, get_token_value);
412 token_to_xml (ostrm, val_it, is_root, get_token_id,
417 get_token_id, get_token_value); // dump all subnodes
473 GetIdT const &get_token_id, GetValueT const &get_token_value)
486 impl::tree_node_to_xml (ostrm, tree, id_to_name, get_token_id,
/third_party/boost/libs/wave/samples/hannibal/
Dhannibal.cpp51 token_type::string_type get_token_id(token_type const &t) in get_token_id() function
269 &get_token_id, &get_token_value); in main()
277 << get_token_id(*pi.stop) << std::endl; in main()
/third_party/boost/libs/wave/samples/cpp_tokens/
Dslex_token.hpp81 static int get_token_id(slex_token const &t) in get_token_id() function in boost::wave::cpplexer::slex_token
/third_party/boost/libs/wave/samples/real_positions/
Dreal_position_token.hpp183 static int get_token_id(lex_token const &t) in get_token_id() function in lex_token
/third_party/boost/boost/wave/cpplexer/
Dcpp_lex_token.hpp263 static int get_token_id(lex_token const &t) in get_token_id() function in boost::wave::cpplexer::lex_token
/third_party/boost/boost/wave/grammars/
Dcpp_grammar.hpp745 g.map_rule_id_to_name, &token_type::get_token_id, in parse_cpp_grammar()