Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
D_header_value_parser.py117 token_type = None variable in TokenList
194 token_type = 'unstructured' variable in UnstructuredTokenList
198 token_type = 'phrase' variable in Phrase
201 token_type = 'word' variable in Word
205 token_type = 'cfws' variable in CFWSList
209 token_type = 'atom' variable in Atom
213 token_type = 'token' variable in Token
218 token_type = 'encoded-word' variable in EncodedWord
226 token_type = 'quoted-string' variable in QuotedString
253 token_type = 'bare-quoted-string' variable in BareQuotedString
[all …]
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h50 #define LEXER_IS_UNARY_OP_TOKEN(token_type) \ argument
52 #define LEXER_IS_UNARY_LVALUE_OP_TOKEN(token_type) \ argument
73 #define LEXER_IS_BINARY_OP_TOKEN(token_type) \ argument
80 #define LEXER_IS_BINARY_LVALUE_TOKEN(token_type) \ argument
224 #define LEXER_UNARY_OP_TOKEN_TO_OPCODE(token_type) \ argument
227 #define LEXER_UNARY_LVALUE_OP_TOKEN_TO_OPCODE(token_type) \ argument
230 #define LEXER_BINARY_OP_TOKEN_TO_OPCODE(token_type) \ argument
233 #define LEXER_BINARY_LVALUE_OP_TOKEN_TO_OPCODE(token_type) \ argument
Djs-parser-statm.c1206 uint8_t token_type = LEXER_EOS; in parser_parse_for_statement_start() local
1305 uint8_t token_type = context_p->token.type; in parser_parse_for_statement_start() local
/third_party/json/include/nlohmann/detail/input/
Dlexer.hpp38 enum class token_type enum in detail::lexer_base
121 using token_type = typename lexer_base<BasicJsonType>::token_type; typedef in detail::lexer
Dparser.hpp67 using token_type = typename lexer_t::token_type; typedef in detail::parser
Dbinary_reader.hpp2703 using token_type = typename detail::lexer_base<BasicJsonType>::token_type; in get_ubjson_high_precision_number() typedef
/third_party/googletest/googlemock/scripts/generator/cpp/
Dtokenize.py71 def __init__(self, token_type, name, start, end): argument
Dast.py899 def _IgnoreUpTo(self, token_type, token): argument
/third_party/nghttp2/src/
Dshrpx_quic_connection_handler.cc175 ngtcp2_token_type token_type = NGTCP2_TOKEN_TYPE_UNKNOWN; in handle_packet() local
370 const uint8_t *token, size_t tokenlen, ngtcp2_token_type token_type) { in handle_new_connection()
Dshrpx_http3_upstream.cc572 size_t tokenlen, ngtcp2_token_type token_type) { in init()
/third_party/ltp/tools/sparse/sparse-src/
Dtoken.h80 enum token_type { enum
208 #define token_type(x) ((x)->pos.type) macro
/third_party/node/deps/v8/third_party/jinja2/
Dlexer.py161 def _describe_token_type(token_type): argument
/third_party/skia/third_party/externals/jinja2/
Dlexer.py161 def _describe_token_type(token_type): argument
/third_party/node/tools/inspector_protocol/jinja2/
Dlexer.py152 def _describe_token_type(token_type): argument
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
Dceval.h96 ceval_token_type token_type; member
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc200 inline bool Parser::LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()
/third_party/python/Parser/
Dpegen.c682 initialize_token(Parser *p, Token *token, const char *start, const char *end, int token_type) { in initialize_token()
/third_party/protobuf/src/google/protobuf/
Dtext_format.cc909 bool LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp962 static const GLchar* token_type = "TYPE"; in getBlockVariableDefinition() local
1048 static const GLchar* token_type = "TYPE"; in getVariableDefinition() local
/third_party/json/single_include/nlohmann/
Djson.hpp7339 enum class token_type enum in detail::lexer_base
7422 using token_type = typename lexer_base<BasicJsonType>::token_type; typedef in detail::lexer
11777 using token_type = typename detail::lexer_base<BasicJsonType>::token_type; in get_ubjson_high_precision_number() typedef
12165 using token_type = typename lexer_t::token_type; typedef in detail::parser
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp6440 enum class token_type enum in nlohmann::detail::lexer_base
6523 using token_type = typename lexer_base<BasicJsonType>::token_type; typedef in nlohmann::detail::lexer
10438 using token_type = typename detail::lexer_base<BasicJsonType>::token_type; in get_ubjson_high_precision_number() typedef
10766 using token_type = typename lexer_t::token_type; typedef in nlohmann::detail::parser