/third_party/python/Lib/email/ |
D | _header_value_parser.py | 117 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/ |
D | js-lexer.h | 50 #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
|
D | js-parser-statm.c | 1206 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/ |
D | lexer.hpp | 38 enum class token_type enum in detail::lexer_base 121 using token_type = typename lexer_base<BasicJsonType>::token_type; typedef in detail::lexer
|
D | parser.hpp | 67 using token_type = typename lexer_t::token_type; typedef in detail::parser
|
D | binary_reader.hpp | 2703 using token_type = typename detail::lexer_base<BasicJsonType>::token_type; in get_ubjson_high_precision_number() typedef
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | tokenize.py | 71 def __init__(self, token_type, name, start, end): argument
|
D | ast.py | 899 def _IgnoreUpTo(self, token_type, token): argument
|
/third_party/nghttp2/src/ |
D | shrpx_quic_connection_handler.cc | 175 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()
|
D | shrpx_http3_upstream.cc | 572 size_t tokenlen, ngtcp2_token_type token_type) { in init()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | token.h | 80 enum token_type { enum 208 #define token_type(x) ((x)->pos.type) macro
|
/third_party/node/deps/v8/third_party/jinja2/ |
D | lexer.py | 161 def _describe_token_type(token_type): argument
|
/third_party/skia/third_party/externals/jinja2/ |
D | lexer.py | 161 def _describe_token_type(token_type): argument
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | lexer.py | 152 def _describe_token_type(token_type): argument
|
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/ |
D | ceval.h | 96 ceval_token_type token_type; member
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 200 inline bool Parser::LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()
|
/third_party/python/Parser/ |
D | pegen.c | 682 initialize_token(Parser *p, Token *token, const char *start, const char *end, int token_type) { in initialize_token()
|
/third_party/protobuf/src/google/protobuf/ |
D | text_format.cc | 909 bool LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 962 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/ |
D | json.hpp | 7339 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/ |
D | json_v3_10_5.hpp | 6440 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
|