Home
last modified time | relevance | path

Searched refs:get_token_value (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/boost/spirit/home/classic/tree/
Dtree_to_xml.hpp65 GetValueT const &get_token_value);
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/wave/cpplexer/
Dtoken_cache.hpp49 *it = StringT(boost::wave::get_token_value(token_id(i))); in token_cache()
53 StringT const &get_token_value(token_id id) const in get_token_value() function in boost::wave::cpplexer::token_cache
Dcpp_lex_token.hpp265 static string_type get_token_value(lex_token const &t) in get_token_value() function in boost::wave::cpplexer::lex_token
/third_party/PyYAML/tests/lib/
Dcanonical.py45 def get_token_value(self): member in CanonicalScanner
243 self.events.append(yaml.AliasEvent(self.get_token_value(), None, None))
247 anchor = self.get_token_value()
250 tag = self.get_token_value()
252 …elf.events.append(yaml.ScalarEvent(anchor, tag, (False, False), self.get_token_value(), None, None…
/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)
363 get_token_value(*it).c_str(),
375 GetValueT const &get_token_value)
400 (*it).value.is_root(), get_token_id, get_token_value);
413 get_token_value);
417 get_token_id, get_token_value); // dump all subnodes
473 GetIdT const &get_token_id, GetValueT const &get_token_value)
487 get_token_value);
/third_party/boost/libs/wave/src/
Dtoken_ids.cpp239 get_token_value(token_id tokid) in get_token_value() function
/third_party/boost/boost/wave/util/
Dtransform_iterator.hpp65 struct get_token_value { struct
Dcpp_iterator.hpp1535 get_token_value<result_type, parse_node_type> get_value; in dispatch_directive()
1692 get_token_value<result_type, parse_node_type> get_value; in on_include()
2016 get_token_value<result_type, parse_node_type> get_value; in on_if()
2102 get_token_value<result_type, parse_node_type> get_value; in on_elif()
2288 get_token_value<result_type, parse_node_type> get_value; in on_line()
2291 get_token_value<result_type, parse_node_type>, in on_line()
2376 get_token_value<result_type, parse_node_type> get_value; in on_error()
2379 get_token_value<result_type, parse_node_type>, in on_error()
2425 get_token_value<result_type, parse_node_type> get_value; in on_warning()
2428 get_token_value<result_type, parse_node_type>, in on_warning()
[all …]
/third_party/boost/libs/wave/samples/hannibal/
Dhannibal.cpp57 token_type::string_type get_token_value(token_type const &t) in get_token_value() function
269 &get_token_id, &get_token_value); in main()
/third_party/boost/boost/wave/cpplexer/re2clex/
Dcpp_re2c_lexer.hpp258 value = cache.get_token_value(BASEID_FROM_TOKEN(id)); in get()
285 value = cache.get_token_value(id); in get()
/third_party/boost/libs/wave/samples/cpp_tokens/
Dslex_token.hpp83 static string_type get_token_value(slex_token const &t) in get_token_value() function in boost::wave::cpplexer::slex_token
/third_party/boost/libs/wave/samples/real_positions/
Dreal_position_token.hpp185 static string_type get_token_value(lex_token const &t) in get_token_value() function in lex_token
/third_party/boost/boost/wave/
Dtoken_ids.hpp368 char const *get_token_value(token_id tokid);
/third_party/boost/boost/wave/grammars/
Dcpp_grammar.hpp746 &token_type::get_token_value); in parse_cpp_grammar()
/third_party/alsa-lib/src/topology/
Ddata.c515 static int get_token_value(const char *token_id, in get_token_value() function
644 token_val = get_token_value(tuple->token, tokens); in copy_tuples()
/third_party/boost/libs/wave/
DChangeLog601 get_token_value()) to a separate source file.
621 - Removed assertions from get_token_name() and get_token_value() and replaced