/third_party/boost/boost/spirit/home/classic/tree/ |
D | tree_to_xml.hpp | 65 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/ |
D | token_cache.hpp | 49 *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
|
D | cpp_lex_token.hpp | 265 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/ |
D | canonical.py | 45 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/ |
D | tree_to_xml.ipp | 349 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/ |
D | token_ids.cpp | 239 get_token_value(token_id tokid) in get_token_value() function
|
/third_party/boost/boost/wave/util/ |
D | transform_iterator.hpp | 65 struct get_token_value { struct
|
D | cpp_iterator.hpp | 1535 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/ |
D | hannibal.cpp | 57 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/ |
D | cpp_re2c_lexer.hpp | 258 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/ |
D | slex_token.hpp | 83 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/ |
D | real_position_token.hpp | 185 static string_type get_token_value(lex_token const &t) in get_token_value() function in lex_token
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 368 char const *get_token_value(token_id tokid);
|
/third_party/boost/boost/wave/grammars/ |
D | cpp_grammar.hpp | 746 &token_type::get_token_value); in parse_cpp_grammar()
|
/third_party/alsa-lib/src/topology/ |
D | data.c | 515 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/ |
D | ChangeLog | 601 get_token_value()) to a separate source file. 621 - Removed assertions from get_token_name() and get_token_value() and replaced
|