Home
last modified time | relevance | path

Searched defs:token_type (Results 1 – 25 of 113) sorted by relevance

12345

/external/python/cpython3/Lib/email/
D_header_value_parser.py119 token_type = None variable in TokenList
196 token_type = 'unstructured' variable in UnstructuredTokenList
200 token_type = 'phrase' variable in Phrase
203 token_type = 'word' variable in Word
207 token_type = 'cfws' variable in CFWSList
211 token_type = 'atom' variable in Atom
215 token_type = 'token' variable in Token
220 token_type = 'encoded-word' variable in EncodedWord
228 token_type = 'quoted-string' variable in QuotedString
255 token_type = 'bare-quoted-string' variable in BareQuotedString
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/test/lex/
Dtoken_iterpair.cpp183 base_iterator_type, mpl::vector<>, mpl::false_> token_type; in main() typedef
199 base_iterator_type, mpl::vector<>, mpl::false_> token_type; in main() typedef
217 base_iterator_type, mpl::vector<>, mpl::true_> token_type; in main() typedef
234 base_iterator_type, mpl::vector<>, mpl::true_> token_type; in main() typedef
Dtoken_omit.cpp186 base_iterator_type, lex::omit, mpl::false_> token_type; in main() typedef
202 base_iterator_type, lex::omit, mpl::false_> token_type; in main() typedef
220 base_iterator_type, lex::omit, mpl::true_> token_type; in main() typedef
237 base_iterator_type, lex::omit, mpl::true_> token_type; in main() typedef
Dtoken_onetype.cpp210 base_iterator_type, mpl::vector<double>, mpl::false_> token_type; in main() typedef
227 base_iterator_type, mpl::vector<double>, mpl::false_> token_type; in main() typedef
246 base_iterator_type, mpl::vector<double>, mpl::true_> token_type; in main() typedef
264 base_iterator_type, mpl::vector<double>, mpl::true_> token_type; in main() typedef
Dtoken_moretypes.cpp222 base_iterator_type, mpl::vector<double, int>, mpl::false_> token_type; in main() typedef
240 base_iterator_type, mpl::vector<double, int>, mpl::false_> token_type; in main() typedef
260 base_iterator_type, mpl::vector<double, int>, mpl::true_> token_type; in main() typedef
279 base_iterator_type, mpl::vector<double, int>, mpl::true_> token_type; in main() typedef
Dlexertl2.cpp66 typedef lex::lexertl::token<base_iterator_type> token_type; in main() typedef
79 typedef lex::lexertl::token<base_iterator_type> token_type; in main() typedef
Dregression_less_8563.cpp33 typedef lex::lexertl::token<char const*> token_type; in main() typedef
Dregression_static_wide_6253.cpp33 typedef lex::lexertl::token<wchar_t const*> token_type; in main() typedef
Dlexertl3.cpp26 typedef lex::lexertl::token<base_iterator_type> token_type; in main() typedef
Dregression_basic_lexer.cpp46 typedef lexertl::token<base_iterator, lex::omit, boost::mpl::false_> token_type; in main() typedef
Dstate_switcher.cpp44 typedef boost::spirit::lex::lexertl::token<base_iterator_type> token_type; in main() typedef
Dlexer_state_switcher.cpp42 typedef boost::spirit::lex::lexertl::token<base_iterator_type> token_type; in main() typedef
Dlexertl1.cpp31 typedef lex::lexertl::token<base_iterator_type> token_type; in main() typedef
Dplain_token.cpp56 > token_type; in main() typedef
Dlexertl4.cpp31 typedef lex::lexertl::token<base_iterator_type> token_type; in main() typedef
Dset_token_value_phoenix.cpp60 , boost::mpl::vector<int> > token_type; in main() typedef
/external/antlr/runtime/Ruby/lib/antlr3/tree/
Ddebug.rb27 def create_from_token( token_type, from_token, text = nil ) argument
33 def create_from_type( token_type, text ) argument
/external/sdv/vsomeip/third_party/boost/spirit/example/lex/static_lexer/
Dword_count_lexer_static.cpp47 typedef lex::lexertl::token<char const*, lex::omit, boost::mpl::false_> token_type; in main() typedef
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/qi/
Dplain_tokenid.hpp109 token_type; in parse() typedef
161 token_type; in parse() typedef
Dplain_token.hpp108 token_type; in parse() typedef
161 token_type; in parse() typedef
/external/perfetto/src/trace_processor/perfetto_sql/tokenizer/
Dsqlite_tokenizer.h45 int token_type = TK_ILLEGAL; member
/external/icing/icing/query/advanced_query_parser/
Dparser.h52 bool Match(Lexer::TokenType token_type) const { in Match()
/external/yapf/yapftests/
Dlogical_line_test.py81 def _MakeFormatTokenLeaf(token_type, token_value, name): argument
/external/sdv/vsomeip/third_party/boost/spirit/example/lex/
Dprint_number_tokenids.cpp84 , boost::mpl::false_> token_type; in main() typedef
Dprint_numbers.cpp81 , boost::mpl::false_> token_type; in main() typedef

12345