| /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 | 30 enum class token_type enum in nlohmann::detail::lexer_base 113 using token_type = typename lexer_base<BasicJsonType>::token_type; typedef in nlohmann::detail::lexer
|
| D | parser.hpp | 59 using token_type = typename lexer_t::token_type; typedef in nlohmann::detail::parser
|
| D | binary_reader.hpp | 2268 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/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/tools/inspector_protocol/jinja2/ |
| D | lexer.py | 152 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/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/protobuf/src/google/protobuf/ |
| D | text_format.cc | 909 bool 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/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 | 6560 enum class token_type enum in nlohmann::detail::lexer_base 6643 using token_type = typename lexer_base<BasicJsonType>::token_type; typedef in nlohmann::detail::lexer 10558 using token_type = typename detail::lexer_base<BasicJsonType>::token_type; in get_ubjson_high_precision_number() typedef 10886 using token_type = typename lexer_t::token_type; typedef in nlohmann::detail::parser
|