Home
last modified time | relevance | path

Searched refs:token_map (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/abstract/
Dabstract.c83 lws_abs_get_token(const lws_token_map_t *token_map, short name_index) in lws_abs_get_token() argument
85 if (!token_map) in lws_abs_get_token()
89 if (token_map->name_index == name_index) in lws_abs_get_token()
90 return token_map; in lws_abs_get_token()
91 token_map++; in lws_abs_get_token()
92 } while (token_map->name_index); in lws_abs_get_token()
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tokeniser/
Dre_tokeniser.hpp33 typedef std::map<string_token, std::size_t> token_map; typedef in boost::lexer::detail::basic_re_tokeniser
36 static void next (state &state_, token_map &map_, num_token &token_) in next()
293 static void escape (state &state_, token_map &map_, num_token &token_) in escape()
313 static void charset (state &state_, token_map &map_, num_token &token_) in charset()
323 const bool negated_, token_map &map_, num_token &token_) in create_charset_token()
331 typename token_map::const_iterator iter_ = map_.find (stok_); in create_charset_token()
/third_party/boost/boost/spirit/home/support/detail/lexer/
Dgenerator.hpp139 typedef typename parser::tokeniser::token_map token_map; typedef in boost::lexer::basic_generator
164 token_map token_map_; in build_tree()
273 static void build_macros (token_map &token_map_, in build_macros()
458 static void partition_tokens (const token_map &map_, in partition_tokens()
528 static void fill_rhs_list (const token_map &map_, in fill_rhs_list()
531 typename parser::tokeniser::token_map::const_iterator iter_ = in fill_rhs_list()
533 typename parser::tokeniser::token_map::const_iterator end_ = in fill_rhs_list()
/third_party/libwebsockets/include/libwebsockets/abstract/
Dabstract.h61 lws_abs_get_token(const lws_token_map_t *token_map, short name_index);
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/
Dparser.hpp57 const macro_map &macromap_, typename tokeniser::token_map &map_, in parse()